.easement-title {
    height: 100px;
    border-radius: 7px;
    border: solid 3px white;
    background-color: #006699;
}

.easement-title-description {
    margin-left: 15px;
    margin-top: 10px;
    color: white;
}

.easement-title-data {
    margin-left: 15px;
    color: white;
    font-weight: bold;
}

.panel-default>.panel-heading {
    background-color: #006699;
    color: white;
}

.easement-data-box {
    padding: 0px;
    height: 100px;
    color: #006699;
}

.easement-data-box-interior {
    border-radius: 7px;
    border: solid 3px #006699;
    padding-left: 10px;  
}
#individual-map {
    height: 500px;
}