@charset "utf-8";
/* CSS Document */
.demosource pre {
    box-shadow: inset 0 0 0.5em rgba(0, 0, 0, 0.75)
    }
.picturedemo h1 {
    white-space: nowrap;
    margin-bottom: 2em;
    width: auto;
    text-overflow: ellipsis
    }
a.navlink {
    border-bottom: 0.2em solid #841d1a;
    -webkit-transition: border 0.1s linear;
    -moz-transition: border 0.1s linear;
    -o-transition: border 0.1s linear;
    transition: border 0.1s linear;
    margin-right: 1em
    }
a.navlink:hover {
    color: #333;
    border-bottom: 0.2em solid #d6342d
    }
.picturedemo .description {
    font-style: italic
    }
.picturedemo h1 span {
    border-bottom: 0.2em solid #DDD
    }
.picturedemo figure {
    text-align: center
    }
.demosource {
    background-color: #f5f2f0
    }
.demosource pre {
    border: 1px solid red;
    overflow: hidden;
    margin: 0 0 !important
    }
.demosource pre code {
    overflow: hidden;
    margin: 0 0 !important
    }
.demosource code {
    white-space: pre-wrap !important;
    word-wrap: break-word !important
    }