<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "https://m.blog.hu/assets/core/css/reset/ericmeyer.css";
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,600,600italic,700,700italic,300italic,300|Oxygen:400,700,300|Dosis:400,300,500,600,700|Noto+Sans:400,400italic,700,700italic|Playfair+Display:400,400italic,700,700italic|Arimo:400,700italic,700,400italic|Racing+Sans+One|Open+Sans:400,300italic,300,400italic,600,600italic,700,700italic|Roboto:400,300,300italic,500,400italic,700,500italic,700italic|Oswald:400,700,300|Roboto+Slab:400,300,700|Francois+One|Merriweather+Sans:400,300,300italic,400italic,700,700italic|Righteous|Comfortaa:400,300,700|Playfair+Display+SC:400,400italic,700,700italic|Sacramento&amp;subset=latin,latin-ext);

body {
    background: url(https://m.blog.hu/skins/classic/img/bg.png) repeat 0 0;
    font: 16px/22px Source Sans Pro;
    -webkit-font-smoothing: antialiased;
    color: #000;
    border-top: 4px solid #000;
    border-bottom: 4px solid #000;
}

a {
    color: #000;
    text-decoration: none;
            transition: color 0.2s ease-in 0s;
    -webkit-transition: color 0.2s ease-in 0s;
}

    a:hover {
        color: rgb(255,131,0);
        text-decoration: none;
    }

input, input:focus,
button, button:focus,
textarea, textarea:focus {
    outline: 0;
    font: 14px/18px Source Sans Pro;
}

.clear-before:before,
.clear-after:after,
.page-wrapper:after,
.article-bottom:after,
.related ul:after,
#pager:after,
.clear-left-before:before,
.clear-left-after:after,
.clear-right-before:before,
.clear-right-after:after,
.right-side #search .submit,
#slider ul.bjqs-controls li a,
.article-bottom .share a {
    font: 0/0 monospace;
    color: transparent;
}

.clear-before:before,
.clear-after:after,
.page-wrapper:after,
.article-bottom:after,
.related ul:after,
#pager:after,
.clear-left-before:before,
.clear-left-after:after,
.clear-right-before:before,
.clear-right-after:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    float: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.clear,
.clear-before:before,
.clear-after:after,
.page-wrapper:after,
.article-bottom:after,
.related ul:after,
#pager:after {
    clear: both;
}

/* */

.page-wrapper {
    background: #fff;
    width: 1000px;
    padding: 30px;
    margin: 0 auto;
}

    .page-wrapper &gt; h3 {
        text-align: center;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 300;
        padding: 0 0 8px;
        font-family: Source Sans Pro;
    }

header {
    margin: 0 0 60px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

    header h1 {
        background: none;
        background-attachment: scroll;
        position: relative;
        font-family: Source Sans Pro;
        text-align: center;
        font-size: 59px;
        line-height: 63px;
        text-transform: uppercase;
        font-weight: 300;
        padding: 105px 0;
        width: 1000px;
        height: 63px;
    }

        header h1 a {
            color: rgb(0,0,0);
            position: relative;
            z-index: 2;
        }

            header h1 a:hover {
                color: rgb(255,131,0);
            }

        header .back-to-main {
            position: absolute;
            top: 0;
            left: 0;
            width: 1000px;
            height: 273px;
            font-size: 0;
            line-height: 0;
            z-index: 1;
        }

    header nav {
        border-top: 1px solid #000;
        text-align: center;
        text-transform: uppercase;
        font-size: 20px;
        font-family: Source Sans Pro;
    }

        header nav li {
            display: inline-block;
            margin: 0 10px;
            border-top: 1px solid transparent;
            border-bottom: 1px solid transparent;
                    transition: all 0.2s ease-in 0s;
            -webkit-transition: all 0.2s ease-in 0s;
        }

            header nav li:hover {
                border-top: 1px solid #000;
                border-bottom: 1px solid #000;
            }

                header nav li a {
                    display: inline-block;
                    color: #000;
                    padding: 12px 10px;
                }

/* SLIDER */

#slider {
    width: 670px;
    height: 360px;
    margin: 0 0 50px;
}

    #slider:hover .article-data {
        height: auto;
        overflow: hidden;
    }

    #slider:hover img {
        opacity: 1;
    }

