@charset "UTF-8";
/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
.container{ margin:10px 0}
.sidebar{float:left; width:28%; padding:0 1%; height: 600px; overflow:scroll;}
.map{width: 70%; height: 600px; float:left}
.map2{width: 100%; height: 600px; float:none}

a{ text-decoration: none; color:#666;}
a:hover{ text-decoration: none; color:#00aeef;}
b{ color:#00aeef}

h2{ font-size:16px;color:#00aeef}

hr{ margin:15px 0; color: #ccc;
background-color: #ccc;
height: 1px; }

select {
  margin:0;
  background:#eee;
  border: 1px solid transparent;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  color: #444;
  padding: 5px;
  line-height:1.3;
}
.button {
    background-color: #4CAF50; /* Green */
    border: 1px solid transparent;
    color: white;
    padding: 6px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}

.button:hover {
    background-color: #3e8e41;
}
