.table-weather tbody tr td {
	border-width: 1px;
	border-style: solid;
	border-color: #0066ab;
}

.table-weather {
	border-top: 1px solid #0066ab;
}
.list-weather  {
	display: table;
}
.list-weather li {
	display: table-cell;
	vertical-align: middle;
	/*border: 1px solid #000;*/
}
.list-weather h1 {
	font-size: 7.0rem;
}
.list-weather .axi {
	color: royalblue;
}
.dl-weather {
	font-size: 1.1em;
}
.dl-weather dt {
	font-weight: 400;
}
.dl-weather small {
	color: #000;
	/*font-weight: 300;*/
}
.dl-weather i {
	color: lightskyblue;
}
.dl-weather  h3 {
	font-size: 3rem;
}
