/* Style the table */
div.table {
  display: inline-block;
  overflow-x: auto;
}

table {
  width: 100%;
}

/* Style table headers and table data */
th, td {
  height: 1.5em;
  border: 1px solid black;
  padding: 0 .5em 0 .5em;
  text-align: center;
}
td:first-child {
  text-align: left;
  padding-left: 1em;
}

/* Zebra-striped table rows */
tr:nth-child(even) {
  background-color: #f2f2f2
}

.fa-check {
  color: green;
}

.fa-remove {
  color: red;
}

dd {
  line-height: 1.5em;
}
