1
2div#plugin__qc__wrapper {
3    background-color: transparent;
4    border: none;
5    width: auto;
6}
7
8div#plugin__qc__out {
9    font-size: 13px;
10    line-height: 1.2em;
11    margin-top: 10px;
12    padding-top: 10px;
13    border-top: 1px solid __bg_all__;
14}
15
16div#plugin__qc__out h1 {
17    font-size: 18px;
18    font-weight: bold;
19    margin-bottom:0.5em;
20}
21
22div#plugin__qc__out h2{
23    font-size: 13px;
24}
25div#plugin__qc__out h2,
26div#plugin__qc__out h3 {
27    margin-top: 1em;
28}
29
30div#plugin__qc__out h3 {
31    font-weight: bold;
32    margin-bottom: 0.5em;
33}
34
35div#plugin__qc__out div,
36div#plugin__qc__out p {
37    margin-left: 0;
38}
39
40div#plugin__qc__out img {
41    margin-left: 5px;
42}
43