.body_content {
    background: #1D212A;
    border-radius: 4px;
    padding: 20px;
}

.body_content span.arrow-left {
    border-color: transparent #1D212A transparent transparent !important;
}

.img-circle {
    border-radius: 0;
}

.poster ul li {
    background: #1D212A;
    padding: 5px 0;
    text-align: center;
}

.poster ul ul {
    margin: 0;
    padding: 5px 0;
    border: none;
    border-radius: 0 0 0 0;
    background: #171A22;

}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

hr, .hrcolor {
    height: 1px;
    border: 0;
    color: #333B44;
    background-color: #333B44;
    margin-left: 2%;
    margin-right: 2%;
}

.poster h4 {
    background: #238424;
}

blockquote.bbc_standard_quote {
    background-color: #2B323B;
    padding: 15px;
    color: white;
    font-size: 14px;
}

blockquote.bbc_alternate_quote {
    background-color: #323B45;
    color: white;
}


.body_message {
    padding: 0 0;
    overflow: hidden;
}

.nextlinks, .nextlinks_bottom {
    display: none;
}

img.img-thumbnail.img-circle {
    background-color: #2B323B;
    border-color: #2B323B;
}

.codeheader {
    background: black;
    padding: 15px;
    color: rgb(195, 195, 195);
    font-size: 12px;
    margin-top: 10px;
}

code.bbc_code {
    display: block;
    font-family: "dejavu sans mono", "monaco", "lucida console", "courier new", monospace;
    font-size: x-small;
    background: #0A090E;
    border-left: 4px solid #999;
    line-height: 1.5em;
    overflow: auto;
    white-space: nowrap;
    max-height: 24em;
    padding: 15px;
    margin-bottom: 10px;
}

.inner {
    border-top: 1px solid #282D37;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #181B24;
}

.label-warning {
    background-color: #1D7B29;
}

.btn-green {
    background: #238424;
    border-color: #238424;
}

.btn-green:hover,.btn-green:active, .btn-green:focus{
    background: #145c14;
    border-color: #145c14;
}

/* Button group margin */
.postarea .btn-group .list-inline {
    margin-top: 0;
}

li.title.group {
    font-weight: bold;
    text-transform: uppercase;
}