﻿ul.nav > li.nav-link > a {
    color: #606060;
    font-weight: bold !important;
    text-decoration: none;
}
    ul.nav > li.nav-link > a:hover {
        color: #303030;
        font-weight: bold !important;
        text-decoration: underline solid #0d6efd 2px;
        text-underline-offset: 5px;
    }
    ul.nav > li.nav-link > a.active {
        color: #606060;
        font-weight: bold !important;
        text-decoration: underline solid #0d6efd 5px;
        text-underline-offset: 5px;
    }

img.size-64 {
    width:64px;
    height:64px;
}

