@charset "utf-8";
/* CSS Document */
body, html{
	height: 100%;
	margin: 0px;
}
	
table{
	max-width: 100%;
}

@media only screen and (max-width: 600px) {
  .weatherCell {font-size: 1.5em !important}
	.centerPage {border-radius: 0px !important}
	.bgImg {font-size: 1.2em !important}
}

.bgImg {
	background-image: url("../img/BGWeb.jpg");
  height: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  color: white;
  font-family: "Courier New", Courier, monospace;
  font-size: 1.4em;
}

.topLeft {
  position: absolute;
  top: 0;
  left: 16px;
	font-size: 1.5em;
}

.bottomLeft {
  position: absolute;
  bottom: 3px;
  left: 8px;
	font-size: 0.5em;
	font-weight: lighter;
}

.centerPage {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  border-radius: 15px;
  background: rgba(99,99,99,0.50);
	width: 100%;
  max-width: 1080px;
}

.responsive {
	width: 100%;
  height: auto;
}
.center {
	width: 100%;
	text-align: center;
}

.tmpHeader {
	font-size: 1.8em;
}

.weatherInfo{
	margin-top: -7px;
}

.weatherCell {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.8em;
}

.weatherCellLine2 {
	margin-top: -15px;
}

.warningBox {
	width: 1080px;
	max-width: 100%;
	min-height: 56px;
	margin-bottom: 5px;
	margin: 0 auto 5px auto;
	background-image: url("../img/weatherWarning.png");
	background-repeat: no-repeat;
	background-position-x: 5px;
	border-radius: 5px 5px 0px 0px;
	padding-bottom: 2px;
	
}

.warningBoxFooter {
	background-color: red;
	border-radius: 0px 0px 5px 5px;
	text-align: right;
	width: 1080px;
	max-width: 100%;
	font-size: small;
	margin: 2px auto 5px auto;
	color: white;
	padding: 2px 0px 2px 0px
}

.warningBoxText {
	margin-left: 70px;
	color: white;
}

.warningInfo {
	float: right;
	color: white;
	height: 56px;
	margin-right: 5px;
}

.backgroundRed {
	background-color: red;
}

.warningHeader {
	font-size: 1.75em;
	font-weight: bold;
}

.issuedAt {
	font-size: small;
	margin-right: 5px;
}

.errorOverlay {
	position: absolute;
	top: 35%;
	width: 100%;
	background-color: #b22222;
}