.forumWrapper,
.route-forumpage ul.forum-actions-wrapper{
    width: 97%;
    margin: 0 auto;
}
 .route-forumpage ul.forum-actions-wrapper{
    margin: 0 0 0 auto;
    text-align: right;
}
.forumWrapper .forumContent{
    width: 100%;
    padding: 0;
    border: 0;
}
.forumWrapper .table {
    margin: 0;
}
.forumWrapper .forumSidebar{
    display: none;
}
.forumWrapper .comment-form{
    width: 50%;
}
.forumWrapper .cke_contents{
    border: 1px solid #333;
}
.forumWrapper .cke.cke_chrome.cke_focus{
    outline: 0;
}

.forumContent footer {
    background: #fff !important;
    /* justify-content: center !important; */
}