@media (min-width: 768px) {
   html {
      font-size: 16px;
   }
}

html {
   font-size: 14px;
   position: relative;
   min-height: 100%;
}

body {
   margin-bottom: 60px;
}

table {
   caption-side: top;
   background-color: antiquewhite;   
}

table caption {
   font-size: 20px;
   color: black;
   font-weight: bold;    
   padding: 5px;
}

th {
   background-color: black;
   color: white;
   font-weight: bold;
   text-align: left;
}

th, td {
   padding: 5px 10px 5px 10px;
   border: 2px solid black;
}

.centeredtext {
   text-align: center;   
}

section {
   margin-bottom: 25px;
}

.paging {
   font-size: 12px;  
}

.btn {
   min-width: 100px;
   margin-right: 5px;
}

.btn-tiny {
   font-size: 10px;
   
   max-height: 20px;
   min-width: 50px;   
   padding: 0px;
}
