.value {
    font-weight: bold;
}

span[role="currency"] {
    margin-left: 3px;
}

.compare-room, .compare-rate {
    margin-top: 10px;
    text-align: right;
}

.compare-room > label, .compare-rate > label {
    padding: 5px 0px 5px 0px;
    transition: all ease 0.2s;
}

.btn-compare {
    padding: 5px 10px !important;
    position: relative;
    cursor: pointer;
    color: #000000;
    letter-spacing: 1px;
    border: 1px solid #000000;
}

.btn-compare:active {
    top: 1px;
}

.breakdown-title-box {
    height: 30px;
    line-height: 30px;
    border-bottom: solid 1px #e9e6d6;
}

.breakdown-detail {
    display: table;
    width: 100%;
}

.breakdown-detail-40 {
    width: 40%;
    float: left;
}

.breakdown-detail-20 > li {
    width: 20%;
    float: left;
}

.table-date {
    width: 100%;
    margin: 15px 0px 30px;
    border-top: 2px solid #000000;
    border-collapse: separate;
}

.table-date th {
    border: none;
    font-size: 14px;
    padding: 10px 0px;
    letter-spacing: 1px;
    border-bottom: 1px solid #000000;
}

.table-date th:first-child {
    text-align: left;
    padding-left: 5px;
}

.table-date th:last-child {
    text-align: right;
    padding-right: 5px;
}

.table-date td {
    padding: 5px 0px;
    font-size: 12px;
    border-bottom: 2px solid #000000;
}

.table-date td:first-child {
    padding-left: 30px;
}

.table-date tbody tr:last-child td {
    border-bottom: none !important;
}

.table-date td:last-child {
    text-align: right;
    padding-right: 5px;
}

[data-compare="compare-room"], [data-compare="compare-rate"] {
    display: none;
}

.compare-backdrop {
    position: fixed;
    background: #000000;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    opacity: 0;
}

.compare-box {
    position: absolute;
    top: 40px;
    left: 50%;
    background: #ffffff;
    overflow: hidden;
    border: 1px solid #ffffff;
    box-shadow: 0 0px 8px rgba(0, 0, 0, .5);
    opacity: 0;
    display: block;
}

.compare-title {
    padding: 0px 15px;
    line-height: 40px;
    width: 100%;
    letter-spacing: 1px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    background: #000000;
    font-weight: bold;
}

span[data-dismiss="compare"] {
    cursor: pointer;
    font-size: 20px;
    margin-top: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
}

.compare-content {
    overflow-y: auto;
    border: 5px solid #ffffff;
    border-top-width: 10px;
    border-bottom-width: 10px;
}

.compare-item {
    width: 290px;
    display: inline-block;
    padding: 0px 10px;
    float: left;
}

.compare-item:first-child {
    padding-left: 0px;
}

.compare-item:last-child {
    padding-right: 0px;
}

.compare-item > .compare-item-title {
    table-layout: fixed;
}

.compare-item > .compare-item-title > h4 {
    font-size: 12px;
    color: #000000;
    margin-bottom: 1px;
    letter-spacing: 1px;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
    padding: 0px 5px;
    background: #f5f5f5;
}

.compare-item h5 {
    font-size: 12px;
    line-height: 14px;
    padding: 10px 5px;
    background: #f5f5f5;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.compare-item h6 {
    font-size: 12px;
}

.compare-item h6:after {
    content: " :";
}

.room-facilities {
    margin: 10px 0px;
}

.room-facilities-more {
    margin-bottom: 15px;
    display: none;
}

.room-facilities > li, .room-facilities-more > li {
    margin-left: 10px;
}

.room-facilities > li:before, .room-facilities-more > li:before {
    content: "- ";
}

.compare-rate-item, .compare-room-item {
    margin-top: 1px;
    border-top: 1px solid #000000;
}

.benefit-list li, .condition-list li, .cancellation-list li {
    margin-left: 10px;
}

.benefit-list li:before, .cancellation-list li:before {
    content: "- ";
}

.cancellation-list {
    margin-bottom: 15px;
}

.compare-img {
    width: 100%;
    height: 175px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 15px;
}

span[data-role="read-more-item"] {
    margin-top: 5px;
    margin-bottom: 15px;
    display: inline-block;
    cursor: pointer;
    text-decoration: underline;
}

.rate-description, .compare-room-description {
    margin-bottom: 15px;
}

.rate-benefit > p {
    padding: 5px;
    margin-bottom: 15px;
}

.list-note {
    margin-bottom: 25px;
}

.list-note > li {
    margin-left: 5px;
}

.main-compare-container, .sub-compare-container {
    display: table;
}

.list-amenity {
    margin-bottom: 10px;
    min-height: 90px;
    overflow: hidden;
}

.list-amenity > li {
    margin-left: 5px;
}