a[target="_blank"]:after {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f08e";
	margin: 0 0 0 5px;
}
.indent {
	margin-left: 25px;
}
.pop-up-msg {
	display: block;
	position: fixed;
	bottom: -75px;
	right: 20px;
	margin: 0;
	padding: 10px 20px;
	/*background-color: #008BB0;*/
	/*color: #fff;*/
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	transition: bottom 250ms ease-in-out;
}
.pop-up-msg.show {
	bottom: 10px;
}
h1.title-image img { max-width: 100%; }
#privacy-statement p {
	font-size: 0.9em;
}

.chartArea {
	height: 500px;
}

input[type=number] {
	text-align: right;
}