html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  }

* {
	font-family: arial;
}

html, body {
	height: 100%;
	margin: 0px;
	padding: 0px
}

#map {
	height: 100%;
}

.logo {
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 9;
	display: block;
	width: 208px;
	height: 70px;
	background: #FFF;
	padding: 15px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 3px 5px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 3px 5px 0px rgba(50, 50, 50, 0.3);
}

@media only screen and (max-width: 480px) {
	.logo {
		top: 0;
		right: 0;
		border-radius: 0 0 0 10px;
	}
}

.menu {
	position: fixed;
	bottom: 20px;
	left: 20px;
	padding: 15px;
	background: #fff;
	border-radius: 50px;
	width: 30px;
	height: 30px;
	font-size: 26px;
	text-align: center;
	overflow: hidden;
	z-index: 1;
	overflow: hidden;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 3px 5px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 3px 5px 0px rgba(50, 50, 50, 0.3);
	display: none;
}

@media only screen and (max-width: 480px) {
	.menu {
		display: block;
	}
}

nav {
	position: fixed;
	top: 140px;
	right: 20px;
	padding: 15px;
	width: 208px;
	background: rgba(255,255,255,0.95);
	z-index: 1;
	overflow: auto;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 3px 5px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 3px 5px 0px rgba(50, 50, 50, 0.3);
}

@media only screen and (max-width: 480px) {
	nav {
		top: 95px;
		right: 0;
		display: none;
	}
}

nav .inner {
	height: 300px;
	overflow-y: scroll;
}

nav ul {
	list-style: none;
	margin: 0 0 100px 0;
	padding: 0;
}

nav ul li {
	border-bottom: 1px solid rgba(130,130,130,0.3);
	padding: 5px 0;
}

nav label {
	display: table;
}

nav div {
	display: table-cell;
	vertical-align: middle;
}

nav .icon-div {
	padding-right: 5px;
}

nav .name {
	padding-right: 5px;
}

nav .icon {
	position: relative;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	overflow: hidden;
	display: block;
}

nav .icon img {
	width: 100%;
}

#instructions{
  margin-top: 10px;
}

#instructions li{
  display:none;
}

.overlay{
  display:block;
  text-align:center;
  color:#fff;
  font-size:60px;
  line-height:80px;
  opacity:0.8;
  background:#4477aa;
  border:solid 3px #336699;
  border-radius:4px;
  box-shadow:2px 2px 10px #333;
  text-shadow:1px 1px 1px #666;
  padding:0 4px;
}

.overlay_arrow{
  left:50%;
  margin-left:-16px;
  width:0;
  height:0;
  position:absolute;
}
.overlay_arrow.above{
  bottom:-15px;
  border-left:16px solid transparent;
  border-right:16px solid transparent;
  border-top:16px solid #336699;
}
.overlay_arrow.below{
  top:-15px;
  border-left:16px solid transparent;
  border-right:16px solid transparent;
  border-bottom:16px solid #336699;
}

.row{
  font-size:14px;
}

pre{
  font-family:'Ubuntu Mono';
  font-size: 14px;
}

.row{zoom:1;margin-left:-20px;}.row:before,.row:after{display:table;content:"";zoom:1;}
.row:after{clear:both;}
.row>[class*="span"]{display:inline;float:left;margin-left:20px;}
.span1{width:40px;}
.span2{width:100px;}
.span3{width:160px;}
.span4{width:220px;}
.span5{width:280px;}
.span6{width:340px;}
.span7{width:400px;}
.span8{width:460px;}
.span9{width:520px;}
.span10{width:580px;}
.span11{width:640px;}
.span12{width:700px;}
.span13{width:760px;}
.span14{width:820px;}
.span15{width:880px;}
.span16{width:940px;}
.span17{width:1000px;}
.span18{width:1060px;}
.span19{width:1120px;}
.span20{width:1180px;}
.span21{width:1240px;}
.span22{width:1300px;}
.span23{width:1360px;}
.span24{width:1420px;}

pre.prettyprint{
  background:#fff;
  border-color:#c1c1c1;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  border-radius:2px;
  -webkit-box-shadow:0 0 10px #999;
  -moz-box-shadow:0 0 10px #999;
  box-shadow:0 0 10px #999;
  padding:5px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.label {
  font-size: 10.998px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
  margin: 2px 6px;
}

.label {
  padding: 1px 4px 2px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.notice {
  background-color: #3a87ad;
}

form input[type=text] {
  border: solid 1px #999999;
  padding: 2px;
}

.edit_marker {
  width: 250px;
  height: 80px;
}

.edit_marker p {
  margin: 0;
}

::-webkit-scrollbar {
    width: 12px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(160,160,160,0.2); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(160,160,160,0.2); 
}

.street {
	font-size: 14px;
}
/*
.street.s3 {
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
*/

.search {
	position: relative;
}

.search input {
	font-size: 16px;
}

.search button {
	position: absolute;
	top: 2px;
	left: 2px;
	background: #fff;
	border: 0;
}

/**/

.radius-search {
	position: fixed;
	top: 0;
	right: 50%;
	width: 300px;
	margin-right: -150px;
	z-index: 10;
	
	background: #fff;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	border-radius: 0 0 5px 5px;
}

.radius-search > div {
	padding: 15px;
}

.radius-search label {
	display: block;
	text-align: center;
	padding: 5px;
}

.radius-search input {
	padding: 10px;
	width: 100%;
	border: 0;
	border: 1px solid #ddd;
	font-size: 1em;
}

.radius-search input:focus {
	outline: 0;
	border: 1px solid #333;
}