
div.section.recent {
    /*background-color: white;*/
}

div.section.video {
    background-color: #e8f8d8;
    padding: 10px;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

div.section.no-box div.message a {
    color: #606060;
}

div.message.with-thumbnail > div.bubble-left {
    margin-left: 3px;
}

div.message.with-thumbnail > div.content {
    margin-left: 44px;
}

div.thread div.replies {
    margin-left: 44px;
}

div.section.no-box.slogan {
    /*background-color: #c0ffc0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #30a030;
    color: #30a030;
    padding: 10px;*/
}

div.slogan p.bookmarklet {
    /*font-size: 16px;*/
}

div.slogan p.bookmarklet a {
    color: #b01010;
}

div.explain div.answer {
    /*background-color: #f0f0f0;
    padding: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;*/
}

div.explain div.bubble {
    /*margin-right: 6px;*/
    color: #303030;
}

div.explain div.bubble.red {
    color: #b01010;
}

div.explain div.spacer {
    height: 15px;
}

