@font-face {
  font-family: "Open Sans";
  src: url(./OpenSans-VariableFont_wdthwght.ttf);
}

body {
  margin: 0px !important;
}

.aqt-header {
  padding: 13px 0px 10px 0px;
  border-top: 5px solid #349a37;
  border-bottom: 1px solid #349a37;
}

.aqt-header-content {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1460px;
  padding: 0 20px;
  width: 100%;
}

.aqt-header-content .arnica {
  display: flex;
  height: 48px;
}

.aqt-header-content .title {
  font-family: Open Sans, Roboto;
  font-weight: 500;
  font-size: 32px;
  padding-left: 15px;
  color: #349a37;
}

.aqt-footer {
  padding: 10px 0px 20px 0px;
}

.aqt-footer-content {
  display: flex;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1460px;
  padding: 0 20px;
  width: 100%;
  justify-content: center;
}

#aqt-footer-eic-logo {
  height: 50px;
}

details {
  padding: 8px;
  border: 1px solid rgba(59, 65, 81, 0.3);
  border-radius: 4px;
}

code {
  font-size: 12px !important;
  font-weight: 600 !important;
}

details summary::marker {
  color: #349a3780;
  font-size: 1.2em;
  list-style: none;
}

.aqt-sub-details {
  margin-left: 20px;
}

.aqt-details-summary-title {
  color: #3b4151;
  font-family: sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.aqt-details-summary-description {
  color: #3b4151;
  font-family: sans-serif;
  font-size: 14px;
}

details p {
  padding-left: 20px;
}
