﻿body {
    width: 100%;
    font-family: Helvetica, Arial, Verdana, sans-serif;
}

#wholePage {}

img {
    border: none;
    max-width: 150px;
    max-height: 150px;
}

#contentHeader {
    position: relative;
    margin: 5px;
    max-width: 1024px;
}

#raceLogoContainer,
#herenowLogoContainer {
    width: 150px;
    height: 150px;
    padding: 5px;
    display: flex;
    align-items: center;
}

#raceHeader {
    display: flex;
}

#raceInfo {
    flex: 1;
    text-align: center;
    padding-top: 20px;
}

#raceName {
    font-size: 2.5em;
}

#raceSubtitle {
    font-size: 2em;
}

#content {
    margin: 10px;
}

.header {
    color: white;
    padding: 5px;
    border-radius: 3px;
    font-family: helvetica neue, Arial, helvetica, sans-serif;
    font-size: 14;
    font-weight: bold;
    background-color: rgb(98, 127, 120);
    display: block;
    max-width: 1024px;
}

#fixedContentFooter {
    position: fixed;
    width: 100%;
    height: 15px;
    bottom: 5px;
}

#contentFooter {
    position: relative;
    width: 100%;
    height: 15px;
}

#copyrightContainer {
    position: absolute;
    left: 440px;
    font-size: 10px;
}