body {
    margin: 0;
    padding: 0;
	font-family: 'Ubuntu', sans-serif;
}

.component.station_search_table {
	margin: 20px 15px;
}

#station_search_container input{
	padding-left:35px;
	box-sizing:border-box;
	width:calc(100% - 70px);
	max-width:300px;
	margin-top:0;
	margin-left:0;
    text-transform: capitalize;
    position: relative;
}

#station_search_container input, #station_search_container button, .leaflet-control,  .leaflet-control-layers, .top-button{
	box-shadow: 0 0 10px 2px grey!important;
}

#station_search_container button{
	margin-top:0;
	cursor:pointer;
	color: black;
}

#station_search_container button:hover{
}

.search_icon{
	position:absolute;
    z-index: 100;
	display:inline-block;
	font-size:16px;
	font-family: 'Ubuntu', sans-serif;
	padding:5px;
	width:20px;
	height:18px;
	background-color:lightgrey;
	border-radius:  5px 0 0 5px;
	border:2px solid grey;
	border-right:none;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../../assets/searchicon.png);
	color: black;
}

#stations-table th {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

.top-button {
	position: fixed;
	right: 10px;
	bottom: 10px;
	font-size: 16px;
	font-family: 'Ubuntu', sans-serif;
	padding: 5px;
	border: 2px solid grey;
	border-radius: 5px;
	margin-top: 5px;
	background-color: lightgrey;
	text-decoration: none;
	color: black;
}

.a-to-z {
	margin-bottom: 15px;
}

.a-to-z a, .a-to-z span {
	margin-right: 5px;
}