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

span.title {
    font-size: 12px;
}
input[type=checkbox] {
    font-size: 40px;
    width: 18px;
    height: 18px;
}
