/*!
 * Name    : Gist Simple - jQuery Gist Loader
 * Version : 1.0.1
 * Author  : nK <https://nkdev.info>
 * GitHub  : https://github.com/nk-o/gist-simple
 * Based   : https://github.com/blairvanderhoof/gist-embed by Blair Vanderhoof
 */
.gist-simple .gist-simple-wrap {
    font-size: 16px;
    margin: 0;
    margin-bottom: 1em;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #333;
    text-align: left;
    background: #fff;
}
.gist-simple .gist-simple-wrap svg {
    display: block;
    margin: 0 auto;
}
