.main {
  color: #002d4f;
}
.chart {
  position: relative;
  width: calc(50% - 10px);
  height: 550px;
  display: inline-block;
  background-color: white;
  padding: 0;
  border-color: #b5d7e7;
  border-style: solid;
  border-width: 4px;
  margin: 5px;
}
.chart > div {
  position: relative;
  width: 100%;
  height: 100%;
}
.info-mobile {
  display: none;
  margin-top: 20px;
  text-align: center !important;
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
  border: 1px solid transparent;
  padding: .75rem 1.25rem;
  border-radius: 10px;
}
.info-mobile .fas {
  color: #856404 !important;
  padding-right: 5px;
}
@media (max-width: 1250px) {
.chart, #rt {
  width: 100%;
}
}
@media only screen and (max-width: 650px) {
.info-mobile {
  display: block;
}
}
