body {
    background-color: #fff;
}

#example-intro * {
    font-size: 1em;
}

#example-intro h1 {
    font-family: "Exo", sans-serif;
    margin-bottom: 16px;
    margin-top: 20px;
    font-size: 2em;
    color: #66ab16;
}

pre.prettyprint {
    background-color: #f7f7f7;
    border: solid 1px #e8e8e8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    color: #314e64;
    font-family: "Menlo", "Courier New", "Courier", monospace;
    padding: 10px 12px;
    line-height: 1.3em;
    margin: 10px 0 14px 0;
    max-width: 900px;
    overflow-x: auto;
    overflow-y: hidden;
}

p {
    letter-spacing: -1px;
    line-height: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #314e64;
    margin: 30px 0 15px;
}