html, body {
        height: 100%;
        margin: 0;
        padding: 0;
      }
mark{
    padding: 0;
    background: #fff29d;
}
      #map {
        height: 100%;
      }
        .suggest-item {
            height: 24px;
            padding: 12px 64px 11px 64px;
        }
      .suggest-item:hover, #tld-side-panel-results-list ul li:hover {
          background: #efefef;
          cursor: pointer;
      }
        #tld-suggest-div {
            z-index: 50;
        }
        #tld-controls {
            z-index: 10;
        }
        #tld-main-control {
            background: #fff;
            box-sizing: border-box;
            width: 400px;
            height: 48px;
            padding: 12px 16px 11px 16px;
            border-bottom: 1px solid transparent;
            z-index: 20;
        }
        #tld-hamburger {
            float: left;
            margin-right: 8px;
        }
        #tld-hamburger:hover{
            cursor: pointer;
        }
        #tld-search {
            border: none;
            outline: none;
            height: 24px;
            width: 240px;
            font-size: 125%;
            z-index: 6;
            left: 0px;
        }
        #tld-search-clear {
            visibility: hidden;
            float: right;
            color: #ccc;
        }
        #tld-filter {
            float: right;
        }       
        #tld-search-clear:hover {
            cursor: pointer;
            color: #008cff;
        }
        #tld-side-panel{
            z-index: 5;
            background: #fff;
            width: 400px;
            height: 100%;
            display: none;
        }
        #tld-side-panel-results-list {
            background: #fff;
            height: 75%;
            overflow-y: scroll;
        }
        #tld-side-panel-results-list ul li {
            border-bottom: solid 1px #eee;
        }
        #tld-side-panel-results-list ul:last-child {
            border: none;
        }
        #tld-side-panel-results-list>ul li div span{
            display: block;
        }
        #tld-side-panel-main-info {
            padding: 8px 16px 8px 16px;
            background: #c4720c;
            color: #fff;
        }
        #tld-side-panel-main-info h2 {            
            margin-bottom: 6px;
        }
        #tld-side-panel-main-info h3 {
            margin-top: 0;
        }
        #tld-side-panel-main-info h3 small {
            color: #f7f7f7;
            padding-top: 2px;
            display: block;
        }
            
        #tld-side-panel-contact {
            background: #fff;
            padding: 8px 0px;
        }
        #tld-side-panel-results-list {
            color: #777;
        }
        #tld-side-panel-contact ul, #tld-side-panel-results-list ul{
            list-style-type: none;
            padding: 0px 16px 0px 16px;
        }
        #tld-side-panel-contact ul li i.material-icons, #tld-side-panel-results-list ul li i.material-icons{
            float: left;
        }
        #tld-side-panel-contact ul li i.material-icons {
            color: #008cff;
        }
        #tld-side-panel-contact ul li div, #tld-side-panel-results-list ul li div {
                margin-left: 16px;
                padding: 5px 0px 7px 16px;
        }
        #tld-side-panel-disclaimer {
            padding: 8px;
            font-size: 90%;
            color: #555;
            font-style: italic;
        }
        .tld-highlight{
            background-color: yellow;
            font-style: normal;
        }
        .tld-search-result-item-title{
            font-size: 110%;
            font-weight: bold;
            color: #333;
        }
        i.material-icons.tribal-component-band {
            color: red;
        }
        i.material-icons.tribal-component-tribe {
            color: red;
        }
        .agency-info-link{
            font-weight: bold;
            text-decoration: underline;
            cursor: pointer;
        }
        .agency-info-link:hover{
            text-decoration: none;
        }
        .last-modified-text{
            font-size: 90%;
            color: #555;
            font-style: italic;
        }