html { 
    height: 100%
  }

body {
    font-family: 'Open Sans', sans-serif;
    height: 100vh;
    background-color: #f8f9fa;
}

.table th {
    border-top: none;
}