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
305 B
27 lines
305 B
7 months ago
|
body {
|
||
|
font-family: "Trebuchet MS", Arial, sans-serif;
|
||
|
}
|
||
|
table, th, td {
|
||
|
border: 1px solid #D4E0EE;
|
||
|
border-collapse: collapse;
|
||
|
color: #555;
|
||
|
}
|
||
|
|
||
|
td, th {
|
||
|
padding: 4px;
|
||
|
}
|
||
|
|
||
|
thead {
|
||
|
text-align: center;
|
||
|
background: #E6EDF5;
|
||
|
color: #4F76A3
|
||
|
}
|
||
|
|
||
|
th {
|
||
|
text-align: left;
|
||
|
}
|
||
|
|
||
|
div {
|
||
|
padding: 10px;
|
||
|
}
|