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.

27 lines
418 B

4 weeks ago
.data {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
width: 90%;
border-collapse: collapse;
}
.data td,
.data th {
font-size: 1em;
border: 1px solid 369;
padding: 3px 7px 2px 7px;
}
.data th {
font-size: 1.1em;
text-align: left;
padding-top: 5px;
padding-bottom: 4px;
background-color: #369;
color: #ffffff;
}
.data tr.alt td {
color: #000000;
background-color: #EAF2D3;
}