.title-icon {
  top: 16px;
  left: -72px;
  height: 36px;
}
@media screen and (max-width: 75em) {
  .title-icon {
    top: 10px;
    left: -48px;
    height: 30px;
  }
}
@media screen and (max-width: 64em) {
  .title-icon {
    top: 7px;
    left: -36px;
    height: 24px;
  }
}

.page-link {
  width: 160px;
}
.page-link .img-container img {
  height: 100%;
  max-height: max(56px, 50%);
}
@media screen and (max-width: 64em) {
  .page-link {
    width: 100%;
    height: 140px;
  }
}

.table {
  border-collapse: collapse;
  width: 100%;
  border: solid 1px #D9D8D8;
}
.table tbody tr:not(:first-child) {
  border-top: solid 1px #D9D8D8;
}
.table tbody tr td {
  padding: 10px;
  vertical-align: top;
  font-size: 13px;
}
.table tbody tr td:first-child {
  background-color: #F9F3EB;
}

.table-alt {
  border-collapse: collapse;
  width: 100%;
  border: solid 1px #D9D8D8;
}
.table-alt tbody tr:not(:first-child) {
  border-top: solid 1px #D9D8D8;
}
.table-alt tbody tr td {
  padding: 10px;
  vertical-align: top;
  border: solid 1px #D9D8D8;
}

.red-circle {
  display: inline-block;
  background-color: #E21854;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  color: #FFFFFF;
  text-align: center;
  line-height: 13px;
  font-size: 11px;
  transform: translateY(-1px);
}
