:root {
	--background-color1: hsl(0deg 0% 10%);
	--background-color2: hsl(0deg 0% 15%);
	--border-color: hsl(0deg 0% 30%);
}

body {
	font-family: "Noto Sans Mono", monospace;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings: "wdth" 75;
	font-size: 1em;
	color: white;
	padding: 0;
    margin: 0;
	background-color: var(--background-color1);

	text-transform: uppercase;
}

a:hover {
    color: hotpink;
}

#version {
	font-style: italic;
}

.platform {
	font-weight: bold;

}

.name {
	font-style: italic;
}

.arrival_time, .departure_time {
	font-weight: bold;
	text-align: left;
}

.passlist {
	width: 30em;
}

.lock {
	width: 2em;
}

.stationtable {
	border-collapse: collapse;
	width: calc(100vw - 20px);
	border: solid thin var(--border-color);
	margin: 10px;
}

.stationtable th, td {
	border-left: solid thin var(--border-color);
	border-right: solid thin var(--border-color);
	padding: 15px 5px;

	white-space: wrap;
}

.stationtable th {
	text-align: left;
	border-bottom: solid thin var(--border-color);
}

.stationtable td {
	vertical-align: top;
}

.stationtable tbody tr:nth-child(odd){
	background: var(--background-color2);
}

.stationtable tbody tr:hover {
	outline: 1px solid black;
}

.delay {
	color: red;
}

.early {
    color: forestgreen;
}

.cancelled {
	text-decoration: line-through;
}

#show_menu {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
}
#tint {
    width: 100%;
    height: 100%;
}

#config {
	/*height: 90px;*/
	width: 200px;
	padding: 20px;
	position: absolute;
	top: 70px;
    right: 20px;
	background-color: white;
	display: none;

	box-shadow: 2px 2px 10px #888888;
}

#alert {
	position: absolute;
	top: 10px;
	left: 200px;
	display: none;
	height: 50px;
	background-repeat: no-repeat;
}

#alert span {
	font-style: italic;
	display: inline-block;
	margin-left: 70px;
}

label {
	width: 130px;
	display: inline-block;
	margin-bottom: 5px;
}

#transportations {
	width: 200px;
	float: left;
	margin-right: 30px;
	border: none;
	padding: 0;
}

#version {
	margin-left: 5px;
}
