.one {
    display: table-cell;
    width: 40px;
}
.two {
    display: table-cell;
    width: 600px;
    height: 50px;
}
.three, .four, .five, .six, .seven, .eight, .nine {
    display: table-cell;
    width: 20px; 
    text-align:center;
    vertical-align: middle;
    padding: 0px;
}

span.title {
    font-size: 12px;
}

p.uitleg {
    font-size: 14px;
}