#andamento_scrutinio {
    display: flex;
    justify-content: space-evenly;
    border: 2px solid #ddd;
    padding: 10px 15px;
    font-weight: bold;	
    margin: 0px 4px;
    margni-bottom: 10px;
}
#andamento_scrutinio > * {
    flex: 1 100%;
}
#andamento_scrutinio .affluenza {
    text-align: right;
}

