/* Style the table */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}

/* Style table headers and table data */
th {
  text-align: left;
  padding: 10px;
  font-family: 'Outfit', sans-serif; !important;
  font-weight: 800;
  color: black; 
  font-size: 18px;
  margin-left: 0px;
  margin-right: 0px;  
  margin-top:0px;
  margin-bottom:0px;  
}

td {
  text-align: left;
  padding: 10px;
  font-family: 'Outfit', sans-serif; !important;
  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;
}