1/**
2 * style.css for Plugin twcheckliste
3 *
4 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
5 * @author     web@agentur-triebwerk.de
6 *
7 */
8
9#checkliste input {
10	margin: 0 5px 0 0;
11}
12
13#checkliste ol li div {
14	display: inline;
15}
16
17#checkliste ol.hideit{
18	display:none;
19}
20#checkliste ol.hideit_tmp {
21	position: absolute;
22	left: -9999px;
23	top: 0;
24}
25#checkliste h1 span {
26	display: none;
27}
28#checkliste h3 span {
29	display: none;
30}
31#checkliste h2 span {
32	display: none;
33}
34
35#checkliste h4,#checkliste .level4{
36	display:none;
37}
38#checkliste h3{
39	font-weight:normal;
40	font-size:12px;
41	margin-bottom:5px;
42	margin-left: 20px;
43}
44
45#checkliste hr {
46	border: none;
47	clear: none;
48}
49
50#checkliste .editbutton_section {
51	display: none;
52}