html {
/*  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  max-width: 600px;
  max-height: 800px; */
  max-width: 600px;
  max-height: 800px;
}

body {
  font-family: sans-serif;
  margin: 0px;
  padding: 0px;
}

#dash_title {
  text-align: center;
}

#system_cell {
  text-align: center;
}

#system_temp {
  font-size: 50px;
}

#system_load {
  font-size: 25px;
  font-weight: bolder;
}

#weather_cell {
  text-align: left;
  margin-left: 10%;
}

#city_icon {
  height: 20px;
  vertical-align: middle;
}

#city_name {
  /* margin-block: 10px; */
  padding-top: 10px;
}

#temperature {
  font-size: 35px;
  /* margin-top: 15px; */
  /* margin-bottom: 25px; */
  font-weight: bold;
}

#weather_icon {
  height: 60px;
}

#date_field {
  /* margin-top: 10px; */
}

#day_month {
  font-size: 20px;
}

#date_number {
  font-size: 40px;
  margin-top: -10px;
  font-weight: bold;
}

#net_icon {
  height: 30px;
  vertical-align: middle;
  padding-right: 5px;
}

#net_stats {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#net_stats_elem {
  vertical-align: middle;
  display: flex;
  align-items: center;
  margin: 0px;
}

#public_ip {
  font-weight: 600;
}

#public_ip_addr {
  padding-bottom: 10px;
}

#h1_time {
  text-align: center;
  font-size: 60px;
  margin-top: 0px;
  margin-bottom: 0px;
}

table {
  border-width: 1px;
  border-collapse: collapse;
  border-style: solid;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

td {
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}

#big_table_cell {
  width: 50%;
  padding-top: 0px;
}

p {
  margin-block: 0px;
  /* margin: 5px; */
  padding: 0px;
  font-size: 15px;
  font-weight: bold;
}
