body {
    background-color: black;
}
#fullDate{
    font-size: 18px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    text-align: left;
}
.bigTime
{
    font-size:320px;
    font-weight:600;
    line-height: 0.7;
    text-align: right;
    vertical-align: top;
}
.bigTime.seperator
{
    font-size:250px;
    font-weight:400;
}
.bigTemp
{
    font-size:185px;
    font-weight:600;
    line-height: 0.6;
    vertical-align: top;
}
.bigTempC
{
    font-size:60px;
    font-weight:600;
    line-height: 0.6;
    vertical-align: top;
}
.bigHum
{
    font-size: 20px;
    text-align: right;
    font-weight: bold;
}
.kitchen {color:skyblue;}
.outside {color:salmon;}
.smallTemp
{
    font-size: 27px; 
    line-height: 1;
    text-align: center;
}
.smallHum
{
    font-size: 12px; 
    color: lightgrey;
}
.smallTempRow
{
    padding-top: 12px;
    text-align: center;
}
.medTemp
{
    font-size: 60px; 
    line-height: 1;
    text-align: center;
    font-weight: bold;
}
.medHum
{
    font-size: 14px; 
    color: lightgrey;
}
.precis{
    font-size: 18px;
    font-weight: bold;
    padding-right: 30px;
}
.rainProbability{
    font-size: 18px;
    padding-right: 15px;
}
.powerImport {color:salmon; }
.powerExport {color: lightgreen; }
hr {
    border-top: 1px dotted white;
  }

.energy-vertical {
    transform: rotate(-90deg);
    font-size: 10px;
    font-style: italic;
    padding: 0;
    margin: 0;
    text-align: right;
	/* transform-origin: left top 0; */
}
.network-vertical {
    transform: rotate(-90deg);
    font-size: 14px;
/*     font-weight: bold;
   padding: 0;
    margin: 0;
    text-align: right;
    text-align: left;
    transform-origin: right middle 0;
    */
}
.network-vertical a {
    color: white;
}
