#output table{
    border-collapse: collapse;
    
}
#output td, #output th{
    width: 20px;
    height: 20px;
    text-align: center;
    vertical-align: middle;
    padding: 0;
}

#output td:nth-of-type(2) {
    font-weight: unset;
    color: unset;
}