body {
    font-family: "Open Sans";
    font-size: 14px;
}

button,
a.button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    /*position: relative;*/ /* Enable this if CSS3PIE isn't working */
    text-decoration: none;
    color: rgb(72, 72, 72);
    display: inline-block;
    line-height: 18px;
    padding: 7px 10px;
    margin: 2px 0;
    font-size: 13px;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
    white-space: nowrap;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    /* Generated by http://www.colorzilla.com/gradient-editor/#f7f7f4+0,eaeaea+100;Button */
    background: #f7f7f4; /* Old browsers */
    background: -moz-linear-gradient(top,  rgb(247,247,244) 0%, rgb(234,234,234) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(247,247,244)), color-stop(100%,rgb(234,234,234))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgb(247,247,244) 0%,rgb(234,234,234) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgb(247,247,244) 0%,rgb(234,234,234) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgb(247,247,244) 0%,rgb(234,234,234) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgb(247,247,244) 0%,rgb(234,234,234) 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f4', endColorstr='#eaeaea',GradientType=0 );*/ /* IE6-9 */ /* Conflicts with CSS3PIE */

    border: 1px solid rgb(221, 221, 221);
    border-bottom-color: rgb(197, 197, 197);

    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    -pie-box-shadow: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);

    vertical-align: middle;
    cursor: pointer;

    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;

    behavior: url("/static/js/PIE/PIE.htc");
}

button:hover,
a.button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
    text-decoration: none;
    color: rgb(72, 72, 72);

    /* Generated by http://www.colorzilla.com/gradient-editor/#eaeaea+0,dadada+100;ButtonHover */
    background: rgb(234,234,234); /* Old browsers */
    background: -moz-linear-gradient(top,  rgb(234,234,234) 0%, rgb(218,218,218) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(234,234,234)), color-stop(100%,rgb(218,218,218))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgb(234,234,234) 0%,rgb(218,218,218) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgb(234,234,234) 0%,rgb(218,218,218) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgb(234,234,234) 0%,rgb(218,218,218) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgb(234,234,234) 0%,rgb(218,218,218) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#dadada',GradientType=0 ); /* IE6-9 */
}

button:active,
a.button:active,
input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active {
    background-color: rgb(218,218,218);
    background-image: none;
    border-color: rgb(181,181,181);
    box-shadow: inset 0 1px 5px rgba(0,0,0,0.15);
}

button:focus,
a.button:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus {
    outline: none;

    /* Generated by http://www.colorzilla.com/gradient-editor/#eaeaea+0,dadada+100;ButtonHover */
    background: rgb(234,234,234); /* Old browsers */
    background: -moz-linear-gradient(top,  rgb(234,234,234) 0%, rgb(218,218,218) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(234,234,234)), color-stop(100%,rgb(218,218,218))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgb(234,234,234) 0%,rgb(218,218,218) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgb(234,234,234) 0%,rgb(218,218,218) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgb(234,234,234) 0%,rgb(218,218,218) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgb(234,234,234) 0%,rgb(218,218,218) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#dadada',GradientType=0 ); /* IE6-9 */
}

button:disabled,
a.button:disabled,
input[type="button"]:disabled,
input[type="submit"]:disabled,
input[type="reset"]:disabled,
button:disabled:hover,
a.button:disabled:hover,
input[type="button"]:disabled:hover,
input[type="submit"]:disabled:hover,
input[type="reset"]:disabled:hover {
    color: rgb(192,192,192);
    background-image: none;
    background-color: rgb(235, 235, 235);
    cursor: default;
    box-shadow: none;
}

input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="url"],
textarea {
    padding: 6px 3px;
    margin: 2px 0;
    line-height: 18px;
    background-color: white;
    background-repeat: no-repeat;
    background-position: right center;
    border: 1px solid rgb(204, 204, 204);

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);

    /*-webkit-transition: border 0.05s ease-in 0;
    -moz-transition: border 0.05s ease-in 0;
    -o-transition: border 0.05s ease-in 0;
    transition: border 0.05s ease-in;*/
    vertical-align: middle;
    font-family: "Open Sans", "Helvetica Neue", sans-serif;

    behavior: url("/static/js/PIE/PIE.htc");
}

input[type="text"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus {
    outline: none;
    border-color: rgb(77, 144, 254);
}

a.button.small-button,
button.small-button,
input.small-button {
    font-size: 10px;
    padding: 0 5px;
    margin: 0;
}

.header .logo {
    position: absolute;
    top: 0;
    left: 0;
    background: url(/static/2016banner.png) no-repeat center;
    width: 100%;
    height: 100px;
    overflow: hidden;
}

.header {
    margin-top: 100px;
}

ul.errorlist {
    margin: 0;
    padding: 0 4px;
    list-style-type: none;
}

ul.errorlist li:before {
    font-family: FontAwesome;
    content: "\f071";
    color: red;
    padding-right: 5px;
}

ul.errorlist li {
    color: red;
}

form.login-form th {
    padding-right: 25px;
}

form.login-form td {
    height: 40px;
}

form.register-form th {
    padding-right: 25px;
}

form.register-form td {
    height: 40px;
}

table.fancy-table td, table.fancy-table th {
    padding: 5px 10px;
}

table.fancy-table tbody tr:nth-child(odd) {
    background-color: rgba(0,0,0,0.05);
}

.message {
    padding: 5px 10px;
    background: yellow;
}