/* Standard tags */

img {
	width: 100%;
}

nav {
    float: right;
    margin: -52px 0 0 0;
    clear: both;
    border-bottom: 1px solid #ccc;
    height: 51px;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #333;
}

nav a {
    padding-bottom: 29px;
    display: inline-block;
    font-size: 15px;
}

nav a:not(:first-child) {
    margin-left: 25px;
}

a:hover {
    border-bottom: 3px solid #333;
}

header {
    margin: 0 0 25px 0;
    width: 100%;
}

body {
    width: 75%;
    margin: auto;
    padding-top: 10px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

main div a {
    padding-top: 19px;
    padding-bottom: 5px;
    display: inline-block;
    font-size: 20px;
    font-family: "Verdana"
}

form {
    width: 75%;
    margin: auto;
}

form div {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    text-align: center;
    font-family: "Verdana"
}

label {
    float: left;
}

input, select {

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    height: 25px;
    width: 150px;
    float: right;
}

table {
    border-collapse: collapse;
    height: 50%;
    width: 100%;
}

table td, table th {
    border: 1px solid #ddd;
    padding: 8px;
    width: 12.5%;
}

table tr:nth-child(even) {
    background-color: #f2f2f2;
}

table tr:hover {
    background-color: #ddd;
}

table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #f5f5f5;
}

/* Classes */

.extra {
    float: right;
    width: 100%;
    margin-top: 5px;
    padding-bottom: 0px;
    border-bottom: 0px;
}

.submit {
    background-color: #f5f5f5;
    border: none;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

.error {
    background-color: #f5f5f5;
    border: none;
    text-align: center;
    width: 100%;
}

.left {
    float: left;
}

.right {
    float: right;
}

.header {
    width: 98.5%;
}

/* Id's */

#logo {
    float: left;
}

#buttons {
    text-align: center;
    width: 75%;
    margin: auto;
}

#speelBeurt {
    float: left;
}

#onderhoudsbeurt {
    float: right;
}

#buttons div {
    box-sizing: border-box;
    height: 50px;
}

#scrolltable {
    height: 600px;
    overflow: auto;
}

/* Clearfix */

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}


.mainnav {
    padding-top: 19px;
    padding-bottom: 5px;
    display: inline-block;
    font-size: 14px;
    font-family: "Verdana";
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
