@charset "utf-8";

@import url("lib/html5-reset-1.4.css");

body {
    font-family: Helvetica;
    background-color: #36393d;
}

noscript p {
    display: block;
    text-align: center;
    font-size: 20px;
    color: white;
}

section {
    display: block;
    background-color: #eeeeee;
    margin: 20px 0;
    padding: 10px;
}

h1 {
    font-size: 40px;
    margin-bottom: 10px;
}

p {
    font-size: 20px;
}

div#controls {
    margin: 10px 0;
}

div#controls button {
    opacity:.5;
    background-color:#33cc33;
    cursor:pointer;
    display:inline;
    width:8em;
    vertical-align:middle;
    margin-right: 10px;
    padding:5px;
}

div#controls button:hover {
    opacity:1;
}

div#controls button.buffer {
    background-color:inherit;
    color:#000000;
}

div#controls button.stop {
    background-color:#cc3333;
}

div#result {
    padding-top:1em;
}

div#result p:first-child {
    background-color:#ffff99;
    color:#000000;
    margin:0 0 5px;
    font-size:1.5em;
    line-height:2em;
}

div#result p {
    background-color:#33ff33;
    color:#000000;
    font-size:.8em;
}

div#result p.fail:first-child {
    background-color:#ffff99;
    color:#000000;
}

div#result p.fail {
    background-color:#ff3333;
    color:#000000;
}