table#computedTable tr td:not(:nth-child(1)){
    text-align: right;
    width: 20%;
}

table#computedTable th{
    text-align: center;
}

