.tbx-btn{
font-size: 1.16rem !important;    
}


.btn{
border-radius: 0rem !important;    
}

.button-dark {
    background-color: #00477c;
}

.button-dark a {
    background-color: #00477c;
    color:#ffffff;
}



.btn-outline,
.btn-outline:hover {
      border-color: #2c4875 !important;
    background-color: rgba(0, 0, 0, 0.12);
        
}

.btn-outline {
  border-radius: var(--border-radius);
}

.btn-outline:hover {
  box-shadow: inset 0 0 0 20rem var(--darken-1);
}

.btn-outline:active {
  box-shadow: inset 0 0 0 20rem var(--darken-2),
    inset 0 3px 4px 0 var(--darken-3),
    0 0 1px var(--darken-2);
}

.btn-outline:disabled,
.btn-outline.is-disabled {
  opacity: .5;
}


.red {
    color: #ff4136 !important;
}

.maroon {
    color: #85144b !important;
}
.navy {
    color: #001f3f !important;
}

.black {
    color: #111 !important;
}
.blue {
    color: #0074d9 !important;
}
.olive {
    color: #3d9970 !important;
}
