1/* plugin:mantisreporter */
2.mantisreporter {
3    background-color: #EDEDED;
4    color: #808080;
5}
6
7.mantisreporter td {
8    margin-right: 10px;
9}
10.mantisreporter select {
11    width: 200px;
12}
13.mantisreporter .summary {
14    width: 632px;
15}
16
17.mantisreporter  textarea {
18    width: 632px;
19}
20
21.mantisreporter .prognose-td {
22    text-align: right;
23}
24
25.mantisreporter .submit {
26    text-align: right;
27}
28
29.mantisreporter .prognose-input {
30    width: 36px;
31}
32
33