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);
}

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);
}

.black_link {
	background: none;
	border: none;
	text-decoration: underline;
	cursor: pointer;
	padding: 0;
}


.bgColorLightGray { background-color: lightgray; }
.bgColorWhite { background-color: white; }
.colorBlack { color: black; }
.colorRed {	color: red; }
.displayNone { display: none; }
.fontSizeSmall { font-size: small; }
.fontSizeSmaller { font-size: smaller; }
.fontSizeXSmall { font-size: x-small; }
.fontSizeLarger { font-size: larger; }
.fontSizeXXLarge { font-size: xx-large; }
.fontSize0-75em { font-size: 0.75em; }
.fontSize0-85em { font-size: 0.85em; }
.height100px { height: 100px; }
.height120px { height: 120px; }
.height150px { height: 150px; }
.overflowAuto { overflow: auto; }
.overflowHidden { overflow: hidden; }
.padding10px { padding: 10px; }
.textAlignCenter { text-align: center; }
.textAlignLeft { text-align: left; }
.vertAlignMiddle { vertical-align: middle; }
.width5em { width: 5em; }
.width25px { width: 25px; }
.width75px { width: 75px; }
.width100px { width: 100px; }
.width150px { width: 150px; }
.width175px { width: 175px; }
.width200px { width: 200px; }
.width75perc { width: 75%; }
.width100perc { width: 100%; }
