body {
	font-family: helvetica;
	text-align: center;
}

footer {
	margin-top: 10rem;
}

a {
	color: #460ad9;
}

 /* Style the table */
table {
  /*border-collapse: collapse;*/
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
  display: block;
  overflow-x: auto;  
}

/* Style table headers and table data */
th, td {
  text-align: center;
  padding: 16px;
}

th:first-child, td:first-child {
  text-align: left;
}

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

.fa-check {
  color: green;
}

.fa-remove {
  color: red;
} 
