#BlogTable .leftnav h1 {
     box-sizing: border-box;
     height: auto;
     padding: 7px 10px;
    margin-right: 0 !important;
 }

#BlogTable .right_cnt h1 {
    height: auto;
    padding: 7px 10px;
    margin-left: -12px !important;
}

#BlogTable .post-author {
    margin-top: 0 !important;
    width: 228px;
}


#BlogTable .post-author ul {
    text-align: center;
    margin-left: -40px;
}

#BlogTable .pa-reg,
#BlogTable .pa-invites,
#BlogTable .pa-positive,
#BlogTable .pa-time-visit,
#BlogTable .pa-ip,
#BlogTable .topic h3,
#BlogTable table div.icon,
#BlogTable .container thead {
    display: none;
}

#BlogTable .post-box {
    padding-left: 0;
}

#BlogTable .post-content {
    margin-top: 0 !important;
    margin-left: 0 !important;
    overflow: hidden;
}

#BlogTable .left_cnt h1 {
    -js-display: flex;
        display: flex;
    align-content: flex-start;
    align-items: center;
    justify-content: space-between;
    padding: 7px 0 7px 2.5em;
    box-sizing: border-box;
    height: auto;
    min-width: 228px;
}

#BlogTable .author .pa-title,
#BlogTable .author .pa-avatar {
    border-bottom: none;
}

#BlogTable .pst-links {
    border-top: none;
    padding-bottom: 10px;
}
#BlogTable .pst-links a {
    color: #c0c0c0 !IMPORTANT;
}

#BlogTable tbody tr:first-child {
    -js-display: flex;
    display: flex;
    align-content: flex-start;
    align-items: stretch;
}

#BlogTable tbody tr:first-child .left_cnt .leftnav {
    width: 100%;
}

#BlogTable tbody tr:first-child .left_cnt .leftstats h1 {
    border-right: 1px solid rgba(102,97,89,.11) !important;
}

#BlogTable tbody tr:first-child .right_cnt {
    width: 80%;
}

#BlogTable tbody tr:first-child .left_cnt .topic {
    flex-grow: 1;
}

#BlogTable tbody tr:first-child .left_cnt .topic .blogs-post,
#BlogTable tbody tr:first-child .left_cnt .topic .blogs-post .container {
    height: 100%;
}

#BlogTable tbody tr:first-child .left_cnt .topic .blogs-post .container {
    -js-display: flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#BlogTable .container tbody {
    display: block;
}

#BlogTable .container table tr:empty {
    display: none;
}

#BlogTable .container table tr {
    -js-display: flex;
    display: flex;
    align-content: flex-start;
    align-items: stretch;
    justify-content: space-between;
    position: relative;
    background: #d5d3d38f;
    border: 1px solid #9f9c9c7d;
    margin-bottom: 10px;
    padding: 10px;
    box-sizing: border-box;
}

#BlogTable .container table tr .tcl {
    display: flex;
    align-items: center;
    width: 35% !important;
background: #c2c2c2;
    padding: 0 10px;
    box-sizing: border-box;
}

#BlogTable .container table tr .tc_Byuser {
    display: flex;
    align-items: center;
    width: 20% !important;
background: #c2c2c2 !important;
    padding: 0 10px;
    box-sizing: border-box;
}

#BlogTable .container table tr .tc2,
#BlogTable .container table tr .tc3 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10% !important;
}

#BlogTable .container table tr .tcr {
    width: 25% !important;
    text-align: left !important;
}

#BlogTable .container table tr .tcr a {
    display: block;
}

#BlogTable .blog-entry {
    color: #000;
    background: #d5d3d38f;
    border: 1px solid #9997977d;
}

#BlogTable .postinfo {
    -js-display: flex;
        display: flex;
    align-content: flex-start;
    align-items: stretch;
    justify-content: space-between;
    border-bottom: none !important;
}

#BlogTable .postinfo .post_author {
    font-style: normal !important;
    font-family: Merriweather;
    font-size: 9px !important;
    text-transform: uppercase;
}

#BlogTable .blog-entry .post-content {
    position: relative;
    background: #c4c4c4;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 10px !important;
    margin-top: 5px !important;
    margin-right: 0 !important;
}

#BlogTable .blog-entry .post-content::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    background: rgb(198,196,183);
    background: linear-gradient(0deg, rgb(196 196 196) 0%, rgba(198,196,183,0) 100%);
}

#BlogTable .blogs-post .post-links::after {
    display: none;
}

#BlogTable #viewcomments .post-author {
    padding: 5px 0 !important;
}

#BlogTable #viewcomments .post-author ul {
    -js-display: flex;
        display: flex;
    align-content: flex-start;
    align-items: center;
    justify-content: flex-start;
    margin-left: 2px;
}

#BlogTable #viewcomments h1,
#BlogTable #post-form h2 {
    border-right: 1px solid rgba(102,97,89,.11) !important
}
#BlogTable #post-form h2 {
    box-sizing: border-box;
    height: auto;
    padding: 7px;
}

#BlogTable #viewcomments .post-author ul .pa-avatar.item2 img {
    border: 3px solid #9d9a8f;
}

#BlogTable #viewcomments .post-author ul .pa-author {
    margin-top: 12px !important;
    font-size: 10px !important;
    text-align: left !important;
}

#BlogTable #viewcomments .post-author ul .pa-author::before,
#BlogTable #viewcomments .post-author ul .pa-author::after {
    display: none;
}

#BlogTable #viewcomments .post-content {
    padding-left: 15px !important;
    box-sizing: border-box;
}

#BlogTable #viewcomments .post-links a {
    font-family: Merriweather;
    text-transform: uppercase;
    font-size: 9px;
    color: #23211c;
}

#BlogTable #viewcomments .post-links a:hover {
    color: #897c63;
}

#BlogTable #viewcomments .post-links {
    border-bottom: 1px solid rgba(102, 97, 89, .11);
    padding: 2px;
}

#BlogTable #form-buttons table,
#BlogTable .formal textarea {
    width: 100% !important;
}

#BlogTable #main-reply {
    width: 100% !important;
    box-sizing: border-box;
}

