#mapreplay-map {
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

#mapreplay-options, #mapreplay-dashboard {
	font-size: 1.1em;
	position: absolute;
	background-color: rgba(255,255,255,0.8);
	padding: 14px;
	width: 300px;
	border-radius: 2px;
	box-shadow: 0 8px 10px 0px rgba(0,0,0,0.2);
}

#mapreplay-dashboard {
	bottom: 31px;
	right: 10px;
	width: 400px;
}

#mapreplay-options {
	top: 10px;
	right: 10px;
	width: 300px;
}

#mapreplay-dashboard h1 {
	font-weight: 600;
	font-size: 2.1em;
	margin: 0;
}

#mapreplay-dashboard h2 {
	font-weight: 800;
	font-size: 1em;
	color: rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
	margin: 0;
}

.pure-g [class *= "pure-u"] {
	font-family: "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
}

#mapreplay-options select {
	height: 2.6em;
}

#mapreplay-options fieldset {
	padding: 0;
}

#mapreplay-options-vehicle option[default] {
    color: #333;
}

.channel-table {
    display: table;
    width: 100%;
    border-spacing: 10px;
}
.channel-table .row {
	display: table-row;
}
.channel-table .cell {
	display: table-cell;
	padding: 5px 10px;
	text-align: left;
	font-size: 20px;
}
.channel-table .header .cell {
	font-weight: bold;
}
#cleral-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.no-weight-data {
    font-size: 20px;
    text-align: center;
}