
@charset "UTF-8";

body {
	background-color: #FFFFFF;
	color: black;
}

#header-background {
	background: linear-gradient(180deg, #e1f3fd, white);
}

#footer2 {
	background-color: #004095;
}

div.container {
	background-color: #FFFFFF;
	color: black;
}

tr:nth-child(odd) {  
	background-color: #FFFFFF;  
}
tr:nth-child(even) {  
	background-color: #EEEEEE;  
}  

.item-name {
	background: linear-gradient(transparent 0%, #d3e7c3 0%);
	color:black;
}

@media screen and (min-width: 481px) {

	.city-select label:hover {
		background-color: #014199;
	}

	.city-select a, .city-select label {
		background: #0172C0;
		color: white;
	}

	.city-select li:hover ul, .city-select input:checked ~ ul {
		border: 5px solid #0059b2;
	}

	.city-select ul li {
		border-top: #fff;
	}

	.city-select ul li a {
		background: white;
		color: #014199;
	}

	.city-select ul li a:hover {
		color: #dd0000;
		background: white;
	}

}

@media screen and (max-width: 480px) {

	.city-select ul {
		background: white;
	}

	#header_content {
		background: linear-gradient(180deg, #e1f3fd, white);
	}

}
