/*
 * weewx mobile CSS settings
 */

/* Global */

body {
	background-color: #75a1d0;
	font-family: helvetica, arial;
	text-align: center;
	width: 96%;
}	

a {
	text-decoration: none;
	color: black;
}

table.readings {
	font-size: 12px;
	width: 100%;
	border: 2px solid black;
	border-collapse: collapse;
}

tr.alt {
	background-color: #9bc4e2;
}

td {
	text-align: right;
	font-weight: 600;
	border: 1px solid black;
	width: 50%;
	padding: 2px;
}

td.data {
	text-align: left;
	color: #990000;
}

div.radar {
}

img {
	width: 96%;
	border: 2px solid black;
}

video {
  width: 96%;
  height: 96%;
  object-fit: cover;
  /*position: absolute; */ /* magic sauce */
}


table.readings tr:nth-child(odd) td { background-color: #9bc4e2; }
table.readings tr:nth-child(even) td { background-color: #fff; }
