* { margin: 0; padding: 0; font-size: 1.4rem;}
html {font-size: 62.5%;}
body {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: 300;
	background: #FFF;
} 
h1 {
	font-size: 21px;
	text-align: center;
	margin-bottom: 20px;
	color: #4ad200;
}

#container {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

/*-------------------------------*/
#map { 
	width:100%;
	max-width: 800px; 
	height: 400px;
	margin: 0 auto;
	position: relative;
}
#distancia {
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 21px;
	font-weight: 500;
	z-index: 9;
	/*color: #088;*/
	background: #FFF;
}
.d50 {
	width: 49%;
	display: inline-block;
	margin-bottom: 10px;
}
select{
	width: 100%;
	-webkit-appearance: none;
	border: 1px solid #49D100;
	border-radius: 0;
	padding: 3px 5px;
	color: #49D100;
	background: #fff url(down.png) no-repeat 98% center;
	font-weight: 300;
}  
select:focus { 
    box-shadow: 0 0 5px #4ad200;
}
.inside {
	width: 49%;
    display: inline-block;
}
table {
	width: 100%;
    margin: 10px auto;
	border-collapse: collapse;
	text-align: center;
}
td {
	border: 1px solid #666;
}
tr:nth-child(2), tr:nth-child(2) td:nth-child(2) {
    font-weight: bold;
    background: #4ad200;
    color: #FFF;
}
td:nth-child(2) {
	font-weight: 100;
}
/*--------------------------------*/

/*________________________________*/

.mapboxgl-ctrl.mapboxgl-ctrl-attrib {
	display: none;
}
#fuente {
	background: #4ad200;
	color: #fff;
	padding: 2px 10px; 
}
