.table-titolo {
    display: block;
    position: relative;
    border: 1px solid #aaa;
    border-bottom: 0px;
    padding: 3px 5px;
    /* font-size: 0.9em; */
    font-family: swiss, arial;
    border-radius: 5px 5px 0 0;
    background: darkgrey;
    color: #16068b;
    text-shadow: 0px 1px #dbd8d8;
    font-weight: bold;
    letter-spacing: 0.5px;
    box-shadow: 0px 1px 2px #344 inset;
}
