#data-policy{
	border-color: #025427;
        color: #025427;
	background-color: #C4FCDD;
}
.underline{
	text-decoration: underline;
}
#station-select{
	padding:0.18em 0;
	border: 1px solid #3CB371;
	border-radius: 2px;
}
@media screen and (max-width: 960px){
	#station-select{
		padding: .38em 0;
                margin-bottom: .25em;
		display: block;
		width: 100%;
	}
	#xhr{
		display: block;
		width: 100%;
		margin: .25em 0;
	}
	#datestamp{
		width: 100%;
	}
	.mobile-font-large{
		font-size: 16px;
	}
}
@media screen and (max-width: 480px){
	#datestamp\:start, #datestamp\:end{
		margin: .1em 0;
	}
	#datestamp-from, #datestamp-to{
		width: 30%;
		text-align: right;
	}
	.mobile-br{
		display: block;
	}
}
#station-name{
	font-weight: bold;
}
#linked-station{
	padding: 0.5em 2em;
	background-color: white;
	color: white;
	transition: 0.5s;
}
#linked-station.highlight{
	background-color: #fc7544;
	cursor: pointer;
}
#datestamp {
	padding: 0.25em 1em 
}
#datestamp > span { 
	padding: 0 0.25em 
}
#datestamp > span:first-child { 
	padding-left: 0 
}
#interval { 
	padding: 0.25em 0.5em 
}
#widget,#alert { 
	padding: 0.25em 0 0.25em 0.5em 
}
#station { 
	margin-bottom: 0.5em 
}
#toolbar > div { 
	padding: 0.25em 0.5em 
}
#toolbar > div:first-child { 
	padding-left: 0 
}
#toolbar > div:last-child { 
	padding: 0.5em 
}
#map-legend{
	margin: 0.5em 1em;
}
