.vam_header {
  display: inline-block;
}
.vam_header_icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.van_header_text {
  color: black;
  font-weight: bold;
  font-size: 12px;
  vertical-align: middle;
}
.van_header_text .header__a {
  color: black;
}
.vam_header_borderedRow {
  border-bottom: 2px solid #27b6ee;
}
.vam_header_borderedRow td {
  padding-bottom: 3px;
}
.vam_header_foot {
  font-size: 10px;
  color: black;
  text-transform: uppercase;
  font-weight: 700;
  padding-top: 3px;
  position: relative;
}
.vht__text,
.vht__text_separator {
  display: inline-block;
}
.vht__text {
  padding-left: 4px;
}
.vht__text--nopadding {
  padding-left: 0;
}
.vht__text_separator {
  width: 1px;
  height: 10px;
  border-right: 1px solid #27b6ee;
  position: absolute;
  top: 6px;
}
