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.
 
 
 

22 lines
306 B

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;
}