/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 /*.box-atti-concessione {
     font-size: 0.8em;
     max-width: 778px;
 }
 
 .box-atti-concessione table{
     max-width: 778px;
 }


 .box-atti-concessione > table > thead > tr {
     background: #bbb;
 }

 .box-atti-concessione {
    margin-bottom: 2em;
}

 .box-atti-concessione > table > thead  th {
    border: 1px solid #aaa;
    padding: 0.5em 1em;
}

.box-atti-concessione .middle-row {
    background: #ddd;
    border: 1px solid #aaa;
}


.box-atti-concessione .last-row td {
    border: 1px solid #aaa;
    padding: 0.2em 0.5em;
}*/

.align-center {
    text-align: center !important;
}
.incarichi-head{
    font-size: 15px;
}
.atti-concessione.table-primary{
    font-size: 15px;
}
.tooltip-table{
    border: none;
    background: #fff;
    color: #000;
    font-style: italic;
    margin-left: 5px;
    border-radius: 50%;
    padding: 0 10px;
    font-weight: 700;
    font-family: auto;
}