/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2016-nov-24, 07:47:06
    Author     : cast
*/
table {
/*    border-top: 0px;
    border-bottom: 1px;
    border-left: 0px;
    border-right: 0px;*/
}
tr {

}
.datetime, .degree, .humidity, .place {
    width:150px;
}
.datetime {

}
.degree, .reading {
    text-align: right;
}
.humidity {
    text-align: right;
}
.place {
    font-weight: bold;
}
.weatherimage {
  width: 100px;
}