#slider .article-infos,
#slider .lead {
    display: none;
}

#slider .bjqs {
    display: none;
    position: relative;
    width: 670px;
    height: 360px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    #slider .bjqs li {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 670px;
        height: 360px;
    }

#slider .article-image {
    display: block;
    background: #e9ebeb;
    position: relative;
    width: 670px;
    height: 360px;
}

#slider img {
    position: absolute;
    bottom: 0;
    height: auto;
    left: 0;
    margin: auto;
    right: 0;
    top: 0;
    width: auto;
            transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
}

#slider .article-data {
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 20px;
    width: 670px;
    height: auto;
    padding: 0;
}

    #slider .article-data h1 {
        padding: 8px 30px;
        font-family: Source Sans Pro;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        height: auto;
    }

    #slider .article-data h1 a {
        display: block;
        color: #fff;
    }

#slider ul.bjqs-controls {
    display: block;
    position: absolute;
    top: auto;
    bottom: 26px;
    width: 100%;
    z-index: 10;
}

    #slider ul.bjqs-controls li {
        position: absolute;
        font-size: 65px;
    }

        #slider ul.bjqs-controls li a {
            background: url(https://m.blog.hu/skins/classic/img/sprite.png) no-repeat -248px 0;
            display: block;
            width: 19px;
            height: 18px;
        }

            #slider ul.bjqs-controls li a:after {
                content: none;
            }

    #slider ul.bjqs-controls .bjqs-next {
        right: 10px;
    }

        #slider ul.bjqs-controls li.bjqs-next a {
            background-position: -269px 0;
        }

            #slider ul.bjqs-controls li.bjqs-next a:hover {
                background-position: -312px 0;
            }

    #slider ul.bjqs-controls .bjqs-prev {
        left: 10px;
    }

        #slider ul.bjqs-controls li.bjqs-prev a:hover {
            background-position: -291px 0;
        }


/* */

.content-side {
    float: left;
    width: 670px;
    padding: 0 0 30px;
}

.right-side {
    float: right;
    width: 300px;
    font-size: 15px;
    line-height: 21px;
    font-weight: 300;
    padding: 0 0 30px;
    word-wrap: break-word;
}

    .right-side img {
        max-width: 100%;
    }

    .right-side a {
        color: rgb(255,131,0);
    }

        .right-side a:hover {
            color: #000;
        }

    .right-side .box {
        margin: 0 0 22px;
    }

        .right-side .box &gt; h3 {
            font-size: 20px;
            margin: 0 0 12px;
            font-family: Source Sans Pro;
        }

    .right-side .tagfrequency {
        display: none;
    }

        .right-side #search p {
            display: inline-block;
            vertical-align: middle;
        }

        .right-side #search .SearchField {
            border: 1px solid #d1d1d1;
            padding: 4px 5px;
            border-radius: 2px;
            margin: 0;
            width: 260px;
        }

        .right-side #search .submit {
            background: url(https://m.blog.hu/skins/classic/img/sprite.png) no-repeat -230px 0;
            width: 15px;
            height: 15px;
            padding: 0;
            margin: 0 0 0 6px;
            cursor: pointer;
            border: 0 none;
            vertical-align: middle;
        }

            .right-side #search .submit:hover {
                background-position: -230px -17px;
            }

/* */

.right-side .post-list-widget li {
    margin: 0 0 16px;
    text-align: left;
}

.right-side .post-list-widget .lead {
    color: #727171;
    font-size: 12px;
    line-height: 18px;
}

.right-side .post-list-widget img {
    display: inline-block;
    height: 90px;
    width: 90px;
    margin: 0 10px 0 0;
}

.right-side .post-list-widget .datas {
    display: inline-block;
    color: #000;
    width: 200px;
    font-size: 13px;
    line-height: 16px;
    margin: -3px 0 0 0;
    text-align: left;
    vertical-align: top;
}

    .right-side .post-list-widget .datas .date {
        display: block;
        color: #666;
        font-size: 12px;
    }

    .right-side .post-list-widget .datas a {
        display: block;
        margin: 0 0 2px;
    }

    .right-side .post-list-widget .datas .post {
        font-size: 14px;
        line-height: 18px;
    }

