html,
body{

margin:0;

height:100%;

font-family:Arial;

overflow:hidden;

}

#sidebar{

position:absolute;

left:0;

top:0;

bottom:0;

width:350px;

background:white;

overflow:auto;

z-index:2;

padding:15px;

box-shadow:0 0 15px rgba(0,0,0,.2);

}

#map{

position:absolute;

left:350px;

right:0;

top:0;

bottom:0;

}

input{

width:100%;

padding:10px;

margin-bottom:10px;

box-sizing:border-box;

}

button{

width:100%;

padding:10px;

cursor:pointer;

}

.club{

padding:12px;

margin-top:10px;

border-radius:8px;

background:#f3f3f3;

cursor:pointer;

transition:.2s;

}

.club:hover{

background:#e5e5e5;

}

.name{

font-weight:bold;

font-size:18px;

}

.distance{

color:#777;

}

.rating{

color:orange;

font-weight:bold;

}