body {
	background-color: #ccc;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

#wrapper{
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
#refresh {
	position: fixed;
	right: 0px;
	top: 10px;
	cursor: pointer;
	color: #445a99;
	font-weight:normal;
	padding:8px;
	background:#e3e3e3;
	text-align: center;
	border-radius: 5px 0 0 5px;
	box-shadow: -1px 0px 5px 1px rgba(0,0,0,0.55);
	z-index:10;
}
#mobtitle{
	margin: 0 auto;
	text-align: center;
	font-size: min(2.5vw, 46px);
	font-family: 'Bitter', serif;
	color: #fff;
	padding: 2px 0 2px 0;
	width: 100%;
	background-color: #445a99;
	border-bottom: 1px solid #445a99;
}
.mobforecast {
	position: relative;
	min-width: 320px;
	max-width: 1920px;
	font-weight: bold;
	font-size: 10px;
	margin: 0 auto;
	border-bottom: 2px solid #445a99;
}
.mobforecast img {
	width: 100%;
	max-width: 1920px;
}
.title {
	font-family: 'Bitter', serif;
	position: absolute;
	top:0;
	right:0;
	padding:2px 5px;
	background:#445a99;
	color:white;
	font-size:1.3vw;
	box-shadow: -1px 1px 8px rgba(0,0,0,0.45),  -1px -3px 8px rgba(0,0,0,0.45);;
}
#entry {
	background: #fff;
	font-family: Bitter;
	color: #445a99;
}
#form  {
	width: 1000px;
	margin: 20px auto;
}
fieldset {
	background: #f5f5f5;
	border-radius: 5px;
	border: 1px solid #445a99;
}
legend {
	background: #f5f5f5;
	padding: 5px 10px;
	border-radius: 5px;
	border: 1px solid #445a99;
}
label {
	display: block;
	margin-top: 10px;
}
input {
	border: 1px solid #445a99;
	border-radius: 5px;
	padding: 4px;
	font-size: 18px;
	font-family: Bitter;
}
#url {
	width: 900px;
	font-size: 11px;
	font-family: 'Courier New', Courier, monospace;
}
#title {
	width: 200px;
}
#rank {
	width: 50px;
}
#submit {
	width: 100px;
	float: right;
	text-align: center;
	padding: 5px 0 5px 0;
	cursor: pointer;
	background: #fff;
	color: #445a99;
	box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.75);
}
#submit:hover {
	background: #6f83bf;
	color: #fff;
}
#adminLink {
	width:70px;
	height:30px;
	background:#d2d2d2;
	margin-left:33%;
}
#current {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 65px 1fr;
  box-sizing:border-box;
	font-size: 1.5vw;
	font-family: 'Bitter', serif;
	color: #fff;
	padding: 0;
  width: 100%;
  max-height: 62px;
  height:62px;
	background-color: #e3e3e3;
	border-bottom: 1px solid white;
}
.forecastIcon {
  box-sizing:border-box;
  position: relative;
  left:2px;
  top:2px;
}
.forecastIcon img {
  box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.6);
}
.forecastData {
  padding:0;
  box-sizing: border-box;
  display: grid;
  grid-template-rows: 30px 30px;
  color:#445a99;
}
.forecastTemp, .forecastWind {
  padding-top:5px;
  font-size: 18px;
  line-height:18px;
}
.wunderlogo {
	display: inline-block;
	width:30%;
	height:1.8vw;
	font-size:1vw;
	vertical-align: middle;
}
.wunderlogo img {
	max-height: 1.8vw;
	vertical-align: top;
	margin-top:-5px;
}
.powered {
	vertical-align: top;
	display: inline-block;
	margin-top:5px;
}
/* you can modify this as you see fit */
@media only screen and (max-width: 800px) {
	#mobtitle{
	margin: 0 auto;
	text-align: center;
	font-size: 4vw;
	font-family: 'Bitter', serif;
	color: #fff;
	padding: 4px 0 4px 0;
	width: 100%;
	background-color: #445a99;
}

  #current {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 50px 1fr;
    box-sizing:border-box;
    font-size: 1.5vw;
    font-family: 'Bitter', serif;
    color: #fff;
    padding: 0;
    width: 100%;
    max-height: 45px;
    height:45px;
    background-color: #e3e3e3;
  }
  .forecastIcon {
    box-sizing:border-box;
    position: relative;
    left:2px;
    top:2px;
  }
  .forecastIcon img {
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.6);
    height:40px;
  }
  .forecastData {
    padding:0;
    box-sizing: border-box;
    display: grid;
    grid-template-rows: 18px 18px;
    color:#445a99;
  }
  .forecastTemp, .forecastWind {
    padding-top:5px;
    font-size: 14px;
    line-height:14px;
  }
	.wunderlogo {
		display: inline-block;
		width:35%;
		height:4vw;
	}
	.wunderlogo img {
		max-height: 4vw;
		vertical-align: top;
		margin-top:-2px;
	}
	.powered {
	vertical-align: top;
	display: inline-block;
	margin-top:5px;
}
	.title {
		font-family: 'Bitter', serif;
		position: absolute;
		top:0;
		right:0;
		padding:2px 5px;
		background:#445a99;
		color:white;
		font-size:2.5vw;
		box-shadow: -1px 1px 8px rgba(0,0,0,0.45),  -1px -3px 8px rgba(0,0,0,0.45);;
	}
}