﻿.navbar{
    border-radius: 0px;
    margin-bottom: 0px;
    margin-top: 17px;
    padding: 0px 0 0 10px;
}
.navbar a{
    color: #fff !important;
}
.navbar a:hover{
    color: #fff !important;
    text-decoration: none !important;
}
.navbar a:active{
    color: #fff !important;
    text-decoration: none !important;
}
.navbar a::before{
    background-color: #fff !important
}