﻿


html, body, form {
    height: 100% !important;
}

.section-main.min-100bg {
    /* min-height: calc(100% - 87px - 54px - 81px) !important; */
    min-height: calc(100% - 87px - 81px) !important;
    background: url(/images/Piazza_duomo_lodi.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

table {
    font-size: 0.9rem !important;
}

.color-res0 {
    color:#000;
}
.color-res1 {
    color: yellow;
}
.color-res2 {
    color: red;
}