body {
  background: #eeeeee;
  font-family: Helvetica;
  margin: 0px;
}

.resultBox {
  background: #ffffff;
  border-radius: 9px;
  color: #ffffff;
  transition: all 0.2s;
  margin: 20px;
  width: 300px;
  float: left;

}

.infoelement {
  padding: 5px;
  margin: 2px;  
  text-align: center;
}

.title {
  font-size: 16px;
  text-align: left;
}

.value {
  font-size: 40px;
}

.units {
  font-size: 25px;
  height: 29px;
}

.datestamp {
  font-size: 16px;
  text-align: left;
}

.basebox {
  width: 640px; 
  overflow: hidden;
  display: block;
}

.stationList{
  font-size: 13px;
  padding: 10px 8px 10px 14px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  margin: 20px;
}

.stationList .select{
  width: 120%;
}

.stationList .select select{
  background: transparent;
  line-height: 1;
  border: 0;
  padding: 0;
  border-radius: 0;
  width: 120%;
  position: relative;
  z-index: 10;
  font-size: 2em;
}

.sectionTitle{
  font-size: 20px;
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 0px;

}

.section{
  clear: left;
  padding-top: 20px;
}

.UMTitle{
    color:black; 
    width:90%; 
    margin-left:10px;
    margin-top:10px;
    margin-bottom: 0px;
}

.UMMWarning{
    color:white; 
    background-color:red;
    width:90%; 
    margin-left:10px;
    margin-top:10px;
    margin-bottom: 10px;
}

.UMBox{
    margin:10px;
    width:90%; 
}

.UMButton{
    margin-left:10px;
    margin-top: 10px;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: rgb(85,85,85);
  font-weight: normal;
  position: fixed;
  top: 0;
  width: 100%;
  cursor: pointer;
  z-index:10000;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  width: 110px;
}

li a:hover:not(.active) {
  background-color: #69737d;
}

.active {
  background-color: lightslategrey;
  font-weight: bold;
}

#page {
    width: 1000px; 
    margin-top: 40px; 
    margin-bottom: 30px; 
    margin-left: 8px; 
    margin-right: 8px;
}

.plotChart {
    width: 450px; 
    height: 425px;  
    float: left;
    margin: 19px; 
    border-style: solid; 
    border-width: 1px; 
    border-color: #aaaaaa;
}


@media(max-width: 480px) {
  li  a{
    font-size: small;
    padding: 10px;
  }
}


@media(max-width: 480px) {
  td {
    display: table-row;
  }
}

@media(min-width: 480px) {
  .rotatedDate {
  /* FF3.5+ */
  -moz-transform: rotate(-90.0deg);
  /* Opera 10.5 */
  -o-transform: rotate(-90.0deg);
  /* Saf3.1+, Chrome */
  -webkit-transform: rotate(-90.0deg);
  /* Standard */
  transform: rotate(-90.0deg);
}
}

.forecastcell {
  background: #ffffff;
  border-radius: 9px;
  color: #ffffff;
  transition: all 0.2s;
  float: left;
  width: calc(100% - 20px);  
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  padding: 10px;
}

.dateCell {
    background-color: white; 
    max-width: 30px;
    white-space: nowrap;
}

.timeCell {
    background-color: white; 
    width: auto;
    white-space: nowrap;
}

.timeText {
    background-color: white; 
    color: black; 
    padding: 4px; 
}

.rotatedDate {
    background-color: white; 
    color: rgb(180,180,180); 
    padding: 4px; 
    font-size: 20px; 
    text-align: center;
}