table {
  border-collapse: collapse
}

table, th, td {
  border: none;
}

th {
  text-align: left;
}

.cell-padded {
  padding: 1rem 0.5rem;
}
.hz-comp-reg-bg-yellow {
  background-color: #FFE599;
}

.hz-comp-reg-bg-blue {
  background-color: #A4C2F4;
}



.list__item {
  display: block;
  margin-top: 20px;
}

.header__info--right {
    float: right;
    text-align: right;
}

.header__title {
  font-weight: bolder;
  padding-right: 1rem;
}

.logo {
  height: auto;
  width: 14rem;
}

.ss-card {
  height: auto;
  width: 10rem;
}

.v-align-top {
  vertical-align: top;
}
