.exerciseTable {
    margin:auto;
}

.exerciseTable td {
    font-size: 36px;
    width: 34px;
    height: 50px;
    /*
    background-color: aqua;
    border:1px solid black;
    */
    line-height: 0px;
}

.topBorder {
    border-top: solid black 1px;

}

.rightBorder {
    border-right: solid black 1px;

}

.bigInput{
    width: 34px;
    height: 50px;
    text-align: center;
}
.smallInput{
    width: 30px;
    height: 30px;
    font-size: 20px;
    text-align: center;
}