16 lines
164 B
CSS
16 lines
164 B
CSS
td {
|
|
padding: 8px;
|
|
}
|
|
|
|
.strengthTable{
|
|
width: 100%;
|
|
}
|
|
|
|
.strengthTable td:nth-child(2){
|
|
text-align: right;
|
|
}
|
|
|
|
.summaryTable td:nth-child(3){
|
|
text-align: right;
|
|
}
|