ul {
    color:#bbb;
}
#nextBadge {
    font-size:40px;
    margin:30px 20%;
    padding:20px;
    background-color: #222;
    color: #555;
    white-space: nowrap;
}
#subnav {
    padding:10px;
    background-color: #ddd;
    font-size:20px;
    color:#666;
}
.demo {
    width:60% !important;
    max-width:1073px !important;
    margin-bottom:20px;
}
.step {
    padding:12px;
    background-color: #eee;
    color:#333;
    text-align: left;
    font-size:.8em;
    margin-bottom:30px;
}
.info:last-child {
    margin-bottom:0px !important;
}
section {
    max-width:1400px !important;
}
.info {   
    background-color:#123 !important;
}
.step a {
    background-color: #acd241;
    color:white;
}
.answer {
    font-size:.7em;
    color:#769718 !important;
    background-color: white !important;
    padding-bottom:2px !important;
    text-decoration:underline !important;

}
.answer:hover {
    color:#e472c4 !important;
}
.step em {
    color:#35b5a6;
    /* font-weight:bold; */
}
.ans {
    display:none;
}
.mor {
    display:none;
    background-color: #50c4b7;
    margin-top:12px;
}
.moreTitle {
    font-size:.9em;
    padding:5px 5px 8px 14px;
    text-transform: uppercase;
    margin-bottom:8px;
    background-color: rgba(0,0,0,.25);
    color:#fff;
}
.moreContent {
    padding:5px 20px 10px 20px;
}
.mor a {
    display:inline-block;
    background-color: rgba(0,0,0,.15);
    /*background-color: rgba(255,255,255,.1);*/
    color:#fff;
    padding:3px 20px 3px 15px;
    margin-bottom:5px !important;
}
.step img {
    width:100% !important;
    max-width:1439px !important;
    margin-top:14px;
}

.badge {
    margin-top:20px;
    width:150px !important;
}
.background {
    margin:10px 0px;
    background-color: #ddd;
    border-top:2px dashed #aaa;
    border-bottom:2px dashed #aaa;
    padding:10px;
}

.badgesReview {
    display:inline-block;
    padding:10px 20px;
    margin:10px;
    margin-bottom:10px;
    color:white;
    font-size: 1.2em;
    font-style: italic;
}
.badgeIcon {
    width:12%;
}

#friendsBox {
    display:none;
    z-index:20;
    position:fixed;
    top:100px;
    padding:2em .1em 1.7em .1em;
    font-size:.9em;
    margin:0px 20%;
    border:3px solid #ccc; text-align:center;
    width:60%; background-color:#111; color:#333;
    -webkit-box-shadow: 6px 6px 6px rgba(0,0,0,0.17);
    -moz-box-shadow: 6px 6px 6px rgba(0,0,0,0.17);
    box-shadow: 6px 6px 6px rgba(0,0,0,0.17);
    overflow:hidden;
}

#friendsBox {
    top:40px;
    padding:1.5em .1em 2em .1em;
    font-size:1.3em;
    text-align:center;
}
#friendsBox a {
    display:block;
    color:#DDD;
    letter-spacing:.25em;
    padding:.5em;
    margin:.3em auto;
    background-color: #444;
    width:80%;
    text-decoration: none;
    text-align: center;
}

#friendsBox a:hover {
    background-color: #666;
}

#friendsHeart {
    margin:0px 0px -.25em -.5em;
    padding:0px;
    width:7em;
}

#friendsClose {
    text-align: center;
    color:#333; padding:.5em;
    display:inline-block;
    /*margin:0px 9% .8em .7em;*/
    background-color:#e472c4;
    width:6em; cursor:pointer;
    font-size:.9em;
    position:absolute;
    right:-.5em; bottom:0px;
}
.reference {
    background-color: #d1a170 !important;
    color:white !important;
    font-size:.8em;
    padding:5px 4px 2px 3px !important;
}

#friendsTop {
    margin:0px;
    position:relative;
    display:inline-block;
    text-align: left;
    width:80%;
    margin-bottom:1em;
}
#copyTemplate {
    border:thin solid #333;
    color:#333; padding:.7em;
    display:inline-block; margin:0px .7em;
    background-color:#50c4b7;
    width:7em; cursor:pointer;
    font-size:.95em;
}
#copyTemplate:hover {
    background-color: #e472c4;
}
/* desert scheme ported from vim to google prettify */
pre.prettyprint {
    background-color:#111;
    padding:20px;
    padding-top:30px;
    margin-top:6px;
    display: block;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border:none !important;
}
pre .nocode { background-color: none; color: #000 }
pre .str { color: #ffa0a0 } /* string  - pink */
pre .kwd { color: #f0e68c; font-weight: bold }
pre .com { color: #87ceeb } /* comment - skyblue */
pre .typ { color: #98fb98 } /* type    - lightgreen */
pre .lit { color: #FC9; } /* peach #cd5c5c }*/ /* literal - darkred */
pre .pun { color: #fff }    /* punctuation */
pre .pln { color: #fff }    /* plaintext */
pre .tag { color: #f0e68c; font-weight: bold } /* html/xml tag    - lightyellow */
pre .atn { color: #bdb76b; font-weight: bold } /* attribute name  - khaki */
pre .atv { color: #fff; }/* #ffa0a0 }*/ /* attribute value - pink */
pre .dec { color: #98fb98 } /* decimal         - lightgreen */

/* Specify class=linenums on a pre to get line numbering */
ol.linenums { margin-top: 0; margin-bottom: 0; color: #AEAEAE } /* IE indents via margin-left */
li.L0,li.L1,li.L2,li.L3,li.L5,li.L6,li.L7,li.L8 { list-style-type: none }
/* Alternate shading for lines */
li.L1,li.L3,li.L5,li.L7,li.L9 { }

@media print {
  pre.prettyprint { background-color: none }
  pre .str, code .str { color: #060 }
  pre .kwd, code .kwd { color: #006; font-weight: bold }
  pre .com, code .com { color: #600; font-style: italic }
  pre .typ, code .typ { color: #404; font-weight: bold }
  pre .lit, code .lit { color: #044 }
  pre .pun, code .pun { color: #440 }
  pre .pln, code .pln { color: #000 }
  pre .tag, code .tag { color: #006; font-weight: bold }
  pre .atn, code .atn { color: #404 }
  pre .atv, code .atv { color: #060 }
}

