
html {
  font-family: myriad-pro-semi-condensed, sans-serif !important;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}
body {
  max-width: 720px;
}
.center-container {
  width: 320px;
  margin: auto;
}
.light_text {
  font-family: myriad-pro, sans-serif;
  font-style: normal;
  font-weight: 300;
  letter-spacing: .5px;
  font-size: .7em;
  width: 480px;
  margin: auto;
  padding-top: 1rem;
}
.blue_text_test {
  color: #005288;
}
.row_even {
  background-color: #EBF1F4;
}
thead {
  border-bottom: 1px solid #51779E;
}

#cost-label {
  padding-top: 1rem;
  width: 49%;
}
#cost {
  padding-bottom: 2rem;
}
#columns_title {
  text-align: center;
  font-family: myriad-pro-semi-condensed, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #005288;
}
#counter, #cost {
  font-family: myriad-pro-semi-condensed, sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #005288;
  font-size: 46px;
  padding-top: 0px;
  padding-bottom: 8px;
  letter-spacing: .5px;
  font-family: myriad-pro-semi-condensed, sans-serif;
  font-style: normal;
  font-weight: 600;
  text-align: left;
}
#counter {
  text-align: center;
}
.label {
  text-transform: uppercase;
  color: #005288;
  font-family: myriad-pro-semi-condensed, sans-serif;
  font-size: 1.3rem;
  line-height: 1.5rem;
  font-style: normal;
  font-weight: 600;
  margin: auto;
  width: 75%;
  padding-bottom: .2rem;
}
.indicator {
  display: inline-block;
}
#table_subtitle {
  color: #005288;
  font-family: myriad-pro-semi-condensed, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: .5px;
  padding-bottom: 7px;
}
.content-container {
  padding-top: 0rem;
}
.indicator {
  font-size: 2rem;
}
#counter1 {
  width: 340px;
}

@media only screen and (max-width: 720px) {
  .center-container {
    width: 47vw;
  }
  #counter, #cost {
    font-size: 4.6vw;
  }
  #counter {
    margin: auto;
    text-align: center;
  }
  #container1 {
    width: 34vw;
  }
  #container2 {
    width: 32vw;
  }
  .label {
    font-size: 3vw;
  }
  .indicator {
    font-size: 3vw;
  }
}

@media only screen and (max-width: 450px) {
  .center-container {
    width: 47vw;
  }
  #cost-label {
    width: 69%;
  }
  #counter, #cost {
    font-size: 9.5vw;
  }
  #container1 {
    width: 80vw;
  }
  #container2 {
    width: 65vw;
  }
  .label {
    font-size: 4vw;
    width: 90vw;
    line-height: 4.7vw;
  }
  .light_text {
    font-size: 2vw;
    width: 90%;
  }
  .indicator {
    font-size: 6vw;
  }

}
