#top_nav{
    display:none
}
#navList{
    float:unset
}
#navList a:hover{
    color:yellowgreen
}
.blogStats{
   display: none;
}
.postBody p:nth-child(2n)::before{
    content: "\200E";
}
.postBody p:nth-child(2n +1)::before{
    content: "\200D";
}
.postBody div:nth-child(2n)::before{
    content: "\202a";
}