  #panel_ali {
        float: left;
        width: 200px;
        height: 600px;
         background-color:#333;
      }
      #map-container {
        margin-left: 200px;
      }
      #map {
        width: 100%;
        height: 600px;
        
      }
      #markerlist {
        height: 580px;
        margin: 10px 5px 0 10px;
        overflow: auto;
       
      }
      .title {
        border-bottom: 1px solid #e0ecff;
        overflow: hidden;
        width: 176px;
        font-size:11px;
        cursor: pointer;
        padding: 2px 0;
        display: block;
        color: #fff;
        text-decoration: none;
      }
      .title:visited {
        color: #000;
      }
      .title:hover {
        background: #e0ecff;
      }
      #timetaken {
        color: #f00;
      }
      .info {
        width: 200px;
        font-family:Montserrat;
      }
      .info h3{
       margin-bottom:0px;
       font-size:15px;
      }
      .info img {
        border: 0;
      }
      .info-body {
        width: 200px;
        height: 150px;
        line-height: 150px;
        margin: 2px 0;
        text-align: center;
        overflow: hidden;
        font-family:Quicksand;
        
      }
       .info-body a{
     
        font-family:Quicksand;
      }
      .info-img {
        
        width: 100px;
      }
      
      gmap_marker{
      color:#333;
      
     } 
     
     
     @media (max-width: 767px) {
		 
		#panel_ali {
        float: left;
        width: 100px;
        height: 400px;
         background-color:#333;
      } 
		 #map {
        width: 100%;
        height: 400px;
        
      }
		 #map-container {
        margin-left: 100px;
      }
		 
}
    
     