@import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css");

.home-link ul {
  list-style: none;
  padding: 0;
}
.home-link li {
  padding-left: 1.3em;
}
.home-link li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  color: #009CB4;
}
.home-link ul a {
  color: #3C3C3B;
}

.home-link ul a:hover,
.home-link ul li:hover:before {
  color: #009CB4;
}
.home-link ul li i {
  color: #009CB4;
}

table {
    border: 1px solid #d5d5d7;
}
table th {
    font-weight: bold;
    padding: 0.3em 0.3em;
    border: none;
    color: #fff!important;
    background: #75d1cc!important;
}
th {
    border-bottom: 3px solid #ccc;
    padding-right: 1em;
    text-align: left;
}
td {
    padding: 0.3em 0.3em;
}
table {
    border-collapse: collapse;
}