@charset "UTF-8";

#wrapper {
	display: inline-block;
}

div#stage-links {
	color: #000000;
	text-align: center;
	font-weight: 500;
}

div#stage-caption {
	color: #e09a43;
	text-align: center;
}

table-obsolete {
	border-collapse: collapse;
	border: 1px solid #d9d9d9;
	/*width: 100%;
	align: center;*/
}


td-obsolete,
th-obsolete {
	border-bottom: 1px solid #d9d9d9;
	padding-top: 3px;
	padding-bottom: 3px;
}

th-obsolete {
	color: white;
	/*font-family: 'Roboto', monospace;*/
	/*font-size:0.9em;*/
	background-color: #e09a43;
	padding-top: 3px;
	padding-bottom: 3px;
	/*font-weight:900;*/
}

th#rank-hdr {
	/*width:15px;*/
}

th#ascent-hdr {
	/*width:40px;*/
}

th#cycl-name-hdr {
	text-align: left;
}

th.totals {
	text-align: center;
}

.even-tr-obsolete {
	background-color: #f2f2f2;
}

td.ascent {
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	width: 40px;
	/*
	font-family: 'Roboto', monospace;
	font-size:0.8em;*/
}

td.ascentDNF {
	color: red;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	width: 40px;
	/*
	font-family: 'Roboto', monospace;
	font-size:0.8em;*/
}

td.rank-obsolete {
	text-align: center;
}

td.time-elapsed-total {
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	font-weight: 900;
	/*
	font-family: 'Roboto', monospace;
	font-size:0.8em;*/
}

td.time-elapsed-stage {
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	/*
	font-family: 'Roboto', monospace;
	font-size:0.8em;*/
}

.bib {
	border-left: 1px solid white;
	background-color: #183aad;
	color: #fff;
	margin-right: 5px;
	text-align: center;
	font-family: Formular, helvetica, arial, sans-serif;
	font-size: 12px;
	display: inline-block;
	padding: 2px;
	width: 25px;
	height: 17px;
}

.athlet {
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	/*font-family: 'Roboto', monospace;*/
	/*font-size:0.8em;*/
}

.DNF {
	padding-right: 10px;
	font-weight: bold;
	color: blue;
}


img#logo {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-top: 2px solid #e09a43;
	border-bottom: 2px solid #e09a43;
}

img.flag {
	width: 25px;
	height: 18px;
	vertical-align: middle;
	padding-top: 1px;
	padding-bottom: 1px;
}

img.espresso {
	width: 36px;
	height: 43px;
	vertical-align: middle;
	padding-top: 1px;
	padding-bottom: 1px;
}

.for-debug {
	font-size: 0.8em;
	font-style: italic;
}

.tooltip {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	top: -5px;
	right: 110%;
}

.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent transparent black;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
}

.popup {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black;
}

.popup .popuptext {
	visibility: hidden;
	width: 120px;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;

	/* Position the popup */
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 50%;
	margin-left: -60px;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
	visibility: visible;
	-webkit-animation: fadeIn 1s;
	animation: fadeIn 1s
}