a.link-dotted {
    text-decoration: none;
    border-bottom: 1px dotted #a3c5f9 !important;
    padding-bottom: 1px;
}
a.link-dotted:hover {
    text-decoration: none;
    border-bottom: 0px dotted #a3c5f9 !important;
    padding-bottom: 2px;
}

.clock-history img {
    width: 11px;
    padding-bottom: 3px;
}

a.logo-link {
    text-decoration: none;
    border-bottom: 3px dotted #cccccc !important;
    padding-bottom: 0px;
    color: #212529;
}

a.logo-link:hover {
    text-decoration: none;
    border-bottom: 0px dotted #cccccc !important;
    padding-bottom: 3px;
    color: #212529;
}