html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  white-space: nowrap;
}

table {
    border-collapse: collapse;
}

th {
    padding: 10px 20px;    
}

.check {
    text-align: center;
}