<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.toolbar.autotest {
    margin:-50px 0px 15px 0px;
}

.toolbar.autotest .buttons {
    margin-right:10px;
    color: #03CDA0;
    padding:5px 13px;
    background-color: #fff;
    border: 1px solid #03CDA0;
    float: right;

}

.toolbar.autotest .buttons:hover {
    color: #ffffff;
    background-color: #03CDA0;
}

a.console {
    position:absolute;
    top:5px;
    right:10px;
    font-size:25px;
    color:white;
    padding:3px 6px;
    background-color:black;
    border-radius:3px;
    box-shadow:2px 2px 5px #464646;
    z-index:999;
}

a.console.warning {
    background-color:red;
}

.test-item .move {
    cursor:move;
}

.test-item {
    font-size:11px;
    width:95%;
    padding: 3px 10px 0px 15px;
    margin:0px 10px 15px 0px;
    background-color: #fbfbfb;
    border:1px solid grey;
    border-radius:5px;
    box-shadow:2px 2px 5px #989898;
}

.test-item:hover {
    background-color:#efefef;
}

.test-item.selected {
    margin: 17px 0px 13px 2px;
    border:1px solid #389270;
    background-color: #ececec;
    box-shadow:1px 1px 1px #d0cdcd;
}

.test-item.error {
    background-color:#ffacac;
}

.test-item.success {
    background-color: #daff9a;
}

.test-item h3 {
    font-size: 15px;
    color:#525252;
    margin:5px 0px;
}

.test-item h3 a {
    text-decoration:none;
    border-bottom:1px dotted #989898;
}

.test-item p {
    color:#525252;
    margin-bottom:0px;
}

.test-item hr {
    margin:5px 0px;
    border:0.5px dotted #000000;
}

.test-item i.icon {
    font-size: 35px;
    color:#525252;
    text-align:center;
    width:35px;
    padding:5px 15px 0px 0px;
    float:left;
}

.test-item.selected i.icon {
    color: #03cda0;
}

.test-item .run-test {
    position:absolute;
    top: 8px;
    right:10px;
}

.test-item .run-test .fa {
    font-size:35px;
    color: #8b8b90;
}

.test-item .run-test .fa:hover,
.test-item.selected .run-test .fa {
    color: #03cda0;
}

.test-item .run-test .fa-circle-o-notch {
    color:#bbbbbb;
}

.test-item .run-test .fa-refresh {
    color: #03cda0;
}

.test-item .report {
    line-height:20px;
    padding: 5px 0px 5px 0px;
}

.test-item a.preview {
    font-size:12px;
    text-decoration:none;
    margin-right:15px;
}

fieldset.autotest textarea[name=params] {
    font-family:'Courier new';
    font-size:12px;
    width:700px;
    height:350px;
    white-space:pre;
}
</pre></body></html>