/*h1 {
  font-size: 30px;
  color: #9e0b0f;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}*/

/*
body {
  padding-top: 55px;
} */
a {
  font-size: 1.3rem;
}

.tooltipster-base.tooltipster-top,
.tooltipster-base.tooltipster-bottom {
  /* have some space from the screen sides */
  padding-left: 15px;
  padding-right: 15px;
}

.tooltipster-base.tooltipster-right {
  padding-right: 15px;
}

.tooltipster-base.tooltipster-left {
  padding-left: 15px;
}

.table-bordered tbody tr td:first-child {
  font-style: italic;
}

th {
  padding: 20px 15px;
  background: #9e0b0f;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: whitesmoke;
  text-transform: uppercase;
  cursor: pointer;
}

/* rotate for column headers, to have vertical column header: rotate (270deg) needed */
th.rotate {
  height: 128px;
  padding: 0;
  margin: 0;
}

th.rotate > div {
  transform: translate(0px, 0px) rotate(315deg);
}

.table-bordered {
  max-width: 100%;
  text-align: center;
  overflow-x: auto;
  white-space: nowrap;
  display: table;
  border-collapse: collapse;
  border: 10px solid white;
}
.footer {
  height: 50px;
  background-color: black;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
}

table tr:nth-child(odd) td:not(#underCell) {
  background: white;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  font-weight: 400;
  font-size: 12px;
  color: black;
  border-bottom: solid 1px rgba(255, 255, 255, 100);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

table tr:nth-child(even) td:not(#underCell) {
  background: #d3d3d3;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  font-weight: 400;
  font-size: 12px;
  color: black;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

p.summary {
  font: bold 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0px;
  vertical-align: middle;
}
