#demi-wrapper .demi-list-hotel-row .thumbnail {
    border: 0;
}
.demi-list-bottom-row hr {
    border: 0;
}
.demi-list-hotel-row {
    border-bottom: 1px solid #ced2d9;
}
.demi-list-hotel-row:last-child {
    border-bottom: 0;
}
#demi-wrapper .specials-in-list {
    background-color: #FFFFFF;
    color: #00A4D0;
    border: 1px solid #00A4D0;
    display: block;
    margin-bottom: 5px;
}
.demi-list-bottom-content {
    padding: 20px 0;
}

@media screen and (max-width: 767px){
    .demi-list-bottom-content{
        padding: 0 0 20px;
    }
}


#demi-wrapper .text-infotxt a{
    color: #00A4D0 !important;
}