@charset "UTF-8";

/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CSS */
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 1.2;
	color: #313D4A;
	font-weight: 500;
}

table {
	margin: auto;
	border-collapse: separate;
	border-spacing: 4px;
	text-align: center;
}

td, tr {
	padding: 4px;
}

h1 {
	font-size: 12px;
	text-align: center;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 11px;
}

.massimo {
	color: #FF0000;
}

.minimo {
	color: #6CC8E5;
}

.ieri {
	color: #909090;
}

.weathercond {
	font-size: 22px;
	text-align: left;
	vertical-align: middle;
}

.forecasticon {
	border-right: 3px solid #1E73BE;
	vertical-align: middle;
	text-align: center;
}

/* NUOVO STILE */
.d-flex {
	display: flex;
}
.flex-wrap {
	flex-wrap: wrap;
}
.align-center {
	align-items: center;
}
.justify-center {
	justify-content: center;
}
.divider {
    display: flex;
    justify-content: center;
    width: 15px;
}
.justify-space-between {
	justify-content: space-between;
}
.new-table-style {
	border-spacing: 2px;
}
.new-table-style td {
	padding: 15px 15px;
	border: solid 1px #EEEEEE;
	vertical-align: middle;
}
.new-table-style td.empty-col {
	border: 0px;
}
td.footer {
    border: 0px;
    font-size: 13px;
    padding: 25px 15px;
}
td.table-title {
	font-size: 20px;
    line-height: 1.2;
    padding: 30px 5px;
	border: 0px;
}
td.col-title {
	padding: 15px 10px;
	background-color: #EEEEEE;
	text-align: center;
	border: solid 2px #EEEEEE;
	width: 150px;
	box-sizing: border-box;
}
td.first-col {
	background-color: #313D4A;
	border: solid 2px #313D4A;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	text-align: center;
    vertical-align: middle;
	padding: 15px 15px;
}
td.first-col.col-title {
	background-color: #fff;
	border: solid 2px #0490C1;
	color: #0490C1;
	padding: 5px 15px;
	vertical-align: middle;
	width: 250px;
	box-sizing: border-box;
}
td.first-col img {
	width: 52px !important;
	height: auto !important;
}