
#hivernants {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	color: #171717;
	border: solid 1px #00b9ff;
}
#hivernants th {
		padding: 2px 5px;
		font-size: small;
		font-weight: bold;
		text-align: center;
		background-color: #00b9ff;
		color: white;
}
#hivernants tr:nth-child(even) {
		background: #DDD;
}
#hivernants tr:nth-child(odd) {
		background: #FFF;
}
#hivernants .col1 {
		padding: 2px 5px;
		font-size: x-small;
		font-weight: bold;
		text-align: left;
}
#hivernants .col2 {
		padding: 2px 5px;
		font-size: x-small;
		text-align: left;
}
#hivernants .col3 {
		padding: 2px 5px;
		font-size: x-small;
		text-align: left;
}
#hivernants .col4 {
		padding: 2px 5px;
		font-size: x-small;
		text-align: left;
}	