
body {
    font-size: 12pt;
		max-width: 1200px;
		margin: 10px auto;
		padding: 0 20px;
}

a:link, a:visited {
	color: #0af;
}
.leaflet-container a:hover, a:hover {
    color: #f0a;
}

.footer {
	font-size: 90%;
	color: #888;
}
.copyright {
	clear: both;
	margin: 3em 0;
	padding: .5em 0 0 0;
	border-top: 1px solid #888;
}

.footer a:link, .footer a:visited {
	color: #888;
}

table.conducteur {
    width: 100%;
    border: 1px outset #888;
}

table.conducteur td, table.conducteur th {
    border: 1px inset #888;
}

td, th {
    padding: 4px;
}

tr.habillage {
    background-color: #aaffaa;
}

tr.piste {
    background-color: #ffffaa;
}

tr.entrée, tr.sortie {
    background-color: #aaffff;
}

tr.chronique {
    background-color: #ffaaaa;
}

.destination-browser .preceding-destination {
	float: left;
}

.destination-browser .following-destination {
	text-align: right;
}

#map {
	height: 200px;
	border: 3px solid #000;
}

#x {
	position: absolute;
	top: 90px; right: 0; bottom: 0; left: 0;
}

#header {
	display: table;
}

#map2x {
	width: 100%;
	height: 200px;
	display: table-cell;
}
#header #xap2, #header .previous {
	display: table-cell;
}

#header .previous {
	vertical-align: middle;
	min-width: 45px;
	background-color: #000;
	-moz-border-radius: 1em 0 0 1em;
	-webkit-border-radius: 1em 0 0 1em;
	border-radius: 1em 0 0 1em;
}

#header .next {
	display: table-cell;
	vertical-align: middle;
	min-width: 45px;
	background-color: #000;
	-moz-border-radius: 0 1em 1em 0;
	-webkit-border-radius: 0 1em 1em 0;
	border-radius: 0 1em 1em 0;
}

.leaflet-control-attribution {
	display: none;
}

a img {
	border-width: 0;
}

ol.destinations {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
ol.destinations * {
	text-align: left;
}
ol.destinations > li {
	display: inline-block;
	margin: .5%;
	padding: .25em .5%;
	width: 30%;
	border: 3px solid #000;
}
ol.destinations li.next {
	background-color: #ffb;
}


acronym {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

li.played, li.played a:link, li.played a:visited {
	color: #AAA;
}
li.playing {
    font-weight: bold;
}
.popup-destination {
	font-weight: bold;
	font-size: 150%;
	text-align: center;
}
