html {
    font-size: 1.25em;
    font-family: sans-serif;
}

td, th {
    vertical-align: top;
}

td {
    padding: 0.2em;
}

th {
    padding: 0.4em;
    background: white;
    color: rgb(231, 81, 54);
}

.center {
    margin-left: auto;
    margin-right: auto;
}

body {
    margin: 1em;
    background: rgb(250, 248, 231);
}

table {
    padding: 8px;
}

table.colored { 
    background: white;
}

.highlight {
    color: rgb(231, 81, 54);
}

p.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

a {
    color: black;
}

@media (max-width: 767px) {
    h1 {
        font-size: 1em;
    }

    table.body {
        width:98%;
    }

    img.logo {
        width: 100%;
        content:url('/files/images/logo_groot.jpg');
     }
}

@media (min-width: 768px) and (max-width: 991px) {
    table.body {
        width:80%;
    }

    img.logo {
        width: 100%;
        content:url('/files/images/logo_groot.jpg');
     }
}

@media (min-width: 992px) {
    table.body {
        width: 60%;
    }

    img.logo {
        width: 400px;
        content:url('/files/images/logo_groot.jpg');
    }
}

.button {
    background-color: #e0e0e0;
    border: none;
    color: black;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 0.86em;
}
.button:hover {
    cursor: pointer !important;
}

.darkRow {
    background-color: rgb(255, 255, 209);
}
.lightRow {
    background-color: rgb(255, 255, 255);
}
.fontMonospace {
    font-family: courier;
}

table.hoverRows tr:hover{
	background-color: rgb(255, 255, 209);
}