body {
    background-image: url(../img/bg.jpg);
    background-size: cover;
    color: #fff;
    font-family: 'Aldrich', sans-serif;
}

#map_canvas{
    width:100%;
    height:425px;
    margin-bottom: 10px;
    clear: both;
}
.adp-placemark td{
    padding:5px 10px;
}
.adp-placemark .adp-text{
    padding-left:20px;
}
.modal{
    width:700px;
}

#btns {
    height: 20px;
}

#loader span {
    padding: 5px;
}

#summary {
    font-size: 1.4em;
}

.alert-success {
    float: left;
    width: 40%;
    text-decoration: center;
    margin: 1em;
}

#mapModal, #2btns {
    clear: both;
}

.well, .input-xlarge, .pac-container, .pac-item {
    color: #222;
}

#directions {
    display: none;
    margin-top: 2.5em;
}

.footer {
    width: 100%;
    text-align: center;
}

.footer a {
    color: #eee;
}