2016-07-08 14:53:57 +02:00
|
|
|
body {
|
|
|
|
|
background-color: rgb(255, 255, 255);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#ffframe {
|
|
|
|
|
padding: 3em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
text {
|
|
|
|
|
display: block;
|
|
|
|
|
width: 40em;
|
|
|
|
|
text-align: left;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
img {
|
|
|
|
|
width: 40em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
li
|
|
|
|
|
{
|
|
|
|
|
padding: 0.3em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
fff img {
|
|
|
|
|
width: 40em;
|
|
|
|
|
margin-bottom: 20em;
|
|
|
|
|
}
|
|
|
|
|
|
2016-07-11 18:07:13 +02:00
|
|
|
table {
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
table .table_subject {
|
|
|
|
|
text-align: right;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
table .table_number {
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
2016-07-08 14:53:57 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|