#hst3-cookieconsent-popup-toggle {
  padding: 5px 15px;
  background: #fff;
  color: #000;
  cursor: pointer;
  border: 1px #000 solid;
}

#hst3-cookieconsent-consent-popup fieldset {
  padding: 0px;
  margin: 0px;
  border: 0 none;
}
#hst3-cookieconsent-consent-popup input {
  margin: 0px;
}
#hst3-cookieconsent-consent-popup .hst3-cookieconsent-btn {
  border: 0px none;
  padding: 10px 16px;
  background: #dddddd;
  cursor: pointer;
  margin-bottom: 5px;
}
#hst3-cookieconsent-consent-popup #hst3-cookieconsent-btn-detail {
  position: relative;
  padding-left: 15px;
}
#hst3-cookieconsent-consent-popup #hst3-cookieconsent-btn-detail::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
  border-bottom: none;
}
#hst3-cookieconsent-consent-popup #hst3-cookieconsent-btn-detail.active::before {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black;
  border-top: none;
}
#hst3-cookieconsent-consent-popup .hst3-cookieconsent-table {
  width: 100%;
}
#hst3-cookieconsent-consent-popup .hst3-cookieconsent-table tr > th,
#hst3-cookieconsent-consent-popup .hst3-cookieconsent-table tr > td {
  padding: 4px;
}
#hst3-cookieconsent-consent-popup .hst3-cookieconsent-table thead > tr > th {
  border-bottom: 2px #999 solid;
  font-weight: bold;
}
#hst3-cookieconsent-consent-popup .hst3-cookieconsent-table tbody > tr > td {
  border-bottom: 1px #eee solid;
}
#hst3-cookieconsent-consent-popup .hst3-cookieconsent-table tbody > tr.sub > td {
  background: #ddd;
}
#hst3-cookieconsent-consent-popup .hst3-cookieconsent-footer {
  margin: 25px 0px;
}
#hst3-cookieconsent-consent-popup .hst3-cookieconsent-nav {
  line-height: 16px;
  float: right;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#hst3-cookieconsent-consent-popup .hst3-cookieconsent-nav li {
  display: inline-block;
  margin-left: 8px;
}

@media (max-height: 800px) {
  #hst3-cookieconsent-consent-popup .hst3-cookieconsent-column > h4 {
    font-size: 110%;
  }
  #hst3-cookieconsent-consent-popup .hst3-cookieconsent-column > p {
    font-size: 90%;
  }
}
