#top_nav
{
    margin: 0 auto;
    width: 65%;
    min-width: 950px;
    min-height: 64px;
    background-color: #fff;
    border-radius: 0px 0px 15px 15px;
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 20%), 0px 0px 0px 0px rgb(0 0 0 / 14%), 0px 0px 0px 0px rgb(0 0 0 / 12%) !important;
}

#nav_main{
    margin-top: 10px;
}

body
{
    background-color: #F0F3FA;
}

#nav_left li {
    display: none;
}

#nav_left .navbar-branding {
    display: inline;
}

#home {
    margin-top: 24px;
    border-radius: 15px;
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 20%), 0px 0px 0px 0px rgb(0 0 0 / 14%), 0px 0px 0px 0px rgb(0 0 0 / 12%) !important;
}
.navbar
{
    padding-left: 30px;
    padding-right: 30px;
}
.navbar>nav .navbar-branding img
{    
    max-height: 38px;
    height: 38px;
}
#topics .postTitle
{
    font-size: 25px;
}

#navigator #navList li:first-child
{
    display: none;
};


