/* stylelint-disable selector-max-type, selector-no-qualifying-type, selector-max-compound-selectors, no-descending-specificity, selector-max-attribute */
/* reason: must overwrite the third party default behaviour */

/* OVERALL STYLES */

body {
  color: #202223;
}

.header-title {
  background: #0AB2EF;
}

a {
  color: #202223;
}

.header-title h1 {
  font-size: 20px;
}

table tr td {
  color: #202223;
  font-size: 14px;
}

table tr td > a {
  color: #202223;
}

/* stylelint-enable */
