@import url(https://fonts.googleapis.com/css?family=Open+Sans);
/* Style the table */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}

/* Style table headers and table data */
th, td {
  text-align: left;
  padding: 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  color: black;
  font-size: 14px;
  margin-left: 0px;
  margin-right: 0px;  
  margin-top:0px;
  margin-bottom:0px;  
}

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;
}