html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
.table {
    border-collapse:separate;
}
    .table thead {
        position: sticky;
        top: 0;
        background-color: #F2CB05;
        z-index: 10;
    }
    .table thead th {
        border-bottom: solid 2px #000;    
    }
    .table tbody {
        position:relative;
        z-index:9;
    }

.us-1 {
    color: #C70E5B;
}
.us-2 {
    color: #17BD1F;
}
.us-3 {
    color: #FF0000;
    text-transform:uppercase;
    font-weight:bold;
}

.font-size-small {
    font-size: 0.9rem;}

}