You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
443 B
30 lines
443 B
.tablecontainer { |
|
padding: 3 3 3 3; |
|
border-width: 1px; |
|
border-style: solid; |
|
border-color: #000000; |
|
border-collapse: separate; |
|
} |
|
|
|
.tablecontainer th { |
|
text-align: left; |
|
} |
|
|
|
.tablecontainer tr { |
|
padding: 3 3 3 3; |
|
border-width: 1px; |
|
border-style: solid; |
|
border-color: #000000; |
|
} |
|
|
|
.tablecontainer tr td { |
|
padding: 3 3 3 3; |
|
border-width: 1px; |
|
border-style: solid; |
|
border-color: #000000; |
|
} |
|
|
|
.alternate { |
|
background-color: #EEEEEE; |
|
} |
|
|
|
|