/* PRIMARY COLORS */
/* SECONDARY COLORS */
/*
 * Remove below if autoprefixer get's enabled.
 */
/*
 * Remove below if autoprefixer get's enabled.
 */
table caption {
  position: absolute !important;
  top: auto;
  left: auto;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

table th a,
table td a {
  border-bottom: 0.1rem solid #e7201d;
}
table th a,
table td a,
table th a i,
table td a i,
table th a span,
table td a span {
  color: #e7201d;
}
table th a:hover,
table td a:hover, table th a:focus,
table td a:focus {
  border-bottom-color: transparent;
}
table th a:hover,
table td a:hover,
table th a:hover i,
table td a:hover i,
table th a:hover span,
table td a:hover span, table th a:focus,
table td a:focus,
table th a:focus i,
table td a:focus i,
table th a:focus span,
table td a:focus span {
  color: #a41e35;
}

table {
  width: 100%;
}
table tr {
  border-bottom: 0.1rem solid #bca685;
}
table th,
table td {
  padding: 1.5rem 2.5rem 1.4rem 1rem;
}
table th {
  padding-top: 0;
}
table tr.row__even {
  background-color: #f2eee8;
}