/* Settings Page for Preview */
h3.title-settings{
    margin: 0px 0px 12px 5px;
    color: #8B8B8B;
}
.clearfix{
    clear: both;
}
.nav-sep-line{
    background-color: #c3c3c3;
    height: 1px;
    border: 0;
    margin: 20px 0px;
}
.top-header {
    padding: 25px 0px;
    color: #76B9D7;
    box-shadow: 0px 0px 2px #606060;
    background-color: #FBFBFB;
    text-shadow: 0px 0px 0px #7E7E7E;
}

.section-heading{
    display: block;
    padding: 5px 10px;
    border-bottom: 1px solid #F2F2F2;
    color: #959595;
    font-weight: 200;
    font-size: 17px;
    font-style: italic;
    margin-bottom: 20px;
}

.item-hover{
    display: inline-block;
}

.highlight pre {
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;
}

pre.prettyprint {
    padding: 15px;
    border: 0;
    background: rgba(101, 163, 183, 0.06);
}

.color-item {
    font-size: 12px;
    line-height: 28px;
    padding-left: 8px;
    width: 200px;
    color: #ABABAB;
    height: 28px;
}

input[type="color"]{
    text-align: right;
    width: 20px;
    float: right;
    outline: none;
}

input[type="number"] {
    text-align: left;
    width: 54px;
    padding: 0 3px;
    height: 20px;
    float: right;
    outline: none;
}

#submit-btn, #save-btn {
    display: inline-block;
    cursor: pointer;
    color: #ABABAB;
    margin: 5px;
    padding: 5px;
    width: 80px;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    border: 1px solid rgba(0, 0, 0, 0.13);
    -webkit-transition: all 0.85s ease;
    -moz-transition: all 0.85s ease;
    transition: all 0.85s ease;
}

#submit-btn:hover, #save-btn:hover{
    color: #FFFFFF;
    background-color: #6E9EB4;
    border: 1px solid rgba(0, 0, 0, 0.25);
}
/* Settings Page for Preview */
