table.rounded-borders th, 
table.rounded-borders td {
    text-align: center;
}

table.rounded-borders.right-align th {
    width: 30%;
    text-align: end;
}
table.rounded-borders.right-align td {
    text-align: start;
}
