1.boxed {
2    display:inline-block;
3    border: 1px solid red;
4    background: pink;
5    padding: 5px;
6    margin:3px;
7}
8
9.wrap_maxtabelle table{width:100%;}
10
11.wrap_formular table, .wrap_formular td, .wrap_formular tr, .wrap_formular tbody{
12	border:none;
13	background:none;
14	border-color:white;
15}
16
17.wrap_formular2 table td, .wrap_formular2 table tr,.wrap_formular2 table {
18	border-bottom:1px solid red;
19	border-top:0px;
20	border-left:0px;
21	border-right:0px;
22}
23
24.wrap_platz table td {
25	padding-top:12px;
26	padding-bottom:12px;
27}
28
29.wrap_bigtext {font-size:115%;}
30
31.wrap_smalltext {font-size:90%;}
32
33.pdftools_print_area {
34    position:fixed;
35    bottom:50px;
36    right:-375px;
37    background:#f6f6f6;
38    width:375px;
39    transition: right 0.2s ease-in-out;
40    z-index:1;
41    border-top:1px solid black;
42    border-bottom:1px solid black;
43}
44
45.pdftools_print_area:hover {
46    right:0px;
47}
48
49.pdftools_templates {
50    padding: 10px 5px 0px 15px;
51    text-align:right;
52}
53
54.pdftools_templates hr{
55    margin-top:4px;
56    margin-bottom:4px;
57}
58
59.pdftools_print_icon {
60    overflow:hidden;
61    width:80px;
62    right:375px;
63    bottom:0px;
64    position:absolute;
65    border-radius:10% 0 0 10%;
66	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
67    z-index:1;
68    background:white;
69}
70
71.pdftools_print_icon img {
72    width:60px;
73    padding:10px;
74}
75
76.pdftools_printButton {
77    box-shadow: inset 0 1px 0 0 #e1e5e9;
78    background: linear-gradient(to bottom,#a7b4b9 5%,#555e64 100%);
79    background-color: rgba(0, 0, 0, 0);
80    border: 1px solid #124d77;
81    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a7b4b9', endColorstr='#555e64',GradientType=0);
82    background-color: #007dc1;
83    border-radius: 3px;
84    border: 1px solid #949ba1;
85    display: inline-block;
86    cursor: pointer;
87    font-family: Arial;
88    font-size: 13px;
89    padding: 6px 24px;
90    text-decoration: none;
91    text-shadow: 0px 1px 0px #154682;
92    margin: 6px 15px 6px 7px;
93    min-width: 60px;
94    text-align: center;
95}
96
97.pdftools_printButton2 {
98    box-shadow: inset 0px 1px 0px 0px #54a3f7;
99    background: linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
100    background-color: rgba(0, 0, 0, 0);
101    border: 1px solid #124d77;
102    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
103    background-color: #007dc1;
104    border-radius: 3px;
105    display: inline-block;
106    cursor: pointer;
107    font-family: Arial;
108    font-size: 17px;
109    font-weight:600;
110    padding: 6px 24px;
111    text-decoration: none;
112    text-shadow: 0px 1px 0px #154682;
113    margin: 6px 15px 6px 7px;
114    min-width: 80px;
115    text-align: center;
116}