/* Red border at top of posts and blocks & block header colors */
.message-inner {
border-top: 3px solid red;
}
.block-container {
border-top: 3px solid red;
}
body[data-template='forum_list'] .p-body-content .block-container {
border-color: red gray gray #F8CF40 !important;
border-top: 3px solid;
border-left: 2px solid;
}
.block-header
{
border-top-left-radius:0px !important;
border-top-right-radius:0px !important;
background-color: #000000;
color: #F8CF40;
}
.block-header .block-desc
{
color: white;
font-weight: bolder;
}
/***************/