body {
padding: 0px;
margin: 0px;
}

#main {
width: 98%;
}
#sideBar{
width:10%;
}
#mainContent{
width: 90%;
}
.forFlow{
width: 100%;
}
.day{
width: 90%;
}
.dayTitle{
width: 100%;
}
.postCon{
width: 100%;
}
.postCon a {
color: #256f69;
font-size: 16px;
font-weight: bolder;
}
.postTitle a {
font-size: 20px;
    color: #235fa7;
    font-weight: bolder;
}
#topics{
width: 100%;
}
.postBody{
width: 100%;
}
#home {
    width: 94%;
    margin-top: 20px;
}
#sideBar {
    width: 20%;
}