|
|
table {
|
|
border: solid 1px #12A89D;
|
|
}
|
|
|
|
table a {
|
|
color: #12A89D;
|
|
text-decoration: none;
|
|
font-weight: bold;
|
|
}
|
|
|
|
table > thead > tr,
|
|
table > tfoot > tr {
|
|
background-color: #d1f9e9;
|
|
}
|
|
|
|
table > thead > tr > th,
|
|
table > tfoot > tr > th,
|
|
table > tbody > tr > td {
|
|
text-align: left;
|
|
padding: 10px;
|
|
}
|