html,
body {
  font-size: 14px;
}

body {
  opacity: 0.9
}

a:link {
  text-decoration: none;
  color: blue;
}

a:visited {
  text-decoration: none;
  color: blue;
}

a:hover {
  text-decoration: underline;
  color: blue;
}

a:active {
  text-decoration: none;
  color: blue;
}

.aht-content-head {
  font-size: 20px;
  color: darkslategrey;
}

.aht-menu {
  font-size: 13px;
  background: #0b1c54 !important;
}

.aht-menu-button {
  color: palegoldenrod !important;
  background: #0b1c54 !important;
}

.aht-button-request {
  width: 150px;
}

.ahttab {
  margin-left: 40px;
}

.spacer {
  height: 10px;
}

.slidecontainer {
  width: 100%;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 25px;
  background: #d3d3d3;
  border-radius: 15px;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 15px;
  background: #FFA500;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 15px;
  background: #4CAF50;
  cursor: pointer;
}


/*
html {
  font-family: 'Open Sans', sans-serif; }



.ahtContent {
    margin: 10px;
  }

.ahtContentHead {
    font-weight: bold;
    font-size: 18px;
    color: black;
  }
#ahtContentText {
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: black;
  }

  ul {
  list-style: disc outside none; 
  margin-left: 0; 
  padding-left: 1em;
  text-indent: -2em;
}
li {
  padding-left: 1em;
}

*******************************************************************************/