.totetable th {
  	width: 40%;
    background-color: #cccccc;
    empty-cells: show;
    padding: 7px 12px;
    text-align: center;
    vertical-align: middle;
}
.totetable td {
  	width: 60%;
    background-color: #ffffff;
    empty-cells: show;
    padding: 7px 12px;
    text-align: center;
    vertical-align: middle;
}