body {
  line-height: 1.5;
  text-align: left;
  }

table {
  border-collapse: collapse;
  border-spacing: 2px;
  }

h4 {
  color: #999999;
  font-weight: light;
  }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  }

.table td, .table th  {
  padding: .75rem;
  vertical-align: top; 
  border-top: 1px solid #dee2e6;
  }

.table thead th {
  border-bottom: 2px solid rgba(0,0,0, .075);
  }  

.table-hover tbody tr:hover {
  background-color: rgba(33,37,41, .075);
  border-left:2px solid #0095c6;
  border-right:2px solid #0095c6;
  }