
.odt-tool-output .final-summary {
    font-size: 130%;
    font-weight: bold;
    color: #000000;
}


.odt-tool-output .wait {
    font-size: 130%;
    font-weight: bold;
    color: #666;
}


.odt-tool-output .module-expanded::before {
    background: rgba(0, 0, 0, 0) url("/css/icons/arrow-bottom.gif") no-repeat scroll center center;
    content: "";
    display: inline-block;
    height: 10px;
    margin-right: 1px;
    width: 7px;
}
.odt-tool-output .module-expanded {
    cursor: pointer;
}

.odt-tool-output .module-collapsed::before {
    background: rgba(0, 0, 0, 0) url("/css/icons/arrow-right.gif") no-repeat scroll center center;
    content: "";
    display: inline-block;
    height: 10px;
    margin-right: 1px;
    width: 7px;
}
.odt-tool-output .module-collapsed {
    cursor: pointer;
}

.odt-tool-output .summary {
    font-weight: bold;
    font-size: 110%;
    margin-bottom: 4px;
}

.odt-tool-output .report-module-name {
    font-weight: bold;
    font-size: 140%;
}

.odt-tool-output .report-module-name a {
    color: #444444;
    text-decoration: none;
}

.odt-tool-output .max-level-INFO::before {
    background: rgba(0, 0, 0, 0) url("/css/modules/Tools/DnsChecker/dc-info.png") no-repeat scroll center center;
    content: "";
    display: inline-block;
    height: 16px;
    margin-left: 8px;
    margin-right: 8px;
    width: 16px;
    margin-bottom: -2px;
}

.odt-tool-output .max-level-NOTICE::before {
    background: rgba(0, 0, 0, 0) url("/css/modules/Tools/DnsChecker/dc-notice.png") no-repeat scroll center center;
    content: "";
    display: inline-block;
    height: 16px;
    margin-left: 8px;
    margin-right: 8px;
    width: 16px;
    margin-bottom: -2px;
}

.odt-tool-output .max-level-WARNING::before {
    background: rgba(0, 0, 0, 0) url("/css/modules/Tools/DnsChecker/dc-warning.png") no-repeat scroll center center;
    content: "";
    display: inline-block;
    height: 16px;
    margin-left: 8px;
    margin-right: 8px;
    width: 16px;
    margin-bottom: -2px;
}

.odt-tool-output .max-level-ERROR::before {
    background: rgba(0, 0, 0, 0) url("/css/modules/Tools/DnsChecker/dc-error.png") no-repeat scroll center center;
    content: "";
    display: inline-block;
    height: 16px;
    margin-left: 8px;
    margin-right: 8px;
    width: 16px;
    margin-bottom: -2px;
}

.odt-tool-output .max-level-CRITICAL::before {
    background: rgba(0, 0, 0, 0) url("/css/modules/Tools/DnsChecker/dc-critical.png") no-repeat scroll center center;
    content: "";
    display: inline-block;
    height: 16px;
    margin-left: 8px;
    margin-right: 8px;
    width: 16px;
    margin-bottom: -2px;
}

.messages-list-none {
    list-style: none;
    margin-left: 10px;
    margin-bottom: 10px;
}

.messages-list {
    margin-left: 10px;
    margin-bottom: 10px;
}

.message-item {
    font-size: 115%;
    margin-bottom: 3px;
}

.level-INFO {
}

.level-NOTICE {
    font-weight: bold;
}

.level-WARNING {
    color: darkorange;
    font-weight: bold;
}

.level-ERROR {
    color: red;
    font-weight: bold;
}

.level-CRITICAL {
    color: darkred;
    font-weight: bold;
}

.doc-image {
    margin-right: 4px;
    margin-bottom: -2px;
}

.doc-list {
    margin-left: 30px;
}