/*  Stylesheet for Crunch
    Author: Frederic Cervini
    License: Copyright by Frederic Cervini
*/

* {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 16px;
    color: #eeeeee;
    background-color: #202020;
}

table {
    width: 100%;
    border: 1px;
    border-style: solid;
    border-collapse: collapse;
}

th, td {
    border: 1px;
    border-style: solid;
    border-collapse: collapse;
    padding: 5px;
}

.red {
    background-color: darkred;
    text-align: center;
}

.green {
    background-color: green;
    text-align: center;
}

.colcheckbox {
    width: 80px;
}

.version {
    text-align: center;
}

.formcss {
    text-align: center;
}

.loginfields {
    border: 2px solid gray;
    border-radius: 4px;
    font-size: 18px;
    padding: 15px;
    width: 400px;
}

.submitbutton {
    font-size: 24px;
    border: 1px gray;
    border-radius: 4px;
    background-color: #303030;
    padding: 15px;
    width: 400px;
}

.submitbutton:hover {
    background-color: #101010;
}

.spacer {
    height: 100px;
}

.core {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}