.widget_comments a,
.post-list-widget a {
    display: block;
}

.widget_externalfeed li,
.widget_comments li {
    margin: 0 0 15px;
}

.widget_comments strong {
    font-weight: 600;
}

/* */

.right-side .social-box {
    text-align: center;
    margin: 0 0 22px;
}

    .right-side .social-box a {
        display: inline-block;
        background: url(https://m.blog.hu/skins/classic/img/sprite.png) no-repeat 0 0;
        font-size: 0;
        line-height: 0;
        width: 35px;
        height: 35px;
        margin: 0 2px;
                transition: all 0.2s ease-in 0s;
        -webkit-transition: all 0.2s ease-in 0s;
    }

        .right-side .social-box a:hover {
            opacity: 0.6;
        }

        .right-side .social-box a.tumblr {
            background-position: -41px -52px;
        }

        .right-side .social-box a.pinterest {
            background-position: -121px -52px;
        }

        .right-side .social-box a.instagram {
            background-position: -161px -52px;
        }

        .right-side .social-box a.facebook {
            background-position: 0 -52px;
        }

        .right-side .social-box a.twitter {
            background-position: -81px -52px;
        }

/* */

.blh-billboard-ad {
    margin: 0 0 55px;
}

/* */

article.post {
    margin: 0 0 55px;
    font-weight: 300;
}

    article.post h1.title {
        font-family: Source Sans Pro;
        font-size: 30px;
        line-height: 34px;
        margin: 0 0 5px;
    }

    article.post h2.subtitle {
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 15px;
        font-family: Source Sans Pro;
    }

    article.post .meta {
        position: relative;
        font-size: 15px;
        font-family: Source Sans Pro;
        font-style: italic;
        color: #989898;
        margin: 0 0 22px;
        z-index: 2;
    }

        article.post .meta .blh_share_cont {
            display: none;
        }

        article.post .meta a {
            color: #989898;
        }

            article.post .meta a:hover {
                color: rgb(255,131,0);
            }

    article.post .blh_share_fblike {
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px 0 0;
    }

.more {
    display: block;
    width: 100px;
    text-align: center;
    font-family: Source Sans Pro;
    text-transform: uppercase;
    font-size: 20px;
    margin: 40px auto 0;
            transition: none;
    -webkit-transition: none;
}

.article-bottom {
    position: relative;
    margin: 40px 0 0;
}

    .article-bottom .share {
        background: #fff;
        position: absolute;
        margin: 10px 0 0;
        padding: 0 5px 0 0;
    }

        .article-bottom .share .blh_share_fblike {
            display: none;
        }

        .article-bottom .share a {
            margin: 0 4px 0 0;
            padding: 0;
        }

            .article-bottom .blh_share_cont {
                margin: -1px 0 0;
            }

            .article-bottom .share .blh_share_cont a {
                background: url(https://m.blog.hu/skins/classic/img/sprite.png) no-repeat 0 0;
                width: 25px !important;
                height: 25px !important;
            }

            .article-bottom .share a.btn_facebook {
                background-position: 0 0;
            }

                .article-bottom .share a.btn_facebook:hover {
                    background-position: 0 -26px;
                }

            .article-bottom .share a.btn_twitter {
                background-position: -116px 0;
            }

                .article-bottom .share a.btn_twitter:hover {
                    background-position: -116px -26px;
                }

            .article-bottom .share a.btn_gplus {
                background-position: -29px 0;
            }

                .article-bottom .share a.btn_gplus:hover {
                    background-position: -29px -26px;
                }

            .article-bottom .share a.btn_tumblr {
                background-position: -87px 0;
            }

                .article-bottom .share a.btn_tumblr:hover {
                    background-position: -87px -26px;
                }

            .article-bottom .share a.btn_pinterest,
            .article-bottom .share a[data-pin-href][class^=PIN] {
                background: url(https://m.blog.hu/skins/classic/img/sprite.png) no-repeat -58px 0 !important;
            }

                .article-bottom .share a.btn_pinterest:hover,
                .article-bottom .share a[data-pin-href][class^=PIN]:hover {
                    background: url(https://m.blog.hu/skins/classic/img/sprite.png) no-repeat -58px -26px !important;
                }

            .article-bottom .share .blh_share_cont a.btn_blhlike {
                padding: 0;
                border-radius: 100%;
                background-image: url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2011.9%2025.2%22%20style%3D%22enable-background%3Anew%200%200%2011.9%2025.2%3B%22%20xml%3Aspace%3D%22preserve%22%20fill%3D%22%23fff%22%3E%0A%3Cg%3E%0A%09%3Cpath%20d%3D%22M8.9%2C14.2c2-0.8%2C3-2.7%2C3-6.5c0-5-1.7-7.7-6.5-7.7H2.8C1.8%2C0%2C1%2C0.1%2C0%2C0c0.1%2C0.7%2C0%2C1.3%2C0%2C2.6v19.7%0A%09%09c0%2C0.9%2C0.2%2C1.9%2C0%2C2.8h6.2c4.2%2C0%2C5.7-3.1%2C5.7-5.5C12%2C16.5%2C10.5%2C14.7%2C8.9%2C14.2z%20M3.2%2C5.9c0-1.8%2C0.4-2.6%2C1.2-2.6h0.9%0A%09%09c2.3%2C0%2C3.4%2C1.1%2C3.4%2C4.6c0%2C3.9-1.3%2C4.9-3.5%2C4.9H3.4c-0.1-0.1-0.2-0.4-0.2-0.6V5.9z%20M6%2C22.1H3.9c-0.3%2C0-0.5-0.2-0.5-0.6v-2.9%0A%09%09c0-1.7%2C0.3-2.8%2C0.9-2.8h1.4c2.2%2C0%2C3.2%2C1.6%2C3.2%2C3.4C8.9%2C21%2C7.8%2C22.1%2C6%2C22.1z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E') !important;
                background-repeat: no-repeat !important;
                background-position: 50% !important;
                background-color: #b1b1b1 !important;
                background-size: 5px !important;
            }
            .article-bottom .share .btn_blhlike.count_blhlike.bubble,
            .article-bottom .share .count_blhlike.count_blhlike.bubble,
            .article-bottom .share .blh_share_cont a.btn_blhlike:hover:after {
                display: none;
            }
            .article-bottom .share .blh_share_cont a.btn_blhlike.liked,
            .article-bottom .share .blh_share_cont a.btn_blhlike:hover {
                background-color: #000 !important;
            }

    .article-bottom .tags-comments {
        text-align: right;
        font-family: Source Sans Pro;
        font-style: italic;
        color: #989898;
        font-style: 15px;
    }

        .article-bottom .tags-comments .comments {
            display: inline-block;
            height: 20px;
        }

        .article-bottom .tags-comments a {
            color: #989898;
        }

            .article-bottom .tags-comments a:hover {
                color: #000;
            }

    .article-bottom .tags {
        border-top: 1px solid #d1d1d1;
        padding: 2px 0 0 140px;
        margin: 1px 0 0;
    }

        .article-bottom .tags a {
            margin: 0 0 0 4px;
        }


.entry {
    position: relative;
    margin: 0 0 40px;
}

    .entry p {
        margin: 0 0 22px;
    }

    .entry a {
        color: rgb(255,131,0);
    }

        .entry a:hover {
            color: #000;
        }

    .entry em,
    .entry i {
        font-style: italic;
    }

    .entry strong,
    .entry b {
        font-weight: 600;
    }

    .entry small {
        font-size: 12px;
        line-height: 15px;
    }

    .entry ul {
        list-style: disc outside;
        margin: 15px 0 25px 20px;
    }

    .entry ol {
        list-style: decimal outside;
        margin: 15px 0 25px 20px;
    }

        .entry ul li,
        .entry ol li {
            margin: 1px 0;
        }

    .entry blockquote {
        position: relative;
        margin: 40px 0 35px;
        border-top: 1px solid #c1c1c1;
        border-bottom: 1px solid #c1c1c1;
        padding: 20px 0 22px;
        font-style: italic;
        font-family: Source Sans Pro;
    }

        .entry blockquote:before {
            background: url(https://m.blog.hu/skins/classic/img/sprite.png) no-repeat -185px 0;
            position: absolute;
            content: "";
            top: -15px;
            left: 15px;
            width: 44px;
            height: 28px;
        }

        .entry blockquote p:last-of-type {
            margin: 0;
        }

        .entry blockquote ol,
        .entry blockquote ul {
            margin: 0 0 0 10px;
        }

    .entry h1 {
        font-size: 24px;
        line-height: 28px;
        margin: 10px 0 5px;
        font-family: Source Sans Pro;
    }

    .entry h2 {
        font-size: 22px;
        line-height: 26px;
        margin: 12px 0 5px;
        line-height: 24px;
        font-family: Source Sans Pro;
    }

    .entry h3 {
        font-size: 20px;
        line-height: 24px;
        margin: 12px 0 5px;
        font-family: Source Sans Pro;
    }

    .entry .alignright,
    .entry .imgright {
        display: inline;
        float: right;
        margin: 5px 5px 10px 15px !important;
    }

    .entry .alignleft,
    .entry .imgleft {
        display: inline;
        float: left;
        margin: 5px 15px 10px 5px  !important;
    }

    .entry .aligncenter,
    .entry .imgcenter,
    .entry .imgnotext {
        display: block;
        margin: 20px auto;
    }

article.post ul.blh-mosaic li,
article.post .entry ul.blh-mosaic li {
    font-size: 17px;
}

article.post ul.blh-mosaic li img ,
article.post .entry ul.blh-mosaic li img {
    display: inline !important;
    margin: 0;
}


/* RELATED */

.related {
    margin: 0 0 60px;
}

    .related h3 {
        font-size: 20px;
        font-weight: 300;
        margin: 0 0 10px;
    }

    .related li {
        float: left;
        margin: 0 0 0 14px;
        position: relative;
        width: 120px;
        height: 120px;
        overflow: hidden;
    }

        .related li:first-child {
            margin: 0;
        }

        .related li:last-of-type {
            margin: 0 0 0 14px;
        }

        .related li:hover .title {
            opacity: 1;
        }

    .related img {
        position: absolute;
        top: 0;
        left: 0;
        width: 120px;
        height: 120px;
    }

    .related .title {
        display: table-cell;
        position: relative;
        opacity: 0;
        background: #d37d0c;
        background: rgba(211, 125, 12, 0.8);
        color: #fff;
        height: 100px;
        width: 100px;
        line-height: 16px;
        padding: 10px;
        text-align: center;
        vertical-align: middle;
        overflow: hidden;
                transition: all 0.1s ease-in 0s;
        -webkit-transition: all 0.1s ease-in 0s;
    }

/* COMMENTS */

#search br, .tagcloud + br,
#comment-form .info ~ *,
#comment-form .submit + *,
#content-side .related br,
#comment-form .label {
    display: none;
}

h3.comment-tracback-url,
h3.comment {
    font-size: 20px;
    font-weight: 600;
    color: #1b1b1b;
    text-align: center;
    margin: 20px 0 5px;
}

#trackbackURL {
    display: block;
    text-align: center;
}

p.comment-disclaimer {
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    margin: 0 0 40px;
}

.comments-container &gt; .comment {
    margin: 0 0 32px;
}

.commentAuthor {
    font-family: Source Sans Pro;
}

#comment_container .comment-container {
    position: relative;
}

    #comment_container .comment-container:hover .commentFooter a,
    .comment.linkback:hover .commentFooter a {
        height: 22px;
    }

    #comment_container .comment-container .avatar-mask {
        box-shadow: none;
        padding: 0;
    }

    #comment_container .comment-container .avatar-content {
        position: relative;
        width: 50px;
        height: 50px;
        margin: -2px 0 0;
        z-index: 1;
    }

