1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
fieldset {
padding: 0px;
}
fieldset legend {
background: #eee;
}
h3#attributeheader {
margin: 1.5em 0em 0.5em 0em;
}
table#table_with_attributes .attrname {
text-align: right;
font-weight: bold;
}
table#table_with_attributes .attrvalue {
padding-left: 1em;
margin: 0.5em 0em;
}
table#table_with_attributes tr:last-child td {
border-bottom: none;
}
table#table_with_attributes img {
border: 1px solid #777;
margin: 4px;
}
table#table_with_attributes ul {
margin: 0px;
padding-left: 1em;
}
form#consent_yes {
display: inline;
margin: 0px;
padding: 0px;
}
form#consent_no {
display: inline;
margin-left: .5em;
}
.hidden {
display: none;
}
td.td_odd {
padding: 2em;
}
|