body {
    line-height: 1.7;
    margin: 1em;
    font-family: 'Roboto';
    background-color:#f7f7f7;
}

.holder {
    max-width: 728px;
    margin: 0 auto;
    padding: 3em 0 4.2em;
    border-bottom: 1px dotted #ddd;
}

.holder-top {
    padding-top: 0;
}

.holder-clean {
    border-bottom: 0;
    padding-bottom: 0;
}

.notification {
    background: #edffed;
    padding: .6em 1em;
    border: 1px solid #cddfcd;
}

.notification--highlight {
    background: #ffd;
    border-color: #eec;
}


hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
    height: auto;
}


/**
 * Links
 */

a {
    text-decoration: underline;
    cursor: pointer;
    color: #0089ec;
}
a:focus {
    outline: 2px dotted #000;
}

.link-inherit {
    color: inherit;
    text-decoration: none;
}


.link-anchor {
    position: absolute;
    margin-left: -28px;
    font-weight: bold;
    text-decoration: none;
    color: #444;
}

.link-anchor:hover {
    color: #0089ec;
}

h1 .link-anchor {
    font-size: .6em;
    margin-top: 16px;
}




body {
    font-weight: 100;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 100;
    line-height: 1.25;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
p:first-child {
    margin-top: .33em;
}

h1 {
    line-height: 1.5;
    font-size: 2.5em;
}


.underline-highlight {
    border-bottom: 4px solid #0089ec;
}

h3 .underline-highlight {
    border-bottom-width: 3px;
    padding-bottom: 1px;
}


fieldset {
    position: relative;
    border: 0;
    margin: 0 0 2.4em;
    padding: 0;
}

pre,
code {
    font-family: 'Monaco', 'Consolas', 'Liberation Mono', monospace;
    padding: 1px 3px;
    border: 1px solid #e9ebeb;
    background-color: #f5f8f8;
    font-size: .9em;

    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}

pre {
    overflow-x: auto;
    padding: 1em;
    font-size: 1em;
}

pre > code {
    display: table;
    line-height: 1.5;
    border: 0;
    background: none;
    padding: 0 4.2em 0 0;
}

.demo{
    height: 30px;
}

.demo > div > *{
    display: inline-block;
    line-height: 30px;
    vertical-align: middle;
}

.colors{

}

.colors span{
    display: inline-block;
    margin-right: 10px;
    height: 16px;
    width: 16px;
    border-radius: 16px;
    background: #4095D7;
    cursor: pointer;
}

span.orange{
    background-color: #ff7700;
}

span.green{
    background-color: #5ba525;
}

span.yellow{
    background-color: #ffcc33;
}

span.red{
    background-color: #ec6231;
}



.result{
    margin: 0 20px;
    font-size: 16px;
}

.button{
    width: 100%;
    position: relative;
    display: inline-block;
    margin: 0;
    font-weight: bold;
    font-size: 16px;
    line-height: 28px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    vertical-align: top;
    cursor: pointer;
    background-color: #F8F8F8;
    background-image: -webkit-linear-gradient(top, #F8F8F8 0, #D4D4D4 100%);
    background-image: linear-gradient(to bottom, #F8F8F8 0, #D4D4D4 100%);
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 2px;
    padding: 7px 0;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, .4), 0 1px 2px rgba(0, 0, 0, .05);
    text-decoration: none;
}

.list-inline {
    margin: 2em 0;
    padding: 0;
    list-style: none;
}
.list-inline > li {
    margin-right: .5em;
    float: left;
}

.button-pill {
    text-decoration: none;
    background: #aaa;
    color: #fff;
    font-size: .75em;
    padding: 3px 6px 2px;

    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}
.button-pill:hover {
    background: #0089ec;
}


.input-clear {
    width: 2em;
    height: 2em;
    line-height: 2em;
    background: #ccc;
    color: #fff;
    text-align: center;
    position: absolute;
    top: .75em;
    right: .75em;
    display: inline-block;
    text-decoration: none;

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}

.input-clear:hover {
    background: #666;
}


.peace {
    position: relative;
    display: inline-block;
    background: red;
    width: 0;
    left: .66em;
    top: .66em;
}
.peace:after {
    content: "\270C";
    font-size: 4em;
    color: #e5e5e5;
}



.string {
    color: #68c244;
}

.selector,
.function,
.method {
    color: #0069bc;
}

.comment,
.comment a {
    /*color: #8e69c9;*/
    color: #0089ec;
    font-style: italic;
}

.constant {
    color: #d40;
}

.tag-name,
.attribute {
    color: #c50;
}

.keyword {
    color: #b90690;
}

.rainbow,
.operator {
    color: #585856;
}


.dimmed,
a.dimmed {
    color: #999;
}

.warning {
    color: #e20;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    text-align: center;
}




.clear:before,
.clear:after {
    content: " ";
    display: table;
}

.clear:after {
    clear: both;
}
