html{
   -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}
html::-webkit-scrollbar{
	width: 0;
}

#top_nav {
    display: none;
}

#navList a:link {
    text-shadow: none;
}

#navList a:hover {
    font-weight: bold;
}

#leftcontentcontainer{
    margin-top: 0;
}

#sidebar_search {
    display: none;
}

#profile_block,
.sidebar-block ul,
#profile_block:hover {
    border: 1px solid #fff;
}

#bannerbar,
#cnblogs_ch,
#cnblogs_c1,
#under_post_card1,
#under_post_card2 {
    display: none !important;
}
