.main-wrapper {
    position: relative;
}

#content {
    width: 100%;
    min-height: 100%;
    transition: all 0.3s;
}

.map {
    width: 100%;
    height: 100%;
}

.modal.show .modal-dialog {
    margin-right: 0;
}

.modal {
    background: rgba(0,0,0,0.5);
}

.modal button.close {
    position: absolute;
    right: 10px;
    font-size: 2em;
    top: 10px;
}

.modal .modal-title {
    margin-right: 1.5em;
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid #CCC;
}