html, body, #map {
    height:100%;
    width:100%;
    margin:0;
    padding:0;
}
body {
    background-color:#eee;
    font-family:"Trebuchet MS";
    overflow-y: hidden;
    color:#333;
}
h1 {
    font-size: 1em;
}
#leftPane {
    /*width: 20%;*/
    width: 310px;
    /*width: auto;*/ 
}
#dirPane {
    /*overflow: scroll;*/
    /*height: 600px;*/
    /*height: 100%;*/
    height: 90vh;
    overflow-y: scroll;
    font-size:14px;
}
#widget_mdhOfficeSel {
    margin: 10px 10px 10px 10px;
}
.textbox1 {
    text-align: right;
    width: 60px;
}
.mdh-banner {
    width: 100%;
    background-color: #003865;
    border-bottom: 3px solid #78BE21;
    font-family: Calibri, Arial, Helvetica, sans-serif;
}

.mdh-banner-content {
    padding: 0 15px;
    margin: auto;
}

.mdh-logo {
    margin: 15px 10px 10px 0;
    width: 240px;
}

.app-title {
    display: inline;
    color: #FFFFFF;
    float: right;
    font-size: 1.4em;
    margin-top: 1.4em;
}

.printable-mdh-logo {
    display: none;
}

@media (min-width: 768px) {
    .mdh-banner-content {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .mdh-banner-content {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .mdh-banner-content {
        width: 1170px;
    }
}

@media (max-width: 768px) {
    .app-title {
        display: none;
    }
}

@media print {
    .mdh-logo {
        display: none;
    }

    .printable-mdh-logo {
        display: inherit;
    }
}

.footer{
    background-color: #53565A;
    color:white;
}

a.footer-link{
    color: #AFCEE9;
}
.footer-link:hover,
.footer-link:focus {
    color: #fff;
}

.esriDirectionsButton:focus {
    background-color: #003865;
}
