body {
    padding-top: 20px;
    font-family: 'Rambla' !important;
}

h1, h2, h3, h4, h5 {
    font-family: 'Oswald' !important;
}

table {
    border-collapse: collapse;
    width: 100%;
}

thead {
    border-top: 2px solid #ccc;
}

th, td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

tr:hover {
    color: #000;
    background-color:#f5f5f5;
}

#header {
    margin-bottom: 1em;
}

@media (min-width: 500px) {
    #logo {
        float: left;
    }

    #login {
        float: right;
    }

    #logout {
        text-align: right;
        font-size: medium;
    }
}

@media (max-width: 499px) {
    #logo {
        text-align: center;
    }

    #logout {
        text-align: center;
        font-size: smaller;
    }
}

#login_button {
    margin: .5em 0 .5em 0;
}

#footer {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    border-top: 1px solid #eee;
}

#info, #hint {
    color: #000000;
    border: 1px solid #69a3c0;
    border-radius: .5em;
    padding: 0.2em 1em;
    margin: 1em;
}

#warning {
    color: #c82333;
    border: 1px solid #c82333;
    border-radius: .5em;
    padding: .2em 1em;
    margin: 1em;
}

.warning-box {
    font-size: smaller;
    color: #c82333;
    border: 1px solid #c82333;
    border-radius: .2em;
    padding: .2em;
    margin: .2em;
}

.contract_even {
    background-color: #fff;
}

.contract_uneven {
    background-color: #eee;
}

.table-section {
    background-color: #a7cadb3d;
}

.contract_red {
    color: #fff;
    background-color: #c82333;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 20px, rgba(255,255,255,.2) 10px, rgba(255,255,255,.2) 40px);
}

#new_contract {
    margin: .5em;
}

.clear {
    clear: both;
    height: 0;
}

.pro_lbl, .reg_lbl, .con_lbl {
    width: 8em;
    vertical-align: top;
}

.pro_input, .reg_input, .con_input, .de_input {
    border: 1px solid #c6c8ca;
    border-radius: 3px;
    vertical-align: top;
    padding: 2px 1px 2px 3px;
    max-width: 200px;
}

.con_line {
}

.con_section, .de_section {
    margin: 0.5em;
    border-bottom: 1px solid #ddd;
}

textarea {
    width: 80%;
}

.slidecontainer {
    width: 100%;
}

.btn, .navbar-toggler {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12),
    0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-abo-blue {
    color: #fff !important;
    background-color: #69a3c0;
    border-color: #349cc0;
}

.col-lg-4 {
    padding-bottom: 2em;
}