/* 
    Created on : 27.07.2022, 21:24:17
    Author     : schobi
*/

body {
  color: #c0c0c0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin-left: 0px;
}

table, th, td {
  border: none;
  padding: 2px;
  border-spacing: 2px;
  font-size: 24;
}

td {
  background-color: rgba(0,0,0,0.5);
}

td.weather_forecast {
    font-size: 20px;
    font-weight: bold;
}

td.weather_icon {
    font-size: 28px;
    font-weight: bold;
}

td.weather_title {
    font-size: 48px;
    font-weight: bold;
}

td.weather_acttemp {
    font-size: 60px;
    font-weight: bold;
}

