/* highcharts */

#chart-container {
    height: 350px;	
}

[class*=highcharts] {
		font-family: 'Roboto' !important;
}

/* override automatic video */

.setup {
	font-size: initial !important;
}

.setup input {
	border: initial !important;
}

.setup select {
	border: 1px solid #c4c8cc;
}

/* tablet-only half-width */

@media screen and (min-width: 640px ) and (max-width: 800px) {

	.w-tab-50 { width: 50% !important; }

}