html, body {
  font-family: 'Roboto', sans-serif;
}

.list-card thead tr th,
.list-card thead tr td {
  background-color: #FFF
}


.list-card tr th {
  background-color: #ff7777;
}
.list-card tr td {
  background-color: #ff7777;
}
tr.gotit td {
  background-color: #9dffb4;
}
tr.gotit th {
  background-color: #9dffb4;
}
