#support {
    color: #6c757d !important;
    font-size: 0.875em;
}

#support a {
    color: #6c757d !important;
    text-decoration: none;
    border: solid 1px #eff0f2;
    padding: 0 2px 0 0;
    transition: all 0.3s ease-in-out;
}

#support a:hover {
    border: solid 1px #14540450;
}

#support a:hover span {
    background-color: #145404;
}

#support a span {
    background-color: #6c757d90;;
    transition: all 0.3s ease-in-out;
    color: white;
    font-weight: bold;
    padding: 1px 2px;
}

