body {
	font-family: sans-serif;
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
}

h1 {
	font-size:20px;
	margin: 0;
}

h2 {
	font-size:16px;
	margin: 0;
}

meter {
	width: 100%;
	height: 14px;
	margin-bottom: 4px;
}

.workload {
	width: 55vw;
	padding: 1em;
}

.workload_updated {
	font-size: 13px;
}

@media screen and (min-width: 1024px) {
	.workload{
		width: 25vw;
	}
}

meter::-webkit-meter-bar {
	border: 0;
    background: #EEE;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2) inset;
    border-radius: 3px;
}

meter::-webkit-meter-optimum-value {
    background: #86CC00;
    border-radius: 3px;
}

meter::-webkit-meter-suboptimum-value {
    background: #FFDB1A;
    border-radius: 3px;
}

meter::-webkit-meter-even-less-good-value {
    background: #CC4600;
    border-radius: 3px;
}