.tx-southtyrolweather-pi1 {
	background: #cecece;
	border: 1px solid #232e30;
	-moz-border-radius: 5px;
	margin: 1em auto;
	width: 210px;
}
	table.tx_southtyrolweather_pi1 {
		width: 210px;
		border-collapse: collapse;
		border: 1px solid #cecece;
		margin: 5px auto;
	}
	table.tx_southtyrolweather_pi1 th, 
	table.tx_southtyrolweather_pi1 td {
		text-align: center;
		padding: 0.5em;
		background: #cecece;
	}
	table.tx_southtyrolweather_pi1 .temperature-min {
		color: #0066ff;
	}
	table.tx_southtyrolweather_pi1 .temperature-max {
		color: #cc0000;
	}