body {
 margin: 0px;
 padding: 0px;
 font-size: 100%;
 font-family: verdana, sans-serif;
}

div.meteo-row {
 float: left;
 width: 100%;
}

div.odd {
 float: left;
 width: 49%;
}

div.even {
 float: right;
 width: 49%;
}

div.meteo-row table {
 width: 100%;
}

div.meteo-row table td {
 padding: 4px 4px 4px 4px;
 border-bottom: dotted 1px #9fbfde;
 font-size: 11px;
 font-family: verdana, sans-serif;
}

div.meteo-row table th {
 padding: 4px 4px 4px 4px;
 background: #9fbfde;
 font-size: 11px;
 font-family: verdana, sans-serif;
 color: #fff;
}

/*======================== Vitosha short (дясна колона) =========================*/

table.meteo-shorter {
 margin: 0px;
 padding: 0px;
 font-size: 11px;
 width: 100%;
}

table.meteo-shorter th, table.meteo-shorter td {
}

table.meteo-shorter td {
 text-align: center;
 padding: 4px 0px;
 border-bottom: solid 1px #a6cbf1;
}

table.meteo-shorter th {
 background: #a6cbf1;
 font-weight: normal;
 color: #fff;
}

table.meteo-shorter th.label {
 background: none;
 font-weight: bold;
 color: #003170;
 text-align: left;
 padding-top: 10px;
}
