section.forum { padding:20px 0px }
.forum .success {     text-align: center;
    background: #e0efd3;
    border: solid 1px #264e02;
    font-weight: bold; }
.comments-section {
    overflow:hidden;
}
.comments-section article {
}
.forum-comments .media .media-content small { color:#0099cc; }
.forum .media {
    /*border-top: 1px solid rgba(219, 219, 219, 0.5); */
    margin-top: 1rem;
    padding-top: 1rem;
}
.forum .post-inactive {
    position:relative;
}
.forum .comments-pending {
    display:none;
}
.forum .post-inactive .comments-pending {
    position: absolute;
    display: block;
    z-index: 999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 153, 204, 0.7);
    color:#ff0000;
    font-weight:bold;
}
.forum .post-inactive .comments-pending>div {
    display:table;
    width:100%;
    height:100%;
    text-align:center;
}
.forum .post-inactive .comments-pending>div>div {
    display:table-cell;
    width:100%;
    height:100%;
    text-align:center;
    vertical-align:middle;
}
.user a {
    font-size:12px;
    text-transform:uppercase;
}

.forum-topic {
    overflow: hidden;
    padding: 10px 0px; 
}
.forum-topic .forum-title {
    background:url(../images/forum/line.jpg);    
    background-repeat: repeat-x;
    background-position: center;
    text-align:center;
}
.forum-topic .forum-title h2 {
    display:inline-block;
    padding:10px;
    background:#ffffff;
    color:#0099cc;
    font-size:23px;
    font-weight:bold;
    letter-spacing:1px;
}
.forum-topic .forum-title h2 a {
    color:#0099cc;
}
.forum-topic .forum-title h2 a:hover {
    color:#00d1b2;
}
.forum-topic .forum-description {
    text-align:center;
}
.forum-lists {
    clear:both;
}
.forum-lists .forum-list {
    padding:0px;
}
.forum-lists .list-title h3 {
    padding-top:0px;
}
.forum-list-top {
    background:#f0f0f0;
    padding:10px;
}
.forum-list-bottom {
    background:url(../images/forum/talk-grey.png);
    background-repeat: no-repeat;
    background-position:10px top;
    text-align: right; 
    font-size: 13px;
    line-height: 18px;
    padding: 15px 10px; 
}
.list-info {
    text-align:right;
    padding:10px 0px;
}
.list-info h3 {
    padding-top:0px;
    text-transform:uppercase;
    font-size:22px;
    line-height:22px;
    color:#00d1b2;
}
.list-info h3 span {
    display:block;
    font-size:12px;
    color:#666666;
}
.edit-topic, .edit-comment {
    color:#00d1b2 !important;
}
#profileImage {
    display:inline-block;
    font-size:10px;
    position:relative;
}
#profileImage span {
    position:absolute;
    bottom:10px;
    display:block;
    width:100%;
    text-align:center;
    z-index: 9;
    color: #01d1b2;
}
.forum .pagination {
    display:block;
    text-align:center;
}
.forum .pagination ul {
    margin:0;
    padding:0;
}
.forum .pagination ul li {
    display:inline-block;
    padding:0px;
    padding:2px;
}
.forum .pagination ul li a {
    display:block; 
    background:#01d1b2;
    color:#ffffff;
}
.forum .pagination ul li a:hover, .forum .pagination ul li.active a {
    background:#0099cc;
}
.forum-lists .forum-list-top {
    position:relative;
}
.forum-lists .list-title {
    padding:10px;
}
.forum-lists .list-title a.tag {
    position: absolute;
    display:block;
    left: 0;
    top: 0;
    font-size: 8px;
    text-transform: uppercase;
    background: #0099cc;
    line-height: 16px;
    padding: 0px 5px;
    color: #ffffff;
    border-radius:0px;
}
@media screen and (max-width:1024px) {
    section.forum { padding:20px; }
}