/**************************************************************
* Common Fonts, Colors, etc.
**************************************************************/
/**************************************************************
* Mixin Definitions
**************************************************************/
.filter-block {
  margin-bottom: 1.875rem;
  font-family: "Roboto Mono";
}
.filter-block b {
  display: block;
}
.filter-block label {
  display: block;
  color: #1696F0;
}
.search.ah-table table {
  font-size: 0.875rem;
  font-family: "Roboto Mono";
  border: none;
}
.search.ah-table table th {
  background-color: #505050;
  color: #1696F0;
}
.search.ah-table table tr th:nth-child(1),
.search.ah-table table tr td:nth-child(1) {
  width: 5.5rem;
}
.search.ah-table table tr th:nth-child(2),
.search.ah-table table tr td:nth-child(2) {
  width: 8.6rem;
}
.search.ah-table table tr th:nth-child(4),
.search.ah-table table tr td:nth-child(4) {
  max-width: 30rem;
  word-wrap: break-word;
}
.search.ah-table table tr:first-child th:first-child {
  border-top-left-radius: 0.63rem;
  border-bottom-left-radius: 0.63rem;
}
.search.ah-table table tr:first-child th:last-child {
  border-top-right-radius: 0.63rem;
  border-bottom-right-radius: 0.63rem;
}
.search.ah-table table tr:nth-child(odd) {
  background-color: #333;
}
.search.ah-table table tr:nth-child(even) {
  background-color: #333;
}
