:root {
  --brand-color: var(--he-logo);
}

.tagline + ul {
    height: 100px;
}

.format-title-block {
  width: 100%;
  max-width: 800px;
  border-collapse: collapse;
  margin: auto;
  
  th,
  td {
    padding: 10px;
    text-align: center;
    font-family: Arial, sans-serif;
  }
  
  tr:first-child td {
    text-transform: uppercase;
  }
}

/* tables in sample page */
table.sample-location tr th:nth-child(1),
table.sample-location tr td:nth-child(1) {
    font-weight: bold;
}
table.sample-location tr th:nth-child(2),
table.sample-location tr td:nth-child(2) {
    font-style: italic;
}
table.samples td {
    text-align: center;
}

/* Tables in the archive page. */
/* This makes them look like bullet list but keep the column alignement tables */ 
/* give. My way of doing CSS seem sooo 2000's! */
#hoops-exchange-documentation-archives table,
#hoops-exchange-documentation-archives tr,
#hoops-exchange-documentation-archives td,
#hoops-exchange-documentation-archives th {
  text-align: left;
  border: none;
  background: none;
  padding: 0;
  font-size: 100%;
  font-weight: 400;
}

#hoops-exchange-documentation-archives tr {
  height: 24px;
}

#hoops-exchange-documentation-archives th {
  font-weight: 700;
}

#hoops-exchange-documentation-archives td:last-child {
  padding-left: 10px;
}

#hoops-exchange-documentation-archives th.stub::before {
  content: "• ";
}

#hoops-exchange-documentation-archives th.stub::after {
  content: ":";
}
