html, body {
  height: 100%;
  margin: 0;
}

.chart-rows {
  margin: 10px;
  padding-bottom: 10px;
}

.chart-container {
    margin: 10px;
    height: 100%;
}

.main-body {
  padding-bottom: 5px;
  min-height: 100%; /* new addition */
  margin: 0 auto 50px; /* new addition */
}

.footer, push {
  justify-content: center;
  font-size: 12px;
  bottom: 0;
  left:0;
  right: 0;
  width: 100%;
  background-color: #f8f9fa;
  height:50px;
  }

.footer-design{
    background-color: #f8f9fa;
}


.footer-text {
  text-align: center;
}

.chart-control-container {
    margin: 5px
}

.legend {
  line-height: 14px;
  color: #555;
}
.legend i {
  width: 14px;
  height: 14px;
  float: left;
  margin-right: 8px;
  opacity: 0.7;
}

.info {
  padding: 6px 8px;
  font: 14px/16px Arial, Helvetica, sans-serif;
  background: white;
  background: rgba(255,255,255,0.8);
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  border-radius: 5px;
}
.info h4 {
  margin: 0 0 5px;
  color: #777;
}

.map-updated-text {
  float: right;
  position: absolute;
  right: 0;
  padding-right: 20px;
  padding-top: 5px;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
bottom: .5em;
}

@media screen and (min-width: 601px) {
  .box-font-size-title{
    font-size: 15px;
  }
  .box-font-size-number{
    font-size: 20px;
  }
  .table-font-size{
    font-size: 15px;
  }
}

@media screen and (max-width: 600px) {
  .box-font-size-title{
    font-size: 8px;
  }
  .box-font-size-number{
    font-size: 15px;
  }
  .table-font-size{
    font-size: 8px;
  }
}
