body {
    max-width: 800px;
    margin: 0 auto;
    background-color: #101010;
    color: #e0e0e0;
    font-family: 'Roboto';
    font-size: 20px;
    text-align: center;
}

#builder {
    font-size: 20px;
}

#selector {
    font-size: 14px;
}

a {
    color: inherit;
}

input {
    font-size: inherit;
}

h2 {
    margin-top: 2em;
}

ul {
    text-align: left;
}

.small {
    font-size: 66.666%;
    color: #808080;
}

#widgets {
    margin: 0 auto;
    width: 95%;
}

#widgets input {
    width: 95%;
}

#widget-template {
    display: none;
}

.widget-controls a {
    margin: 0 0.25em;
    text-decoration: none;
    cursor: pointer;
}

.widget-add {
    color: #7fdf7f;
}

.widget-remove {
    color: #df7f7f;
}

.widget-errors p {
    margin: 0;
}

#widget-result {
    width: 95%;
}

#links a {
    display: block;
}

#source-css {
    width: 95%;
    height: 400px;
}

#selector p {
    margin: 0;
}
