div.tooltip {	
    float:top;
    position:absolute;			
    text-align:center;			
    width:130px;
    line-height:20px;	
    min-height:55px;
    max-height:55px;	
    padding-top:3px;				
    font:14px sans-serif;		
    background:#666666;	
    border:0px;		
    border-radius:4px;			
    pointer-events:none;
	z-index:100;
}
div.tooltip:after {
  display:block;
  clear:both;
  float:top;
  box-sizing:border-box;
  font-size:10px;
  width:130px;
  height:18px;
  line-height:18px;
  padding-top:0px;
  color: rgba(150, 150, 150, 0.8);
  content: "\25BC";
  position:absolute;
  text-align:center;
  z-index:100;
}
/* city town */
div.tooltip2 {	
    float:top;
    position:absolute;			
    text-align:center;			
    width:130px;
    line-height:20px;	
    min-height:40px;
    max-height:40px;	
    padding-top:0px;				
    font:15px sans-serif;
    font-family:'Microsoft JhengHei',sans-serif;	
    background:#666666;	
    border:0px;		
    border-radius:7px;			
    pointer-events:none;
	z-index:100;
}
div.tooltip2:after {
  display:block;
  clear:both;
  float:top;
  box-sizing:border-box;
  font-size:10px;
  width:130px;
  height:15px;
  line-height:15px;
  padding-top:0px;
  color: rgba(50, 50, 50, 0.8);
  content: "\25BC";
  position:absolute;
  text-align:center;
  z-index:100;
}
div.tooltip3 {
    float:top;
    position:absolute;
    text-align:center;
    width:180px;
    line-height:20px;
    min-height:20px;
    max-height:20px;
    padding-top:3px;
    font:18px 'Microsoft JhengHei',sans-serif;
    font-weight:bold;
    background:none;
    color:#000000;
    border:0px;
    border-radius:4px;
    pointer-events:none;
    z-index:100;
}
/*citywarn*/
div.tooltip_city {	
    float:top;
    position:absolute;			
    text-align:center;			
    width:201px;
    line-height:20px;	
    min-height:72px;
    max-height:72px;	
    padding-top:4px;				
    font:18px sans-serif;
    font-family:'Microsoft JhengHei',sans-serif;		
    background:#333333;	
    border:0px;		
    border-radius:8px;			
    pointer-events:none;
	box-Shadow:0px 0px 5px 0px rgba(50,50,50,0.5);
	z-index:100;
}
div.tooltip_city:after {
  display:block;
  clear:both;
  float:top;
  box-sizing:border-box;
  font-size:15px;
  width:201px;
  height:18px;
  line-height:18px;
  padding-top:0px;
  color: rgba(50, 50, 50, 0.8);
  content: "\25BC";
  position:absolute;
  text-align:center;
  z-index:100;
}
/*citywarn*/
