/* CSS Document */

.zindex2 {
    z-index: 2;
}
.text-sx {
    text-align: left !important;
}
.text-dx {
    text-align: right !important;
}

.cont_vendite_box.box-n2 .box {
    width: 367px;
}
.cont_vendite_box.box-n2 .box:last-child {
    border-right: 0; 
}

.cont_vendite_box.box-n2 .box .box_logo {
    display: table;
    width: calc(100% - 30px);
}
.cont_vendite_box.box-n2 .box .box_logo .col {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}


