html,body{
  font-family: Helvetica!important;
}

#mapdiv {
    position: absolute!important;
    width: 99%!important;
    top: 8vh!important;
    height: 92vh!important;
    left:0px!important;
    border:3px solid #449999;
}

#legend4print {
    position: absolute;
    display: block!important;
    top: 100vh;
    width: 100%;
    z-index: 99999999;
}

.legend_count {
    -webkit-print-color-adjust: exact;
    position: relative;
    width: 100%;
    background-color: #fff;
    background-image: url("dist2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: auto;
 }

 .legend_count> h4 {
    text-align: center;
    margin-bottom: 10px;
 }

.legend-list {
    display: block;
    padding: 5px 10px;
    font-size: 20px;
    color: #fff;
}

.legend-list-sub {
    width: 17%!important;
    display: inline-block;
    padding: 5px 10px;
}

.legend-list-sub > img {
    height: 20px;
    width: 20px;
}

 .legend_count> ul {
    list-style: none;
    padding-left: 20px;
 }


        .pagebreak-before { page-break-before: always; } 
        .pagebreak-ater { page-break-after: always; } 

        .awesome-panel {
            width: auto;
            margin:15px 15px 15px;
            background: #ccc;    
            border: 1px solid #459999;
            border-radius: 0px 0px 5px 5px;
        }

        .awesome-panel-head {
            background: #459999;
        }

.map-title {
    display: block!important;
    text-align: center!important;
    height: 7vh;
}

.map-title>h3 {
    font-size: ;
    color: #449999;
    font-family: Helvetica!important;
}