body {
    font-family: 'Calibri Light', sans-serif;
    background: #333;
    color: #eee;
    padding-top: 2em;
    text-shadow: 1px 1px #000;
}

/*
 * Section headers
 */

header {
    font-size: 14px;
    border-bottom: 1px solid rgba(255,255,255,.2);
    margin-bottom: .3em;
    margin-top: 1.3em;
}

h3 {
    font-size: 12px;
    margin: .1em;
}

/*
 * Summary
 */

footer {
    color: #eee;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
}

.success {
    background: #4f3;
    padding: .5em 1em;
    display: block;
    box-shadow: 0 3px 5px rgba(55,255,55,.5);
}

.failure {
    background: #f43;
    padding: .5em 1em;
    display: block;
    box-shadow: 0 3px 5px rgba(255,55,55,.5);
}

/*
 * Warnings
 */

.skipped {
    right: 1em;
    top: .5em;
    color: yellow;
    position: absolute;
    font-weight: normal;
    font-size: .8em;
    padding: .3em .2em .1em;
    border-bottom: 1px solid yellow;
    text-shadow: none;
}

.warn {
    color: yellow;
    font-size: 10px;
    font-weight: normal;
    font-family: Consolas;
    padding: .3em;
}

.warn-file {
    color: cyan;
}

/*
 * Diff
 */

.diff {
    padding: 1em;
    font-size: 10px;
    background: #222;
    color: #eee;
    border-radius: 3px;
}

.diff-files {
    color: #bbb;
}

.line-added     { color: rgb(84, 204, 84);  }
.line-removed   { color: rgb(212, 94, 103); }