body {
    font-family: "HelveticaNeue", "Helvetica Neue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    /*font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;*/
}
code, pre {
    font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
}
td, th {
    /*font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;*/
    font-family: "HelveticaNeue", "Helvetica Neue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
input, textarea, select, .form-row p, form .button {
    /*font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;*/
    font-family: "HelveticaNeue", "Helvetica Neue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
body:not(.login) .submit-row {
    position:fixed;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0px !important;
    /* border-top: 2px #79aec8 solid !important; // see administration/templates/admin/base_site.html */
}

body:not(.login) #content-main {
    padding-bottom: 50px;
}

# Fronius Admin Title to long
.login #header h1 {
    font-size: 15px !important;
}