.linkbacksBg div.linkback {
    margin: 0 0 30px !important;
    padding: 10px 10px 0 !important;
    border: 1px solid #ccc;
}

.linkbacksBg div.linkback .editComment {
    margin: 0 !important;
}

.comment-container &gt; h1 {
    background: #f1f1f1;
    position: relative;
    top: 3px;
    font-size: 16px;
    padding: 10px 20px 10px 35px;
    margin: 0 0 0 25px;
}

    .comment-container &gt; h1:before {
        background: url(https://m.blog.hu/skins/classic/img/default_avatar.png) no-repeat 0 0;
        position: absolute;
        content: "";
        top: -5px;
        left: -25px;
        width: 50px;
        height: 50px;
        border-radius: 100px;
    }

    .comment-container &gt; h1 a {
        color: #000;
    }

        .comment-container &gt; h1 a:hover {
            color: #f0485c;
        }


    .comment-container &gt; h1 .commentHeadURL {
        font-weight: 300;
    }

    .comment-container &gt; h1 .commentTime {
        float: right;
    }

.commentFooter {
    float: right;
    margin: 0 10px 0 0;
    font-size: 13px;
    line-height: 13px;
    text-transform: uppercase;
}

    div.commentFooter a {
        background: #919191;
        float: left;
        margin: 0 10px 0 0;
        font-weight: 300;
        color: #fff;
        line-height: 22px;
        height: 3px;
        padding: 0 10px;
        overflow: hidden;
                transition: all 0.2s ease-in 0s;
        -webkit-transition: all 0.2s ease-in 0s;
    }

        div.commentFooter a:hover {
            background: #6d6e6f;
        }

    .commentFooter div.editComment {
        margin: 0;
    }

.comment-container div.commentText {
    margin: 0 10px 0 50px;
    border: 1px solid #ccc;
    padding: 15px;
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
}

div.replyComment:before {
    content: none;
}

div.replyComment a {
    text-decoration: none;
}

#feedback_container {
    margin: 60px 0 0;
}

    #feedback_container .avatar-outer-border-small,
    #feedback_container .avatar-inner-border-small {
        background: transparent;
        padding: 0;
        width: 50px;
        height: 50px;
    }

    .avatar-outer-border-small {
        position: relative;
        z-index: 1;
    }

    #feedback_container .avatar-mask-small {
        display: block;
        border-radius: 100px;
        width: 50px;
        height: 50px;
    }

        #feedback_container .avatar-mask-small img.the-avatar-small {
            width: 50px;
            height: 50px;
            border-radius: 100px;
        }

    #feedback_container .info-inner {
        background: #f1f1f1;
        position: relative;
        top: 4px;
        padding: 10px 20px 10px 32px;
        margin: 0 0 0 25px;
        text-align: right;
    }

        #feedback_container .info-inner select,
        #feedback_container .info-inner strong {
            float: left;
            font-size: 13px;
            font-weight: 600;
            margin: 3px 0 0;
        }

        #feedback_container .info-inner a {
            font-size: 13px;
            text-transform: uppercase;
        }

    #feedback_container textarea {
        border: 1px solid #ccc;
        padding: 8px 5px 5px;
        width: 595px;
        height: 120px;
        font-weight: 300;
        resize: vertical;
        margin: -4px 0 3px 50px;
    }

