﻿

/*#topContent a, #topContent a:visited {
    padding: 0.375rem 0.9rem;
}

#main-menu > li:last-child {
    padding: 0;
}


    #main-menu > li:last-child > a {
        color: #fff;
        background-color: #AFCA0B;
        border-color: #AFCA0B;
        margin-right: 1rem;
        display: inline-block;
        font-weight: 400;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        user-select: none;
        padding: 7px 7px;
        font-size: 1.125rem;
        line-height: 1.5;
        border-radius: 2px;
        text-decoration: none;
        transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    }

    #main-menu > li:last-child > a:hover {
        background-color: #859909;
        border-color: #859909;
    }

#customNavContainer .nav-link {
    padding: 7px 7px;
}*/