.deleted-domain-description {
  margin-bottom: 20px;
  color: #666;
}

table {
  table-layout: fixed;
  margin-bottom: 20px;
}

table > thead {
  color: #333;
  text-decoration: underline;
  font-size: 20px;
  padding: 20px;
  text-transform: uppercase;
}

table > tbody {
  color: #333;
}

.evenRow {
  background-color: #f5f5f5;
}

.oddRow {
  background-color: #fefefe;
}

.pagination > li > a{
  color: #304b90 !important;
}
.pagination > .active {
  background-color: #304b90;
  color: white;
}