.tabella-responsive {
    overflow-x: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

.tabella-layout {
    display: grid;
    /* grid-template-columns: gestito in modo dinamico nello shortcode */
    color: #000;
    font-family: "Roboto Condensed";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.27px;
}

.tabella-cell {
    padding: 10px;
    border-bottom: 1px solid #9ACC9F;
    text-align: center;
    font-size: 14px;
}

.tabella-head {
    font-weight: bold;
    background: #fff;
}

.tabella-thumb img {
    max-width: 100px;
    height: auto;
    margin-bottom: 5px;
}

.tabella-label {
    background: #fff;
    font-weight: bold;
    text-align: left;
}