* {
    box-sizing: border-box;

}

html, body
{
	font-family: Arial, sans-serif;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow:auto;
}

button {
	border-bottom:1px solid #ddd;
    border-right:0px;
    border-top:0px;
    border-left:0px;
	font:inherit;
	cursor:pointer;
	width: 100%;
	background-color: #eee;
	color: blue;
	text-align: left!important;
}

.container {
	margin-top:0px;
 	height: 100%;
    position: relative;
    width: 100%;
    background: #262626;
    overflow-x:hidden;
    overflow-y:auto;
}

.header {
	color: blue;
	font-weight: bolder;
	font-size:30px;
	background: #262626;
	margin-top:10px;
	height:60px;
    width:100%;
}

.header-title {
	margin-left: 40%;
	padding-top:10px;
	margin-bottom:10px;
}

.hamburger {
	margin-left:1vw;
	font-size:30px;
	cursor:pointer;
	padding-top:10px;
	margin-bottom:10px;
}

#listView {
	position:absolute;
	z-index: 1;
    background: #999999;
    border: 1px solid #999;
    border-radius: 3px;
    height: 100%;
    line-height: 35px;
    padding: 10px 10px 30px 10px;
    text-align: left;
    width: 350px;
    float:left;
    overflow-x: hidden;
}

.address {
	margin-left: 2vw;
}

#filterInput {
  background-image: url('filter.png');
  background-position: 290px 12px;
  background-repeat: no-repeat;
  background-color: #eee;
  width: 99%;
  font-size: 20px;
  color:blue;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  border-radius:.5em;
  margin-top: 2vw;
  margin-bottom: 12px;
}

.button-text {
    margin-left: .5em;
}

#pano {
    width: 200px;
    height: 200px;
}

.div-list {
    border: 1px solid #ddd;
    border-radius:.5em;
    background-color: #f6f6f6;
}

#myUL {
    //border: 1px solid #ddd;
    //border-radius:.5em;
    list-style-type: none;
    background-color: #f6f6f6;
    padding: 0;
    margin: 0;
    width: 99%;
}

#myUL li {
  background-color: #f6f6f6;
  font-size: 20px;
  font-weight: bold;
  word-spacing: 1px;
}

#myUL li a:hover {
  background-color: #eee;
}

#map {
   position:absolute;
   width: 100%;
   float:left;
   height:98%;
   margin-bottom: 5px;
   border-top: 1px solid #999;
   border-bottom: 1px solid #999;
}

.map-margin-default {
     margin-left:350px;
}

.map-margin-full {
    margin-left: 0px;
}

#title {
	color: blue;
	font-size: 20px;
	font-weight: bold;
	margin-top:1vw;
	text-align: center;
	margin-bottom: 1vw;
}

.label {
	color: blue;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.gm-style-iw {
	background-color: #F0F8FF;
	margin:0px;
	padding:0px;
}

p {
	font-weight: bold;
}

.footer {
	text-align:center;
	color: blue;
	border: 1px solid #999;
}

@media(max-width: 600px) {

	.header-title {
		margin-left: 5%;
        font-size:20px;
	}

    #myUL li {
      border: 1px solid #ddd;
      background-color: #f6f6f6;
      font-size: 15px;
      font-weight: bold;
      word-spacing: 1px;
      margin-top: -1px;
    }
}
