.list-group-item-info{
  margin-top: 0.4vh;
}
table {
  border-collapse: collapse;
}

table, th, td {
  border: 1px solid black;
}
th, td{
  padding: 5px;
}
tr:nth-child(even) {background-color: #f2f2f2;}

strong{
  font-weight: bold;
}
.sub-heading{
  text-decoration: underline;
  font-size: 200%
}
