<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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: 'Poppins', sans-serif;
  font-weight: 100;
  color: black;
  font-size: 14px;
  margin-left: 0px;
  margin-right: 0px;  
  margin-top:0px;
  margin-bottom:0px;  
}
th
{
  font-weight: 600;

}
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;
}</pre></body></html>