<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.headerphoto {
    position: relative;
    margin-top: 50px;
    margin-bottom: 10px;
    text-align: center;
}

.headerphoto p {
    margin: 0;
    position: absolute;
    bottom: 50px;
/*     left: 10px; */
	width: 100%;
	color: #FFF;
    text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.6);
    font-size: 68px;
    line-height: 48px;
    font-family: 'Open Sans', serif;
    padding: 0 12px 12px 0;
    font-weight: bolder;
}
.headerphoto small {
    font-size: 28px;
    color: #FFF;
    font-family: 'Open Sans', serif;
    font-weight: bold;
/*     margin-right: 14px; */
}

.repriserepet {
    text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.6);
	color: #F00;
}

article {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 20px;
    margin-left: 20px;
}

/* label.required:after {
    content: " *";
    color: #F00;
    font-weight: bold;
} */

/* Styles for 'max-width 479px' -----------------------------------------  */
@media only screen and (max-width: 479px) {

    .headerphoto {
        margin-bottom: 0px;
    }

    .headerphoto span {
        display: none;
    }
    .headerphoto small {
        display: block;
        font-size: 14px;
        line-height: 22px;
    }
</pre></body></html>