body {
    font-family: Ubuntu, sans-serif;
    background-color: rgb(240,240,250);
}

#title {
    position: relative;
    max-width: 900px;
    margin: auto;
    min-height: 100px;
}

h1.project-name {
    display: inline-block;
    font-weight: normal;
    font-size: 1.8em;
    text-align: center;
    margin-top: 45px;
}

h1.project-name a:link,
h1.project-name a:visited {
    color: rgb(20,30,60);
    text-decoration: none;
}

h1.project-name a:hover {
    color: rgb(50,100,150);
    text-decoration: underline;
}

#project-title {
    position: absolute;
    right: 0px;
    top: -10px;
    width: 480px;
    text-align: center;
}

#home-link {
    position: absolute;
    right: 70px;
    top: 13px;
}

#home-link a:link, #home-link a:visited {
    text-decoration: none;
}

#home-link a:hover {
    text-decoration: underline;
}

#browsers-container {
    max-width: 900px;
    height: 55px;
    margin: auto;
    margin-top: -30px;
    position: relative;
}

#browsers {
    position: absolute;
    right: 15px;
    top: 0px;
    width: 430px;
    text-align: center;
    padding: 5px;
}

#browsers img.browser {
    width: 30px;
    margin-left: 20px;
}

#jobs {
    max-width: 900px;
    margin: auto;
}

.badge-container {
    display: table-cell;
    vertical-align: middle;
    width: 382px;
    height: 113px;
    text-align: center;
    margin-bottom: 1em;
}

.job {
    background-color: rgb(210,195,220);
    color: rgb(20,30,60);
    padding: 4px;
    margin-bottom: 2px;
    padding: 10px;
    border-radius: 5px;
}

.job .message {
    word-wrap: break-word;
    max-height: 100px;
    margin-bottom: 40px;
    overflow-y: hidden;
}

.job .bundle {
    background-color: rgb(60,30,25);
    color: rgb(240,220,210);
    overflow-x: auto;
    padding: 10px;
    border-radius: 5px;
    margin-top: 5px;
    white-space: pre;
    display: none;
}

.job .bundle.error {
    display: block;
}

.job .bundle-toggle {
    position: absolute;
    bottom: 4px;
    left: 4px;
    width: 150px;
    padding: 3px;
    border-radius: 3px;
    border-style: solid;
    cursor: pointer;
    
    background-color: rgb(230,215,250);
    color: rgb(130,95,140);
    border-color: rgb(130,95,140);
}

.job .bundle-toggle:hover {
    background-color: rgb(150,105,160);
    color: rgb(230,215,250);
    border-color: rgb(230,215,250);
}

.job .browsers {
    position: relative;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    display: inline-block;
    vertical-align: top;
    width: 430px;
    padding: 2px;
    padding-left: 4px;
}

.job .hash-time {
    position: relative;
    min-height: 110px;
    display: inline-block;
    vertical-align: middle;
    width: 440px;
    font-size: 0.9em;
}

.job .time {
    color: rgb(110,30,70);
}

.job .browser {
    display: inline-block;
    vertical-align: top;
    width: 50px;
    text-align: center;
    background-color: rgb(170,145,185);
    padding-bottom: 2px;
    min-height: 0.5em;
}

.job .browser .version {
    background-color: rgb(230,215,250);
    margin-top: 2px;
    margin-left: 2px;
    margin-right: 2px;
    padding: 2px;
    white-space: nowrap;
    cursor: pointer;
    font-size: 0.9em;
    height: 1.3em;
}

.job .browser .version.fill {
    background-color: transparent;
}

.job .browser .version.pass {
    color: rgb(40,150,40);
}

.job .browser .version.pass:hover {
    background-color: rgb(127,255,127);
}

.job .browser .version.active.pass,
.job .browser .version.active.pass:hover {
    color: rgb(127,255,127);
    background-color: rgb(95,150,80);
}

.job .browser .version.active.fail,
.job .browser .version.active.fail:hover {
    color: rgb(255,187,187);
    background-color: rgb(185,20,20);
}


.job .browser .version.empty {
    background-color: rgb(147,127,167);
    color: rgb(210,195,220);
    cursor: default;
}

.job .browser .version.fail {
    color: rgb(255,40,40);
}

.job .browser .version.fail:hover {
    background-color: rgb(255,167,167);
}

.job .browser .version.timeout {
    background-color: rgb(192,192,192);
}

.browser-names {
    width: 750px;
    padding-right: 50px;
    text-align: right;
}

.browser-names .name {
    display: inline-block;
    color: rgb(150,150,150);
    width: 40px;
    margin-left: 20px;
    font-size: 12px;
    text-align: center;
}

.record {
    background-color: rgb(200,200,200);
}

.output {
    background-color: rgb(20,40,25);
    display: none;
    border-radius: 5px;
    margin-top: 4px;
    padding: 3px;
}

.output.show {
    display: block;
}

.output .title {
    background-color: rgb(200,255,127);
    color: rgb(20,40,25);
    padding: 5px;
    padding-left: 10px;
    border-radius: 3px;
    margin-bottom: 3px;
    position: relative;
}

.output .data {
    color: rgb(210,255,200);
    font-family: monospace;
    overflow-x: auto;
    white-space: pre;
    padding: 10px;
}

.output .buttons {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 400px;
    text-align: right;
}

.output .buttons .button {
    cursor: pointer;
    background-color: rgb(255,150,127);
    color: rgb(80,25,20);
    padding: 5px;
    display: inline-block;
    margin-right: 4px;
}

.output .debug a:link,
.output .debug a:visited {
    color: rgb(80,25,20);
}
