.nite { 
	background-image: url('https://www.err0r.net/weather/imgs/nite_bg.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center; 
	background-color:#666;
}
.day { 
	background-image: url('https://www.err0r.net/weather/imgs/day_bg.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color:#666;
}

#weatherdiv,
#weatherdiv .weathermenu,
#weatherdiv .weatherform,
#weatherdiv .weatherform .row,
#weatherdiv .weatherform input,
#weatherdiv .weatherform button {
	position: relative;
	z-index: 3;
	pointer-events: auto;
}

#weatherdiv .weatherform input {
	-webkit-user-select: text;
	user-select: text;
}
