body {
    font-family: Ebrima, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    color: #000000;
    text-align: left;
}

h1 {
    font-size: 30px;
    font-weight: bolder;
    color: #000000;
}

h2 {
    font-size: 25px;
    font-weight: bold;
    color: #000000;
}

tr {
    border-bottom: 1px solid #000000;
}

td {
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
}

th {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #436EEE;
    border-bottom-color: #436EEE;
}

a,
a.btn-default {
    font-weight: bold;
    color: #0099CC;
    text-decoration: underline;
}

.inaktiv {
    color: #666666;
}

.wk {
    background-color: 	#ee2c2c;
    color: #FFFFFF;
}

.panel_results {
    border: 2px solid 	#ee2c2c;
    margin-bottom: 20px;
}

.panel_clubs {
    border: 2px solid 	#ee2c2c;
    margin-bottom: 10px;
}

.laufbanner {
    width: 100%;
    overflow: hidden;
    background: #007BFF;
    color: #FFFFFF;
    white-space: nowrap;
    box-sizing: border-box;
    padding: 15px 0;
    font-size: 17px;
    font-weight: bold;
    margin: 15px 0;
}

.lauftext {
    display: inline-block;
    padding-left: 100%;
    animation: scroll-left 25s linear infinite;
}

@keyframes scroll-left {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-100%);
    }
}