2012-04-04 04:27:50 +02:00
|
|
|
h3 {
|
|
|
|
font-family: Arial, sans-serif;
|
|
|
|
}
|
2012-04-04 03:46:04 +02:00
|
|
|
table {
|
|
|
|
border-collapse: collapse;
|
|
|
|
font-family: Arial, sans-serif;
|
|
|
|
color: #333;
|
|
|
|
font-size: 12pt;
|
|
|
|
tr{
|
2016-01-06 00:34:58 +01:00
|
|
|
|
2012-04-04 03:46:04 +02:00
|
|
|
}
|
|
|
|
th{
|
|
|
|
border-bottom: 2px solid #333;
|
2016-01-06 00:34:58 +01:00
|
|
|
padding: 5px 10px;
|
2012-04-04 03:46:04 +02:00
|
|
|
font-weight: bold;
|
|
|
|
text-align: left;
|
|
|
|
&:first-child{
|
2016-01-06 00:34:58 +01:00
|
|
|
padding-left: 0px;
|
2012-04-04 03:46:04 +02:00
|
|
|
}
|
2016-01-06 00:34:58 +01:00
|
|
|
|
2012-04-04 03:46:04 +02:00
|
|
|
}
|
|
|
|
td{
|
|
|
|
border-top: 1px solid #aaa;
|
|
|
|
border-bottom: 1px solid #aaa;
|
|
|
|
text-align: left;
|
|
|
|
padding: 5px 10px;
|
|
|
|
&:first-child{
|
2016-01-06 00:34:58 +01:00
|
|
|
padding-left: 0px;
|
|
|
|
}
|
2012-04-04 03:46:04 +02:00
|
|
|
}
|
2016-01-06 00:34:58 +01:00
|
|
|
}
|