html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

label{
    color:white;
}
body {
    margin-bottom: 60px;
    background-color: rgb(0,102,153);
    
}
.tableheader {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(51,153,204,1) 75%, rgba(0,102,153,1) 100%);
    color: black;
    text-align: center;
    border: 1px solid black;
}