html, body {
	height: 100%;
	overflow: hidden;
}
body {
	overflow: auto;
	overflow-x: hidden;
}
body {
	font-family: 'Open Sans', sans-serif !important;
}
h1 {
	color: #cc3c3c;
}
.container-fluid {
	max-width: 1140px;
}
.col-auto {
	padding-left: 15px;
	padding-right: 30px;
}
section {
	border-bottom: 1px solid #ccc;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
section:last-child {
	/*border-bottom: none;*/
	margin-bottom: 0px;
}
footer {
	margin-bottom: 20px;
}
section:first-child {
	margin-top: 40px;
}
table {
	font-size: 12px;
}
@media (max-width: 350px) {
	.col.chart {
		padding-left: 0;
		padding-right: 0;
	}
}
.qvplaceholder, .qvobject {
	width: 100%;
	height: 300px;
	min-width: 320px;
}
.qvt-chart-tooltip .item {
	padding: 0 15px 5px 20px;
}
.qvt-chart-tooltip .value {
	padding: 0 20px 5px 0;
}
.qv-st-header-cell {
	opacity: 1;
}
.qv-st-header-cell-search {
	visibility: hidden;
}
.qv-st-sorting-indicator {
	display: none;
}
.jumbotron {
	background-image: url(header_gray_desktop.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: #fff;
}
@media screen 
and (max-width: 440px)
and (orientation: portrait) {
	.jumbotron {
		background-image: url(header_gray_mobile.jpg);
		height: 100vh;
	}
}
@media screen 
and (max-width: 440px)
and (orientation: landscape) {
	.jumbotron {
		background-image: url(header_gray_mobile.jpg);
		background-position: top center;
		height: 100vw;
	}
}
.jumbotron .container {
	max-width: 800px;
	position: relative;
}
.logo {
	position: absolute;
	top: 10px;
	right: 2px;
}
.jumbotron img {
	max-width: 100%;
}
.change-text {
	width: 300px;
}
@media (max-width: 703px) {
	.change-text {
		width: 93vw;
	}
}