* {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

html, body {
    margin: 0.5em 0.7em;
    padding: 0;
    min-height: 100%;
    font-size: 120%;
    background-color: #111;
    font-family: Consolas !important;
    color: #DADADA;
}

@media only screen and (min-width: 1024px) {
    html, body {
        font-size: 100%;
    }
}
@media only screen and (min-width: 1280px) {
    html, body {
        font-size: 110%;
    }
}


body {
    display: none;
}

::-webkit-scrollbar {
    height: 12px;
    width: 12px;
    background: #111;
}

::-webkit-scrollbar-thumb {
    background: #222;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

::-webkit-scrollbar-corner {
    background: #111;
}

.stats .result {
    display: inline-block;
    margin-right: 0.7em;
    font-size: 1.5em;
    font-weight: bold;
}

.stats .result.success {
    color: #3c3;
}

.stats .result.error {
    color: #c33;
}

.stats .stat {
    display: inline-block;
    margin-right: 0.6em;
    color: #BABABA;
}

ul {
    list-style-type: none;
    padding-left: 10px;
}

ul.results {
    padding-left: 0;
}

ul.results li {
    font-size: 1.3em;
    min-height: 1.7em;
    line-height: 1.7em;
}

ul.results ul li {
    font-size: 1em;
    min-height: 1.5em;
    line-height: 1.5em;
}

ul.results ul li.context {
    font-size: 1.15em;
    color: #888;
}

ul.results.collapse li.context + ul {
    display: none;
}

ul.results.collapse li.context.error + ul {
    display: block;
}

li.test {
    font-size: 1em;
    color: #BABABA;
}

li.test.error,
li.test.failure {
    min-height: 1.5em;
    line-height: 1.5em;
    margin: 0.5em 0;
    font-size: 1.2em;
    color: #BABABA;
}

li.context:after,
ul.results.collapse li.context.error:after{
    color: #BABABA;
    content: '>';
    padding-left: 0.5em;
}

ul.results.collapse li.context:after {
    content: '';
    padding-left: 0;
}

li.test.success:before {
    color: #3c3;
    content: "✓";
    padding-right: 0.5em;
}

ul.results.collapse li.context:after {
    color: #3c3;
    content: "✓";
    padding-left: 0.5em;
}

ul.results.collapse li.context.error:before {
    content: '';
    padding-right: 0;
}

li.test.error:before,
li.test.failure:before {
    color: #c33;
    content: "✖";
    padding-right: 0.5em;
}

li.test.error:before,
li.test.failure:before {
    padding-right: 0.5em;
}

.error-message {
    color: #c33;
    padding-left: 0.5em;
}

.stack {
    font-size: 0.75em;
    line-height: 1.25em;
}

.stack .lineNumber,
.stack .file {
    font-size: 1.15em;
    font-weight: bold;
    color: #FFF;
}

select {
    position: absolute;
    right: 0.5em;
    top: 0.7em;
}

h1.error:before {
    content: '!';
    color: #c33;
    font-weight: bold;
    font-size: 2em;
    padding-right: 0.25em;
}
h1.error {
    font-size: 1em;
    position: absolute;
    top: 25%;
    width: 75%;
    margin: auto;
    display: inline-block;
    left: 0;
    right: 0;
    white-space: nowrap;
}