body {
  background: #FFCC42;
  color: #777;
  font-family: Montserrat, Arial, sans-serif;
}

.body-bg {
  background: #FFCC42 !important;
}

h1 {
  font-size: 115%;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  /*font-weight: 300;*/
  text-align: left;
  margin-top: 10px;
  margin-bottom: 5px;
  white-space: nowrap;
}

.button {
  font: 11px Open Sans, sans-serif;
  font-weight: bold;
  width: 1.5em;
  height: 1.5em;
  box-sizing: initial;
  opacity: 0.7;
  background: #dff5e9;
  border: 0.1em solid #151B40;
  color: #151B40;
  text-align: center;
  border-radius: 90%;
  line-height: 1.5em;
  box-sizing: content-box;
  display: inline-block;
  position: relative;
  top: -1.5px
}

.button:hover {
  background: #7d5b00;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  overflow: visible;
  z-index: 5;
}

.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 80%;
  max-width: 550px;
  position: relative;
  transition: all 5s ease-in-out;
}

/*.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Open Sans, sans-serif;
}*/

.popup .close {
  position: absolute;
  top: 0px;
  right: 7px;
  transition: all 200ms;
  font-size: 40px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

.popup .close:hover {
  color: #7d5b00;
}

.popup .contentpop {
  color: #151B40;
  max-height: 30%;
  overflow: auto;
}

/*h2 {
  font-size: 12px;
  font-style: italic;
  color: gray;
  margin-top: 5px;
  margin-bottom: 5px;
}*/

mark.red {
  color: #ff0000;
  background: none;
  font-style: italic;
}

mark.blue {
  color: #151B40;
  background: none;
  font-style: italic;
}

.box .apexcharts-xaxistooltip {
  background: #1B213B;
  color: #fff;
}

.content-area {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}

.box {
  background-color: #FFCC42;
  padding: 5px 5px;
  border-radius: 4px;
}

/*aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaas*/

.column {
  max-width: 960px;
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0 10px;
}

@media only screen and (max-width: 860px) {
  .index-pop {
    display: none;
  }
}

@media only screen and (max-width: 1060px) {
  .avatar {
    display: none;
  }
}

.index-pop {
  position: absolute;
  right: 10px;
  margin-top: 1em;
  line-height: 1.5em;
}

.index-pop svg {
  text-decoration: none !important;
  margin-left: 0.3em;
  position: relative;
  top: 3px;
}

iframe {
  width: 100%;
}
