html,
body {
	font-family: Arial, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}
.list {
	list-style: none;
	text-align: center;
	height: 100%;
}
.header {
	margin: 10px;
}
.text {
	margin: 10px;
}
.input-box {
	margin: 10px;
}
.options-container {
	height: 100%;
}
#map_container{
  position: relative;
  height: 100%;
}
#map{
	height: 100%;
	bottom: 0px;
	right: 0px;
	padding-bottom: 22.25%;
    overflow: hidden;
    position: relative;
    padding-top: 30px;
}
.gm-style .gm-style-iw {
   font-size: 12px;
   font-weight: bold;
   font-family: sans-serif;
}
.container-fluid {
	height: 100%;
}