 body {
			line-height:1.5em;
        }


.gsv{
	background:none;
	width:35px;
	position:relative;
	top:30%;
	text-align:center;
	padding:10px;
	
}
 ul{
	list-style-type: none;
}
.tooltip img{
	max-height:60px;}
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height:2em;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    font-size: 1.4em;
}
.select{
	background:none;
	margin-left:20px;
	position:relative;
	top:11%;
	height:7%;
	max-height:30px;
	/* width: 250px; */
	z-index:1000;
	text-align:left;
	padding-top:15px;

}
#select{
	width:90%;
	max-width: 450px !important; 
	min-width: 200px; 
	font-size:2em;
}

#pano {
    position: absolute;
	top: -10%;
    
}
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 100px;
  background-color: black;
  color: #fff;
  font-size: 0.7em;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}
@media only screen and (max-width: 600px) {
  .gsv {
   /* display:none; */
  }
  .tooltip img{max-height:50px;}
    }

}