/************************/
/*** Rob's Weather Data CSS ***/
/************************/

/*
// CSS made by HA7RJA for HA7RJA.hu Live Weather Data - build 260601 by $rja
// $Id: weather_data.css 01-02-2024 00:00Z robj $
// (C)2023-2026 HA7RJA - www.ha7rja.hu
// @license - Proprietary software by HA7RJA - All rights reserved
// **************************************************************************
// @authorcode	z0FrOWdlcHJ1dDR1Q2FwckVmcmF6ZW1h
// @filecode
// **************************************************************************
*/

body {
	padding: 40px 10px;
	background: #036;
	color: #fff;
	font-size: 1.0em;
	font-family: Calibri, Arial;
}

a {
	color: #aff;
	text-decoration: none;
}

td {
	padding-bottom: 10px;
	white-space: nowrap;
}

td.info_row {
	padding-bottom: 2px;
	white-space: normal;
}

img.warning_icon {
	height: 1.5em;
}

@media (max-width: 500px) {
	body {
		font-size: 0.8em;
	}
	
	img.warning_icon {
		height: 1.2em;
	}

}
