/**
 * © Copyright 2010-2016 Attila Houtkooper (attila@roughdot.nl)
 */

a {
    color: Black;
    text-decoration: none;
}
a.button,
input[type="submit"] {
    background-image: linear-gradient(to bottom, #f2b21d 0px, #e38d13 100%);
    background-repeat: repeat-x;
    border-color: #E38D13;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 400;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
}
a.button {
    display: block;
    padding: 8px;
    margin-bottom: 16px;
    text-align: center;
}
body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
}
body {
    background-image: linear-gradient(to bottom, #bbb 0px, #ddd 100px, #fff 50%);
    background-color: White;
    background-repeat: no-repeat;
    min-height: 100%;
}
body,
input,
p,
textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.brand {
    font-style: italic;
    font-weight: bold;
    letter-spacing: 1px;
}
.centralizer {
    bottom: 0;
    margin: 0 auto;
    top: 0;
}
div.focus-box {
    margin: 4px 8px;
    padding: 16px;
    position: relative;
    text-align: center;
}
div.focus-box a {
    color: #fff;
}
.highlight {
    color: #b22222;
    font-weight: bold;
    font-style: italic;
}
.warned {
    background-image: linear-gradient(to bottom, #fff 50%, SeaShell 100%);
    border: 1px solid FireBrick;
    color: FireBrick;
}
.warning {
    color: FireBrick;
    font-size: smaller;
}
fieldset {
    border: none;
    padding: 0 0 8px 0;
}
form {
    padding: 0;
}
form table {
    border-spacing: 0;
    border-collapse: collapse;
    padding-top: 8px;
}
h1 {
    color: #b22222;
    display: block;
    font-size: 1.3em;
    font-weight: normal;
    padding: 0;
    margin: 0 0 4px 0;
}
input {
    height: 20px;
}
input,
textarea {
    border: 1px solid #808080;
    font-size: 0.9em;
    margin: 2px;
    padding: 8px;
    width: 140px;
}
input[type="submit"] {
    height: 48px;
}
input[type="submit"]:hover {
    border-color: #c0c0c0;
}
p {
    margin-top: 0;
}
table {
    margin: 0 auto;
}
td.label {
    vertical-align: top;
    width: 100px;
}
textarea {
    height: 10em;
    overflow: auto;
}
ul {
    list-style-type: square;
    margin: 0 0 10px 0;
    padding-left: 1.5em;
}
ul li {
    padding-left: 0;
}
@media all and (min-width: 800px) {
    .content {
        float: left;
        margin-right: 16px;
        width: 384px;
    }
    .content:last-child {
        margin-right: 0;
    }
    .centralizer {
        width: 800px;
    }
    a.button {
        width: 366px;
    }
}
