#hotelList {
    border: 1px solid #dcdcdc;
    border-collapse: collapse;
    width: 970px;
}
#hotelList td {
    border: 1px solid #ddd;
    padding: 5px 3px;
    vertical-align: middle;
}
#hotelList .location {
    background-color: #64a002;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    width: 80px;
}
#hotelList .location .location-text {
    font-size: 25px;
    height: 100%;
}
#hotelList .bockHotel_1 {
    background-color: #e4eef5;
    text-align: center;
    vertical-align: top;
}
#hotelList .bockHotel_2 {
    background-color: #ffffff;
    text-align: center;
}
#hotelList .buttonbookHotel {
    background-color: #64a002;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: inline;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 14px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    width: 80px;
    text-transform:capitalize;
}