.top_message {
    background-color: #ebeae8;
    padding: 0 20px;
    overflow: hidden;
}
.top_message .photo img {
    width: 40%!important;
    height: auto!important;
    float: left;
    margin-right: 40px;
}

.top_message .messe-text p.messe-sm {
    font-size: 1.8rem;
    font-weight: bold;
    color: #4d4d4d;
}
.top_message .messe-text p.simple_btn {
    margin: 10px 0 20px auto;
    border: solid 2px #ababa9;
    padding: 3px 30px 2px 15px;
    display: table;
    position: relative;
    text-align: right;
    background: #fff;
}
.top_message .messe-text {
    padding-left: 50%;
    padding-top: 40px;
}
.top_message .name {
    margin-top: 1em;
    font-size: 1.3rem!important;
    font-weight: normal!important;
}
.top_message .name span{
    font-size: 1.5rem!important;
    font-weight: bold!important;
}

.rwd-main-footer {
    display: none!important;
}
.page-break{
    page-break-before: always;
}

@media print, screen and (min-width: 768px){

}

@media screen and (max-width: 767px){


}