#mapid0 {
	width : 100%;
	height : 100vh;
}

.form-select {
    padding: 10px 15px;
}

#goLocationIcon {
	width : 50px;
	height : 50px;
    position : relative;
    z-index : 800;
    margin-top : -70px;
    left : 95%;
}

#goLocation {
	color : red;
	cursor : pointer;
}


.bus-icon {
	width : 64px;
	height : 64px;
}


.inner-icon:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.inner-icon {
	color : yellow;
	font-weight : bold;
	font-size : 10pt;
	text-align : center;
	awriting-mode: vertical-rl;
	atext-orientation: sideways;
	vertical-align: middle;
	display: inline-block;
	text-shadow:
    -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000; /* Outline effect */
}

.infoBox {
	font-size : 2em;
	awhite-space: nowrap;
	overflow : hidden;
}

.infoBoxTitle {
	font-weight : bold;
	margin-right : 0.25em;
}

@media only screen and (min-width: 800px) {
  body {
    background-color: rgb(192, 192, 192);
  }

  .form-select {
      font-size: 2em
  }
  
  #goLocationIcon {
		font-size : 2em;
	    margin-top : -120px;
	    margin-left : -100px;
  }

}