#fixdate-booking-hint {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    z-index: 3;
    border: 0.5px solid #C8C8C8;
    padding: 20px 10px 10px 10px;
    background-color: #fff;
    cursor: default;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    word-wrap: break-word;
}

    #fixdate-booking-hint .page-title,
    #fixdate-booking-hint .topic-block-title {
        display: none;
    }

    #fixdate-booking-hint .page {
        min-height: 100%;
    }

    #fixdate-booking-hint .topic-page p,
    #fixdate-booking-hint .topic-block,
    #fixdate-booking-hint .topic-block p {
        margin: 0;
    }

    #fixdate-booking-hint .topic-block a,
    #fixdate-booking-hint .topic-page a {
        text-decoration: none;
    }
    #fixdate-booking-hint .topic-block strong,
    #fixdate-booking-hint .topic-page strong {
        color: unset;
    }

.fixdate-booking-hint-close {
    position: absolute;
    right: -3px;
    top: 5px;
    width: 15px;
    height: 15px;
    opacity: 0.3;
    cursor: pointer;
}

.fixdate-booking-hint-close:hover {
    opacity: 1;
}

.fixdate-booking-hint-close:before, .fixdate-booking-hint-close:after {
    position: absolute;
    content: ' ';
    height: 15px;
    width: 2px;
    background-color: #333;
}

.fixdate-booking-hint-close:before {
    transform: rotate(45deg);
}

.fixdate-booking-hint-close:after {
    transform: rotate(-45deg);
}

