body, html {
	margin: 0;
	padding: 0;
	height: 100%;
}
#windyty {
	bottom: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
#windyty .logo {
	bottom: 17px!important;
	color: white;
	font-size: 9px;
	left: auto!important;
	letter-spacing: 1px;
	outline: 0;
	right: 5px!important;
	text-align: right;
	text-decoration: none;
	text-shadow: 0 0 4px rgba(0,0,0,0.8);
}
#windyty .logo .text {
	left: auto!important;
	margin-left: 5px;
	top: 2px;
}
div#legend {
	bottom: 120px!important;
}
.toggleTime {
	margin-top: 0;
	margin-bottom: 0;
	padding: 5px;
	text-align: center;
	cursor: pointer;
}
.toggleTime:hover {
	font-weight: 800;
}
#toggleIcon {
	position: absolute;
	top: 5px;
	left: 5px;
	cursor: pointer;
}
#toggleGrid {
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
}
#toggleIcon:hover, #toggleGrid:hover {
	-webkit-filter: invert(.1);
	filter: invert(.1);
}
#scoreboard {
	background: rgba(255, 255, 255, 0.5);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	color: #222;
	font: 13px/1.5 "Helvetica Neue",Arial,Helvetica,sans-serif;
	left: 5px;
	max-height: 70%;
	max-width: 400px;
	overflow-y: auto;
	padding: 5px;
	position: absolute;
	top: 0;
	width: 70%;
}
table {
	border-collapse: collapse;
	display: table;
	width: 100%;
}
table, tr, td, th {
	border: 0;
}
td {
	padding: 2px;
	vertical-align: baseline;
}
th {
	background-color: rgba(255, 255, 255, 0.25);
	height: 30px;
	padding: 2px;
}
.score tr:nth-child(odd) {
	background-color: rgba(255, 255, 255, 0.25);
}
.score tr:hover {
	background-color: #ffff99;
	color: #3b3b3b;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}
#controls {
	position: absolute;
	margin: 0 auto;
	padding: 5px;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 8888;
	background: rgba(255, 255, 255, 0.5);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #222;
	font: 12px/1.2 "Helvetica Neue",Arial,Helvetica,sans-serif;
	max-width: 400px;
	width: 95%;
	text-align: center;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
#controls input[type=range] {
	margin: 0;
	padding-bottom: 3px;
	padding-top: 3px;
}
a {
	color: #1868A5;
}
strong {
	display: block;
	padding-top: 3px;
}
.info div {
        background:#fff;
        padding:10px;
        border-radius:3px;
}

.rank {
	background: #fff;
	border: 1px solid #888;
	border-radius: 3px;
	color: #222;
	padding: 3px 5px;
}
.gold {
	background-color: #ffd700;
}
.silver {
	background-color: #C0C0C0;
}
.bronze {
	background-color: #cd7f32;
}
.progress_green, .progress_red {
	border: 1px solid #888;
	border-radius: 3px;
	color: #fff;
	padding: 3px 5px;
}
.progress_green {
	background-color: #3D9A2C;
}
.progress_red {
	background-color: #C6100E;
}
.leaflet-popup-content-wrapper, .leaflet-popup-tip, .leaflet-bar a {
	background: rgba(255, 255, 255, 0.8)!important;
}

.leaflet-control-measure {
	font-size: 13px;
	font-weight: bold;
	line-height: 21px;
}

.leaflet-bar-part-top-and-bottom {
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	border-bottom: none;
}

.leaflet-touch .leaflet-bar-part-top-and-bottom {
	-webkit-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	border-bottom: none;
}

.leaflet-control-measure-on .leaflet-control-measure {
	background: lime!important;
}

.leaflet-measure-tooltip {
	text-align: center;
	background: rgba(255, 255, 255, 0.8);
	font-size: 13px;
	font-weight: 600;
	text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
	line-height: 1.3;
	border-radius: 8px;
	margin: 0;
	padding: 2px;
	width: auto !important;
	height: auto !important;
	white-space: nowrap;
}

.leaflet-measure-tooltip-total {
	font-weight: bold;
}

.leaflet-measure-tooltip-difference {
	color: #909090;
}

@media (max-width: 480px) {
	#scoreboard {
		display: none;
	}
}
