table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  font-family: arial;
  width: auto; 
  height: auto;
}
th:first-child {
    background-color: #99CCFF;
    text-align: left;
    width: 55px;
}
th:nth-child(2) {
    background-color: #99CCFF;
    text-align: left;
    width: 432px;
}
th:nth-child(3) {
    background-color: #99CCFF;
    text-align: center;
}
th:last-child {
    background-color: #99CCFF;
    text-align: center;
}
.empty {
    background-color: #99CCFF;
    border-right: 0px;
    border-left: 0px;
}
td:first-child {
    text-align: left;
    width: 55px;
}
td:nth-child(2) {
    text-align: left;
    width: 432px;
}
td:nth-child(3) {
    text-align: right;
}
td:last-child {
    text-align: right;
}