.inv-pricing .p-supertext {
    font-size: 13px;
    padding: 3px 5px 3px 5px;
    display: block;
}

.inv-pricing .p-callout .p-price {
    font-size: 35px;
    font-weight: 700;
}

.inv-pricing .p-callout .p-subtext {
    font-weight: bold;
    line-height: 16px;
    max-width: 40px;
    display: inline-block;
    padding-left: 5px;
    text-align: left;
}

.table-availability td, .table-availability th{
    border: none;
    /*padding: 2px 0 0;*/
    border-bottom: 1px dashed #d9d9d9;
    /*font-size: 15px;*/
    overflow: hidden;
}

ul,
ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.amenities li  {
    font-size: 14px;
    font-weight: 400;
    color: #4a4a4a;
    padding: 5px 8px;
    margin: 0 0 5px;
    border: 1px solid #eee;
}

ul.amenities li::before{
    content: "\f046";
    color: #cacaca;
    font-family: "FontAwesome";
    font-weight: 400;
    font-size: 18px;
    margin-right: 7px;
    height: auto;
    vertical-align: middle;
}

h5.bold {
    font-weight: 500;
}

#hdr-rooms-and-rates {
    background-color: #f36e6e;
    color: #fff;
    padding: 10px;
    font-size: 18px;
}

.carousel-item-inventory {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px;
}
