.content-width-box {
    max-width: 1250px;
    margin: auto;
    padding: 25px;
}

/*-------------------------------------------------- Tot Bancali*/

.tot-bancali {
    color: #c5cad6;
}

.tot-bancali span.active {
    color: #1b3975;
}

/*-------------------------------------------------- Tot Bancali*/
/*-------------------------------------------------- Tabella*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    background-color: #f1f1f1;
    border: 1px solid #ddd;

    font-size: 16px;
}



tr.white {
    background: white;
}

th, td {
    text-align: left;
    padding: 12px;
}

tr>td {
    padding: 12px;
}

h2 {
    margin-top: 0;
    margin-bottom: 8px;
}

h3 {
    margin: 0;
}

td.targa>* {
    border-style: solid;
    border-width: 3px;
    border-color: #0f4395;
    border-radius: 5px;
    text-align: center;
    padding: 2px;
}

.actions button.delete {
    background: #501d1d;
    color: rgb(200, 200, 200);
    border-radius: 5px;
    border: none;
    padding: 6px 9px;
    transition: background-color .25s ease-in-out;
}


.actions button.delete:hover {
    background: #ff0000;
    color: white;
    border-radius: 5px;
    border: none;
}

.actions button.edit {
    background: #1d3c50;
    color: rgb(200, 200, 200);
    border-radius: 5px;
    border: none;
    padding: 6px 9px;
    transition: background-color .25s ease-in-out;
}


.actions button.edit:hover {
    background: #00a2ff;
    color: white;
    border-radius: 5px;
    border: none;
}

ul, li {
    list-style-type: none;
}