.tribute-window .funeral-details {
    margin-top: 10px;
}

.tribute-window .funeral-details .event-detail {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.tribute-window .funeral-details .event-detail .event-container {
    width: 300px;
    float: left;
}

.tribute-window .funeral-details .event-detail .event-no-map {
    width: auto;
}

.tribute-window .funeral-details .event-detail .event-map {
    float: right;
    width: 100px;
    height: 100px;
    margin-right: 10px;
    margin-top: -15px;
    text-align: center;
    cursor: pointer;
}

.tribute-window .funeral-details .event-detail .event-container .location,
.tribute-window .funeral-details .event-detail .event-container .date {
    font-size: 9pt;
}

.tribute-window .funeral-details .event-detail .event-container .location {
    margin-top: 8px;
}

.tribute2 .tribute2-maincontent .funeral-details {
    margin-top: 10px;
}

.tribute2 .tribute2-maincontent .funeral-details .event-detail h3 {
    margin:0;
}

.tribute2 .tribute2-maincontent .funeral-details .event-detail {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
    margin: 0 auto;
    max-width: 900px;
}

.tribute2 .tribute2-maincontent .funeral-details .event-detail .event-container {
    width: 300px;
    float: left;
}

.tribute2 .tribute2-maincontent .funeral-details .event-detail .event-no-map {
    width: auto;
}

.tribute2 .tribute2-maincontent .funeral-details .event-detail .event-map {
    float: right;
    width: 100px;
    margin-right: 10px;
    margin-top: -15px;
    text-align: center;
    cursor: pointer;
}

.tribute2 .tribute2-maincontent .funeral-details .event-detail .event-map img {
    max-width: 75px;
}

.tribute2 .tribute2-maincontent .funeral-details .event-detail.additional-service-info .event-container {
    white-space: pre-wrap;
}

.tribute2 .tribute2-maincontent .funeral-details .event-detail .event-container .location,
.tribute2 .tribute2-maincontent .funeral-details .event-detail .event-container .description,
.tribute2 .tribute2-maincontent .funeral-details .event-detail .event-container .date {
    font-size: 9pt;
}

.tribute2 .tribute2-maincontent .funeral-details .event-detail .event-container .location {
    margin-top: 8px;
    margin-bottom: 8px;
}