html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 60px;
}

.table thead th {
	position: sticky;
	top: 0;
	background-color: white; 
	z-index: 1;
}