.include-topbar-section{
    margin-top: 15px;

}

.include-topbar-left{
    float: left;
    font-weight: bold;
    font-size: 14pt;
    margin-left: 10px;
}
.include-topbar-right{
    float: right;
}

.include-topbar-right a{
    margin-right: 5px;
    font-size: 12pt;
    padding: 5px;
    color: blue;
}

.include-topbar-right a:hover{
    background-color: lightblue;
    color: darkblue;
}

.include-topbar-center{
    position: absolute;
    left: 43%;
    font-size: 16pt;
    font-weight: bold;
    text-align: center;
}
