     .sites-table {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #d9d9d9;
}

.sites-table th {
  text-align: left;
  padding: 20px;
  color: green;
  text-decoration: underline;
}

.sites-table td {
  padding: 15px;
  padding-left: 25px;
}

.sites-table tr {
  border-bottom: solid 1px #d9d9d9;
}

tr:nth-child(even) {
  background-color: #f9f9f9 !important;
}

.mdp-table-header {

  background-color: #f9f9f9;
}


div.alphabet {
    display: table;
    width: 100%;
    margin-bottom: 1em;
}

div.alphabet span {
    display: table-cell;
    color: #3174c7;
    cursor: pointer;
    text-align: center;
    width: 3.5%
}

div.alphabet span:hover {
    text-decoration: underline;
}

div.alphabet span.active {
    color: black;
}