.user-info-fields {
    margin: 20px 0 0;
}

.display-counter-container {
    position: absolute;
    font-size: 13px;
    bottom: 1px;
    left: 100px;
}

#commentForm {
    position: relative;
}

.comment-option-fields {
    padding: 0 10px;
    margin: -3px 0 0 40px;
}

    .comment-option-fields .input {
        padding: 3px 0 0;
    }

    .comment-option-fields .submit {
        background: #6d6e6f;
        float: right;
        text-transform: uppercase;
        padding: 0;
        margin: -3px 13px 0 0;
        border: 0 none;
        font-size: 13px;
        padding: 2px 10px;
        color: #fff;
        font-weight: 300;
        cursor: pointer;
                transition: all 0.2s ease-in 0s;
        -webkit-transition: all 0.2s ease-in 0s;
    }

        .comment-option-fields .submit:hover {
            background: #555656;
        }

#followinglinks {
    margin: 30px 0 0 50px;
    font-size: 10px;
    font-weight: 300;
}

/* PAGER */

#pager {
    margin: 100px 0 40px;
    font-family: Source Sans Pro;
}

    #pager a {
        text-transform: uppercase;
        font-weight: 300;
        font-size: 20px;
                transition: none;
        -webkit-transition: none;
    }

    #pager .prev {
        float: left;
    }

    #pager .next {
        float: right;
    }
</pre></body></html>