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

div#console {
    background-color: #06c;
    color: White;
    font-family: Consolas, Monaco, 'Andale Mono', monospace;
    font-size: 10pt;
    margin-bottom: 10px;
    padding: 4px;
    white-space: pre-wrap;
}
div#console a {
    color: White;
    font-weight: bold;
}

form.Vroom_Auth input[type="password"],
form.Vroom_Auth input[type="text"] {
    vertical-align: middle;
    width: 150px;
}
@media all and (max-width: 430px) {
    form.Vroom_Auth input[type="password"],
    form.Vroom_Auth input[type="submit"],
    form.Vroom_Auth input[type="text"] {
        margin: 3px 4px;
    }
    form.Vroom_Auth input[type="password"],
    form.Vroom_Auth input[type="text"] {
        height: 40px;
        width: calc(100% - 28px);
    }
    form.Vroom_Auth input[type="submit"] {
        height: 70px;
        width: calc(100% - 8px);
    }
}
