html, body, #map-canvas {
  margin: 0;
  padding: 0;
  height: 100%;
}
.imguns {
   user-select: none;
   -o-user-select:none;
   -moz-user-select: none;
   -khtml-user-select: none;
   -webkit-user-select: none;
}
#results {
  padding: 2px;
  width: 300px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(0,0,0,0.4);
  background-color: white;
  display:block;
  visibility: hidden;
}

#resli {
  padding: 4px;
  background: none repeat scroll 0 0 #f8f7f3;
  border-bottom: 1px solid #ece3da;
  border-radius: 3px;
  font-size: 12px;
  margin-bottom: 1px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 10px;
  color: #999;
  min-height:12px;
  position:relative;
}
.place {
  left: 10px;
  position:absolute;
}
.number {
  left: 26px;
  color: #e66700;
  font-weight: bold;
  position:absolute;
}
.names {
  left: 48px;
  font-size: 12px;
  color: #000;
  position:absolute;
}
.time {
  right: 155px;
  text-align: right;
  position:absolute;
  font-size: 12px;
  color: #333;
}

.tplace {
  left: 155px;
  position:absolute;
}
.tnumber {
  left: 171px;
  color: #e66700;
  font-weight: bold;
  position:absolute;
}
.tnames {
  left: 193px;
  font-size: 12px;
  color: #000;
  position:absolute;
}
.ttime {
  right: 5px;
  text-align: right;
  position:absolute;
  font-size: 12px;
  color: #333;
}

.ssbutton {
  background: none repeat scroll 0 0 #eee4db;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
  color: #666;
  float: left;
  font-weight: bold;
  height: 22px;
  line-height: 22px;
  min-height: 22px;
  padding: 0 7px;
  text-decoration: none;
  vertical-align: middle;
}

a {
	color:#000;
	text-decoration: underline;
	outline: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.ssbutton.def:hover {
  background: none repeat scroll 0 0 #e2d5c9;
  box-shadow: 0 0 2px rgba(0,0,0,0.6) inset;
	color:#000;
}
.current {
  background: none repeat scroll 0 0 #e67c04;
  color: #fff;}
  
.ssbutton.current:hover {
  box-shadow: 0 0 2px rgba(0,0,0,0.6) inset;
}

input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.fll { float:left; }
.flr { float:right; }
.fln { float:none; }

#provided {
  transition: opacity 1.0s ease-in-out 0s;
  border:0 none;
}

.speedbox {
  border: 1px solid black;
  color: black;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  text-align:center;
  min-width:31px;
  max-width:32px;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
}
.namebox {
  background: none repeat scroll 0 0 #FFE97F;
  border: 1px solid black;
  color: black;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  padding-left: 1px;
  padding-right:1px;
  text-align:center;
  min-width:29px;
  display:inline-block;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
}