#nav {
    width: 100%;
    display: block;
}

#nav ul {
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #303841;
}

#nav li.right{
    float: right;
}
#nav li {
    float: left;
}


#nav li a {
    display: block;
    color: white;
    text-align: center;
    padding: 16px;
    text-decoration: none;
}

#nav li a:hover {
    background-color: #111111;
}

a, a:visited {
    color: #000;
}

.links a:hover {
    text-decoration: underline;
    color: darkred;
    background-color: #ddd;
}

.matchday-photos a {
    display: block;
}

.content {


}

h1 {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

h2 {
    font-family: "Catamaran", sans-serif;
    font-weight: 600;
    font-size: 20px;
    padding-left: 20px;
}

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

.ws-table-all tr:nth-child(even) {
    background-color: #E7E9EB;
}
.ws-table-all tr {
    border-bottom: 1px solid #ddd;
}
*, *:before, *:after {
    box-sizing: inherit;
}

tr {
    display: table-row;
    vertical-align: inherit;
    unicode-bidi: isolate;
    border-color: inherit;
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

thead {
    background-color: #303841;
    font-weight: bold;
    color: #ffffff;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.clearfix div{
    float: right;
    padding-bottom: 5px;
}

.winner {
    font-weight: bold;
}

.matchday-photos {

    font-size: 24pt;
}

.matchday-photos div {
    float: left;
    line-height: 100px;
    padding: 0 30px;
}

.mid {
    font-family: "Catamaran", sans-serif;
    font-size: 8pt;
}