.drts-map-directions {
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    margin: 0 !important;
}

.drts-map-directions input[type=text],
.drts-map-directions select,
.drts-map-directions button {
    height: 2em !important;
    margin: 0 !important;
    line-height: 1 !important;
}

.drts-map-directions input[type=text],
.drts-map-directions select {
    width: 100% !important;
    padding: 0 3px !important;
    background-color: #fff;
    border: 1px solid #ccc;
}

.drts-map-directions select {
    white-space: nowrap;
}

.drts-map-directions-panel {
    border: 1px solid #ddd;
    border-top: 0;
    border-bottom: 0;
    height: auto !important;
    max-height: 300px;
    overflow-y: auto;
}
