15 lines
194 B
CSS
15 lines
194 B
CSS
table {
|
|
border-top: solid 1px #000;
|
|
border-left: solid 1px #000;
|
|
}
|
|
|
|
th, td {
|
|
border-bottom: solid 1px #000;
|
|
border-right: solid 1px #000;
|
|
padding: 2px 1ex;
|
|
}
|
|
|
|
.amnt {
|
|
text-align: right;
|
|
}
|