html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.table-hover tbody tr:hover {
    background-color: #f5f5f5; 
    cursor: pointer;
}


.table-hover tbody tr.active {
    background-color: #dbeafe;
}
