<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  #panel_ali {
        float: left;
        width: 300px;
        height: 650px;
         background-color:#333;
      }
      #map-container {
        margin-left: 300px;
      }
      #map {
        width: 100%;
        height: 650px;
        
      }
      #markerlist {
        height: 400px;
        margin: 10px 5px 0 10px;
        overflow: auto;
       
      }
      .title {
        border-bottom: 1px solid #e0ecff;
        overflow: hidden;
        width: 256px;
        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:Quicksand;
      }
      .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: 200px;
      }
      
      gmap_marker{
      color:#333;
      
     } </pre></body></html>