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