.postBody {
    font-size: 15px;
}
.postBody th, .postBody td {
    padding: 2px 16px 2px 16px!important;
    font-size: 13px;
}
.postBody table {
    font-family: Courier New;
}
div.forFlow {
    padding: 50px 20px 50px 20px;
}

.postBody pre.text code {
  padding: 8px!important;
}

#navList,
.postDesc a,
.c_ad_block,
#ad_t2,
#footer
{
    display: none;
}

/* Scrollbars */
::-webkit-scrollbar {
   background: #FEFEFE;
    width: 17px;
    height: 17px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    margin-left: 10px;
}
/* Background */
::-webkit-scrollbar-track-piece {
    margin: 4px;
    border: solid 4px transparent;
    border-right-width: 8px;
}
/* Bottom bar background */
::-webkit-scrollbar-track-piece:horizontal {
    border-right-width: 4px;
    border-bottom-width: 8px;
}
/* Bar element (thumb) */
::-webkit-scrollbar-thumb {
    border: solid 0 transparent;
    border-right-width: 5px;
    border-left-width: 5px;
    -webkit-border-radius: 9px 6px;
    -webkit-box-shadow: inset 0 0 0 1px rgb(200,200,200), inset 0 0 0 6px rgb(200,200,200);
}
/* Darken rollover */
::-webkit-scrollbar-thumb:hover {
    -webkit-box-shadow: inset 0 0 0 1px rgb(161,161,161), inset 0 0 0 6px rgb(161,161,161);
}
/* Horizontal thumb */
::-webkit-scrollbar-thumb:horizontal {
    border-right-width: 0;
    border-left-width: 0;
    border-top-width: 5px;
    border-bottom-width: 5px;
    -webkit-border-radius: 6px 9px;
}