2020-11-02 15:16:12 +00:00
|
|
|
html {
|
|
|
|
color: rgb(0,0,0);
|
|
|
|
font-family: 'Lucida Grande', Sans-serif;
|
|
|
|
text-align: left;
|
2012-08-12 12:11:33 +00:00
|
|
|
}
|
2020-11-02 15:16:12 +00:00
|
|
|
|
|
|
|
th {
|
|
|
|
color: rgb(50,50,50);
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: left;
|
2012-08-12 12:11:33 +00:00
|
|
|
}
|
2020-11-02 15:16:12 +00:00
|
|
|
|
|
|
|
td {
|
|
|
|
color: rgb(80,80,80);
|
|
|
|
text-align: left;
|
2012-08-12 12:11:33 +00:00
|
|
|
}
|
2020-11-02 15:16:12 +00:00
|
|
|
|
|
|
|
img.icon {
|
|
|
|
margin-right: 8px;
|
|
|
|
vertical-align: text-bottom;
|
2012-08-12 12:11:33 +00:00
|
|
|
}
|