.hotel-photos {
    padding: 8px;
    margin-bottom: 20px;
}
.hotel-price {
    padding: 10px 15px;
    margin-bottom: 20px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.hotel-price-text {
    float: left;
    width: 60%;
}
.hotel-price-action {
    float: right;
    width: 40%;
    text-align: right;
}
.hotel-price-action p {
    font-size: 24px;
    font-weight: 600;
}