
.wlc-output ul {
        margin: 0;
        margin-left:20px;
        padding: 0;
}

.odt-tool-output .output {
        margin-top: 20px;
}

.odt-tool-output #ok-none-so-far-text,
.odt-tool-output #broken-none-so-far-text{
        margin-top: 15px;
        font-weight: bold;
        font-size: 120%;
}

.odt-tool-output span.redirect-info {
        cursor: pointer;
}

.odt-tool-output .link {
        display: inline-block;
        width: 65px;
        text-align: left;
        padding: 0;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: bold;
}

.odt-tool-output #links {
        width: 100%;
        table-layout:fixed;
}

.odt-tool-output #links td {
        vertical-align: top;
        border: 1px solid lightgray;
        padding: 2px;
        padding-left: 5px;
}

.odt-tool-output .link-ok {
        color: #78b814;
}

.odt-tool-output .link-error {
        color: #b83314;
}

.odt-tool-output .link-external {
        color: #cfd12b;
}

.odt-tool-output #links-heading {
        color: #963E27;
        font-weight: bold;
        font-size: 120%;
}

.odt-tool-output .links-list {
        margin-top:0px;
}

.odt-tool-output .links-list .entry {
        vertical-align: middle;
        border-left: solid 2px white;
        position: relative;
}

.odt-tool-output .links-list .entry-icons {
        position: absolute;
        display:inline-block;
        width: 20px;
        top: 7px;
        left: 3px;
}

.odt-tool-output .links-list .entry .details {
        position: absolute;
        right: 5px;
        top: 25%;
}

.odt-tool-output .links-list .entry-icons img {
        cursor: pointer;
}

.odt-tool-output .links-list .entry-title {
        padding: 5px;
        margin-left: 20px;
        font-weight: bold;
        font-size: 120%;

        position: relative;
}

.odt-tool-output .links-list .expandable .entry-title {
	cursor: pointer;
}

.odt-tool-output .links-list .entry-content {
        padding: 5px;
        border-top: solid 1px #DDD;
        display: none;
}

.odt-tool-output .links-list .expanded {
        border-left: solid 2px #4D90F0;
}

.odt-tool-output .links-list .expanded {
        background: #EEE;
}

.odt-tool-output .links-list .expanded .entry-content {
        display: block;
        background: white;
}

.odt-tool-output .links-list hr {
        margin: 0;
}

.odt-tool-output #ok-links-wrapper {
        margin-top: 25px;
}

#msg-url {
        font-size: 20px;
        position: relative;
        top: 5px;
}

#msg-close {
        float:right;
        font-weight: bold;
        font-size: 25px;
        margin-right: 2px;
}

#source-editor-lines-anchors {
        width: 900px;
}

.CodeMirror {
        overflow-y: auto;
        overflow-x: scroll;
        width: 900px;
}

.CodeMirror .highlightedLine {
        background: yellow !important;
}

.CodeMirror .highlightedText-red {
        background: red !important;
        color: white !important;
}

.CodeMirror .highlightedText-green {
        background: green !important;
        color: white !important;
}
