* {
    margin: 0;
    padding: 0;
    border: none;
}

*:focus {
    outline: none;
}

a {
    color: rgb(63, 169, 245);
    text-decoration: none;
}

a.download-button {
    display: block;
    margin: 4px 0;
    background-color: rgb(63, 169, 245);
    border: 3px solid rgb(250, 250, 250);
    padding: 7px;
    color:rgb(250,250,250);
}

/*Thank you:http://nicolasgallagher.com/micro-clearfix-hack/*/
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

li {
    margin-left: 21px;
}

html, body {
    height: 100%;
}

body {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 18px 0;
    border-top: 4px solid rgb(63, 169, 245);

    background-color: rgb(45, 45, 45);
}

body, input, button, textarea {
    line-height: 130%;
    font-family: 'roboto slab', verdana;
    font-size: 17px;
    letter-spacing: 1px;
    color: rgb(250, 250, 250);
}

input#seconds-per-second {
    margin: 7px auto;
    display: block;
    padding: 5px;
    width: 40px;
    text-align: center;
    display: block;
    border: 2px dashed rgb(250, 250, 250);
    background-color: transparent;
}

header {
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 100%;
    padding: 0 10px;
}

body > section {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
    min-width: 1350px;

}

aside {
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 20px;
}

aside:first-child {
    max-width: 290px;
}

aside:first-child > div {
    margin: 20px 0;
}

aside:first-child

#cur-time-pace {

    background-color: rgb(63, 169, 245);
    display: table-cell;
    vertical-align: middle;
    isplay: -webkit-box;
    webkit-box-align: center;
    webkit-box-pack: center;
    width: 250px;
    height: 250px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;

    border: 3px solid rgb(250, 250, 250);
    border-radius: 100%;
    text-align: center;
}

aside:nth-child(2) {
    max-width: 368px;
}

textarea {

    background: transparent;

    resize: none;
    border: 2px dashed rgb(250, 250, 250);

}

#comments-list li, textarea {
    width: 300px;
    padding: 12px;
}

#comments-list li {
    margin: 10px 0;
    list-style-type: none;
    border: 2px solid rgb(250, 250, 250);
    white-space: normal;
}

aside:last-child {
    max-width: 550px;
}

aside:last-child pre {
    overflow: auto;
}

aside:last-child h1 {
    font-size: 25px;
    text-align: center;
}

pre {
    font-family: monospace !important;
}

.html-tag {

    color: #dc3747;
}

.html-tag:before {
    content: '<'
}

.html-tag:after {
    content: '>';
}

.html-attr {
    color: #00c200;

}

.html-attr:after {
    content: "=";
    color: #bdb76b;
}

.html-val {
    color: rgb(63, 169, 245);
}

.html-val:before, .html-val:after {
    content: '"';

}

.html-equals-sign {
    color: white;
}

section > aside:last-child ul li pre {
    display: inline;
}

section > aside:last-child pre.function-par-name {
    display: block;
    color: rgb(63, 169, 245);
}

section > aside:last-child li {
    margin-top: 5px;
    margin-bottom: 5px;
}