﻿/*body {
    height: 100%;
    width: 100%;
    margin: 0;
}*/

body {
    position: relative;
    min-height: 100vh;
}


.SchiaviTable3 {
    height: 200px;
    margin-bottom: 1rem;
    color: #212529;
}

    .SchiaviTable3 th,
    .SchiaviTable3 td {
        padding: 0.75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6;
        width: 30%;
    }

    .SchiaviTable3 tbody + tbody {
        border-top: 2px solid #dee2e6;
    }

    .SchiaviTable3 thead th {
        align-content: center;
        background: #eee;

    }