$textColor: #316bbe;
$borderColor: #f2b411;

button{
    color: $textColor;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    background-color: transparent;
    padding: 0px;
    height:100%;
    box-sizing: border-box;
    width:auto;
}:hover{
    color: rgb(51, 51, 51);
}:focus{
   outline: 3px solid $borderColor;
    text-decoration: underline;
    color: rgb(51, 51, 51);
    outline-offset: 0;
}:active{
    background-color: white;
}

.dropdown-menu{
    width:auto;
    min-width: auto;
    margin: 0;
    padding: 5px 10px;
}
.uhc button, .uhc button:hover {
    color: #31b7be;
    background: #fff;
    font-weight: normal;
}
.uhc button:hover {
    text-decoration: underline;
}