/* your styles go here */
#countertable td{
    border-right: 2px solid;
    text-align: center;
    padding: 0px 5px 0px 5px;
    border-color: red;
}

#countertable td.first{
    border-left: 2px solid;
    border-color: red;
}