#sideBar {
    font-size: 17px;
}

.postBody {
    color: #000;
    line-height: 1.7;
    font-size: 18px;
}

#navigator {
    font-size: 14px;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    height: 50px;
    clear: both;
    margin-top: 25px;
}



media="only screen and (max-width: 767px)"
#home {
    /* width: auto; */
    min-width: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
#home {
    margin: 0 auto;
    width: 85%;
    min-width: 950px;
    background-color: #fff;
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100,100,100,.3);
}



