body {
    background: url("../img/stripes.svg") no-repeat top;
    background-size: cover;
    background-blend-mode: lighten;

}

body.nobg {
    background: none;
}

.rytierbg {
    background-color: white;
    background: url("../img/rytierbg.png") no-repeat;
    background-size: cover;
}

.mhablue {
    background-color: #1b459b;
}

.mhabluei {
    background-color: #1b459b!important;
}

@media print {
    body {
        background: none;
    }
}

.disabled {
    cursor: not-allowed;
}

.disabled:hover {
    cursor: not-allowed;
}