﻿      #map {
        height: 300px;
        width: 100%;
      }

      #locate {
        position: absolute;
        left: 71px;
        top: 25px;
        z-index: 1;
        height: 53px;
        box-shadow: 6px 6px 6px #888;
      }

        #locate:hover {
          left: 74px;
          top: 28px;
          box-shadow: 4px 4px 4px #888;
        }

        #locate:active {
          left: 77px;
          top: 31px;
          box-shadow: 2px 2px 2px #888;
        }

      .leaflet-control-zoom.leaflet-bar.leaflet-control {
        box-shadow: 6px 6px 6px #888;
      }

      .leaflet-control-layers-expanded {
        background: rgba(255,255,255,0.8);
        font-weight: bold;
      }

      th img {
        width: 30px;
        height: 35px;
        display: block;
        margin-left: 500px;
        bottom: 22px;
        position: relative;
      }

      .key-marker {
        float: left;
        background-image: url('/plugins/leaflet/images/markers-soft.png');
        background-repeat: no-repeat;
        width: 35px;
        height: 46px;
        display: block;
        text-align: center;
        display: inline-block;
      }

        .key-marker i {
          color: #fff;
          margin-top: 10px;
          font-size: 14px;
        }

      #address-focus {
        cursor: pointer;
      }

      tr.focus-service {
        cursor: pointer;
      }
      .service-name {
        padding: 12px 0 0 50px;
        display: block;
      }