/*MANAGE BUTTON CSS*/
#topnav .manage-btn {
    background-color: #007abf !important;
    background-position: 10px 5px;
    font-weight: 600;
    margin-left: 10px;
    padding: 5px 10px 11px 10px !important;
    border-radius: 5px 5px 0 0;
    background-size: 18px;
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
}

#topnav .manage-btn:hover {
    color: #ffffff !important;
    background-color: rgba(0, 122, 191, 0.7) !important;
    -webkit-transition: background-color 0.24s ease-in-out;
    transition: background-color 0.24s ease-in-out;
}

/*ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul li { list-style-type:none;}*/