.widget-hotels-dialog .controls {
    margin-bottom: 0.5em;
}

.widget-hotels-dialog .controls > div {
    margin-bottom: 0.5em;
}

.widget-hotels-dialog .controls label {
    margin-right: 1em;
}

.widget-hotels-dialog .controls select {
    display: inline-block;
    width: auto;
}

.widget-hotels-dialog .modal-dialog {
    width: 90%;
    max-width: 850px;
}

.widget-hotels-dialog .hotels {
    max-height: 70vh;
    overflow-y: auto;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .widget-hotels-dialog .hotels {
        max-height: 60vh;
    }
}

.widget-hotels-dialog .hotels .hotel {
    display: block;
    margin-bottom: 8px;
    border-bottom: 1px solid #f0f0f0;
}

.widget-hotels-dialog .hotels .hotel h4 button.btn {
    float: right;
}

.widget-hotels-dialog .hotels .hotel .photo {
    float: left;
    margin-right: 1em;
    margin-bottom: 0.2em;
}

.widget-hotels-dialog .hotels .hotel .name {
    font-weight: bold;
}

.widget-hotels-dialog .hotels .hotel .intro {
    line-height: 1.4em;
    margin-bottom: 1em;
}

.widget-hotels-dialog .hotels .hotel .hotel_provider {
    margin-bottom: 8px;
}

.widget-hotels-dialog .hotels .hotel .last_column {
    padding-bottom: 1em;
}

.widget-hotels-dialog .hotels .hotel .distance {
    font-weight: bold;
    margin-bottom: 1em;
}

.widget-hotels-dialog .hotels .hotel .hotel_provider > div {
    line-height: 1.2em;
}

.widget-hotels .unlink {
    font-size: 12px;
    font-weight: 200;
    color: #999;
    margin: 0.5em 0px;
}

.widget-hotels .unlink a {
    font-weight: 200;
}
