<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=Oxygen:400,700,300|Dosis:400,300,500,600,700|Noto+Sans:400,400italic,700,700italic|Playfair+Display:400,400italic,700,700italic|Sorts+Mill+Goudy:400,400italic|Lora:400,400italic,700,700italic|Poiret+One|Arimo:400,700italic,700,400italic|Racing+Sans+One|Grand+Hotel|Just+Me+Again+Down+Here|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|Play:400,700|Merriweather+Sans:400,300,300italic,400italic,700,700italic|Audiowide|Shadows+Into+Light+Two|Righteous|Comfortaa:400,300,700|Playfair+Display+SC:400,400italic,700,700italic|Abril+Fatface|Sacramento&amp;subset=latin,latin-ext);

body {
    background: transparent url(https://m.blog.hu/skins/the_new_press/.background/2.jpg?preset) repeat scroll 0% 0% / auto;
    font: 16px/22px Playfair Display;
    -webkit-font-smoothing: antialiased;
    color: #434242;
}

a {
    color: rgb(112,63,63);
    text-decoration: none;
    outline: none;
            transition: color 0.2s ease-in 0s;
    -webkit-transition: color 0.2s ease-in 0s;
}

    a:hover {
        color: #434242;
        text-decoration: none;
    }

input, input:focus,
button, button:focus,
textarea, textarea:focus {
    outline: 0;
    font: 14px/16px Playfair Display;
}

.clear-before:before,
.clear-after:after,
.related ul:after,
#pager:after,
header:after,
.share:after,
article.post:after,
.wrapper:after,
.meta:after,
.clear-left-before:before,
.clear-left-after:after,
.clear-right-before:before,
.clear-right-after:after {
    font: 0/0 monospace;
    color: transparent;
}

.clear-before:before,
.clear-after:after,
.related ul:after,
#pager:after,
header:after,
.share:after,
article.post:after,
.wrapper:after,
.meta: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,
.related ul:after,
header:after,
.share:after,
article.post:after,
.wrapper:after,
.meta:after,
#pager:after {
    clear: both;
}

/* */

.inner-wrapper {
    background: #fff;
    width: 970px;
    padding: 10px;
    margin: 50px auto 0;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.76);
}

.main-wrapper {
    border: 1px solid #c7c7c7;
}

header {
    text-align: center;
    padding: 60px 30px 65px;
}

    header h1 {
        display: inline-block;
        font-family: 'Playfair Display SC';
        font-size: 77px;
        line-height: 78px;
        border-bottom: 2px solid #4c4c4c;
        margin: 0 0 10px;
    }

#menu {
    font-family: 'Playfair Display SC';
    font-size: 19px;
}

    #menu li {
        display: inline-block;
        margin: 0 9px;
    }

/* */

#slider {
    background: #fff;
    margin: 0 auto 55px;
}

    #slider .bjqs .article-image {
        background: transparent;
        width: 592px;
        height: 312px;
        border: 4px solid #474747;
        border-radius: 4px;
        overflow: hidden;
    }

    #slider img {
        width: 592px;
    }

    #slider .bjqs .lead {
        display: none;
    }

    #slider .bjqs h1 {
        font-family: 'Playfair Display SC';
        width: auto;
        height: auto;
        white-space: normal;
        line-height: 22px;
        overflow: visible;
    }

        #slider .bjqs h1 a {
            color: #555454;
        }

            #slider .bjqs h1 a:hover {
                color: rgb(112,63,63);
            }

    #slider .bjqs .article-data {
        background: #fff;
        text-align: center;
        height: 80px;
        padding: 8px 10px 0;
    }

    #slider .bjqs-controls {
        top: 150px;
    }

        #slider .bjqs-prev {
            left: -50px;
        }

            #slider .bjqs-controls .bjqs-prev a {
                background-position: -136px 0;
            }

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

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

        #slider .bjqs-controls li a {
            background: url(https://m.blog.hu/skins/the_new_press/img/sprite.png) no-repeat 0 0;
            width: 17px;
            height: 28px;
        }

            #slider .bjqs-controls li a:hover {
                opacity: 0.7;
            }

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

/* */

.content-side {
    float: left;
    width: 640px;
}

.right-side {
    float: right;
    width: 300px;
    margin: 0 10px 0 0;
    font-size: 15px;
}

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

article.post {
    background: #fafafa;
    position: relative;
    padding: 12px;
    margin: 0 0 45px;
}

    article h1.title {
        font-size: 32px;
        line-height: 38px;
        margin: 0 10px 25px 10px;
        font-family: 'Playfair Display SC';
    }

article h2.subtitle {
    margin: -14px 5px 12px 10px;
    font-family: 'Playfair Display SC';
}

/* */

.meta {
    margin: 0 0 15px;
}

    .meta .date {
        background: rgb(112,63,63);
        display: inline-block;
        position: relative;
        top: 6px;
        left: -23px;
        color: #fff;
        font-family: 'Playfair Display SC';
        font-weight: 600;
        font-size: 15px;
        line-height: 22px;
        height: 20px;
        padding: 4px 16px 6px;
    }

    @-moz-document url-prefix() {
        .meta .date {
            padding: 3px 16px 6px;
            height: 21px;
        }
    }

        .meta .date:after {
            content: "";
            position: absolute;
            display: block;
            top: 0;
            border: 15px solid rgb(112,63,63);
            z-index: 1;
            right: -15px;
            border-left-width: 15px;
            border-right-color: transparent;
        }

    .meta .share {
        float: right;
        margin: 8px 0 0;
    }

        .blh_share_fblike {
            float: left;
            margin: 3px 10px 0 0;
        }

        .meta .share .blh_share_cont {
            float: right;
            margin: 0;
        }

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

                .meta .share .blh_share_cont a:hover,
                .meta .share .blh_share_cont a.liked {
                    opacity: 0.8;
                }

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

            .meta .share a.btn_twitter {
                background-position: -233px 0;
            }

            .meta .share a.btn_gplus {
                background-position: -173px 0;
            }

            .meta .share a.btn_tumblr {
                background-position: -203px 0;
            }

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

                .meta .share a.btn_blhlike.liked,
                .meta .share a.btn_pinterest:hover,
                .meta .share a[data-pin-href][class^=PIN]:hover {
                    opacity: 0.8;
                }

                .meta .share a.btn_blhlike {
                    padding: 0;
                    border-radius: 6px;
                    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: #363636 !important;
                    background-size: 8px !important;
                    text-indent: -9999px;
                }
                .meta .share .count_blhlike.count_blhlike.bubble,
                .meta .share .blh_share_cont a.btn_blhlike:hover:after {
                   display: none;
                }

    .meta .author,
    .meta .edit {
        float: left;
        font-size: 13px;
        margin: 8px 5px 0 0;
        color: #363636;
    }

        .meta .author a,
        .meta .edit a {
            color: #363636;
        }

    .meta .comments {
        float: right;
        font-size: 13px;
        margin: 5px 0 0;
        color: #363636;
    }

        .meta .comments a {
            color: #363636;
        }

            .meta .author a:hover,
            .meta .edit a:hover,
            .meta .comments a:hover {
                color: rgb(112,63,63);
            }

/* */

.entry {
    position: relative;
    margin: 0 10px 15px 10px;
    line-height: 24px;
}

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

    .entry a {
        color: rgb(112,63,63);
        text-decoration: underline;
    }

        .entry a:hover {
            text-decoration: none;
        }

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

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

    .entry small {
        font-size: 13px;
        line-height: 18px;
    }

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

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

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

    .entry blockquote {
        position: relative;
        margin: 30px 0;
        border-top: 1px solid #c1c1c1;
        border-bottom: 1px solid #c1c1c1;
        padding: 20px 0 22px;
        font-style: italic;
    }

        .entry blockquote:before {
            background: url(https://m.blog.hu/skins/the_new_press/img/sprite.png) no-repeat -103px -16px #fafafa;
            position: absolute;
            content: "";
            width: 33px;
            height: 25px;
            top: -15px;
            left: 20px;
        }

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

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

    .entry h1 {
        font-size: 32px;
        line-height: 36px;
        margin: 10px 0 5px;
    }

    .entry h2 {
        font-size: 25px;
        line-height: 27px;
        margin: 12px 0 5px;
        line-height: 24px;
    }

    .entry h3 {
        font-size: 22px;
        line-height: 26px;
        margin: 12px 0 5px;
        font-weight: 600;
    }

    .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;
}

/* */

.tags {
    margin: 10px 10px 0;
    font-size: 13px;
    line-height: 18px;
}

a.more {
    float: right;
    margin: 0 10px 0 0;
    font-size: 15px;
    color: #343434;
    font-family: 'Playfair Display SC';
}

    a.more:after {
        background: url(https://m.blog.hu/skins/the_new_press/img/sprite.png) no-repeat -25px 0;
        content: "";
        float: right;
        width: 25px;
        height: 25px;
        margin: 0 0 0 5px;
    }

        a.more:hover:after {
            opacity: 0.8;
        }

/* RIGHT SIDE */

.right-side .box {
    margin: 0 0 35px;
    word-wrap: break-word;
}

    .right-side .box &gt; h3 {
        font-size: 25px;
        line-height: 28px;
        margin: 0 0 5px;
        border-bottom: 1px solid #a9a9a9;
        font-family: 'Playfair Display SC';
    }

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

.right-side .widget_tags .inbox a:nth-child(3n) {
    font-weight: 600;
    color: rgb(112,63,63);
}

/* */

.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: 70px;
    width: 70px;
    margin: 0 10px 0 0;
}

.right-side .post-list-widget .datas {
    display: inline-block;
    color: #000;
    width: 220px;
    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;
        color: #494949;
        font-weight: bold;
        margin: 0 0 2px;
    }

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

.widget_comments a,
.widget_topics a,
.post-list-widget a {
    display: block;
    color: rgb(112,63,63);
    font-weight: bold;
}

    .right-side a:hover,
    .widget_comments a:hover,
    .widget_topics a:hover,
    .post-list-widget a:hover {
        color: #343434;
    }

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

/* RIGHT SIDE DEFAULTS */

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

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

.right-side p {
    margin: 0 0 10px;
}

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

/* */

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

    .right-side #search .SearchField {
        background: #f6f6f6;
        border: 1px solid #c7c7c7;
        padding: 5px;
        border-radius: 2px;
        margin: 0;
        width: 250px;
    }

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

        .right-side #search .submit:hover {
            opacity: 0.8;
        }

/* POST INSIDE */

.post-inside article.post {
    margin: 0;
}

/* REALTED */

.related {
    background: #ecebeb;
    padding: 10px 15px;
    margin: 0 0 35px;
}

    .related h3 {
        margin: 0 0 8px;
    }

    .related li {
        float: left;
        margin: 0 12px 0 0;
    }

    .related img {
        display: block;
        width: 100px;
        height: 100px;
    }

    .related .title {
        display: block;
        width: 100px;
        font-size: 12px;
        line-height: 16px;
        margin: 5px 0 0;
    }

/* COMMENTS */

.lastcomments h2 {
    margin: 0 15px 20px;
    font-weight: 600;
}

#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: 22px;
    margin: 0 0 10px 15px;
}

h3.comment {
    margin: 0 0 5px 15px;
}

#trackbackURL {
    display: block;
    margin: 0 0 0 15px
}

#linkback_container {
    margin: 0 0 0 15px;
}

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

#comment_container,
#comment-form {
    margin: 0 0 0 15px;
}

.lastcomments #comment_container {
    margin: 0 10px;
}

#comment-form h3.comment {
    margin: 0 0 10px;
}

.comments-container &gt; .comment,
#comment_container &gt; .commentsBg &gt; .comment {
    position: relative;
    padding: 0 0 0 60px;
    margin: 0 0 22px;
}

#comment_container &gt; .commentsBg &gt; .comment {
    margin: 0 0 30px;
}

#comment_container div.avatar-content,
#comment_container div.avatar-outer-border,
#comment_container div.avatar-inner-border,
#comment_container span.avatar-mask,
#comment_container img.the-avatar {
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
    box-shadow: none;
}

#comment_container div.avatar-content {
    position: absolute;
    top: 2px;
    left: -60px;
    z-index: 2;
}

.comment-container &gt; h1 {
    font-size: 14px;
    border-bottom: 1px solid #c4c4c4;
}

.commentTime {
    float: right;
}

.comment-container div.commentText {
    margin: 10px 0 12px;
    font-size: 14px;
    line-height: 20px;
    color: #434242;
    word-wrap: break-word;
}

.commentFooter {
    font-size: 14px;
}

div.replyComment a {
    text-decoration: none;
    padding: 0;
    color: #343434;
}

    div.replyComment a:before {
        background: url(https://m.blog.hu/skins/the_new_press/img/sprite.png) no-repeat -103px 0;
        float: left;
        content: "";
        width: 15px;
        height: 16px;
        margin: 4px 5px 0 0;
    }

div.replyComment:before {
    content: none;
}

#feedback_container .avatar-outer-border-small,
#feedback_container .avatar-inner-border-small,
#feedback_container .avatar-mask-small,
#feedback_container .the-avatar-small {
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 0;
    box-shadow: none;
}

#feedback_container .avatar-outer-border-small {
    position: absolute;
    overflow: hidden;
    margin: 0 8px 0 0;
}

div.info-inner {
    padding: 0 0 0 60px;
}

.info-inner select {
    border: 1px solid #c4c4c4;
    margin: 0 5px 0 0;
}

.info-inner strong {
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
}

.info-inner a {
    font-size: 12px;
    color: #000;
}

textarea {
    border: 1px solid #c4c4c4;
    padding: 5px;
    width: 552px;
    height: 100px;
    margin: 8px 0 5px 60px;
    resize: none;
}

.display-counter-container {
    font-size: 13px;
    margin: 0 0 0 60px;
}

#followinglinks {
    font-size: 10px;
    margin: 30px 0 40px;
    text-align: right;
}

.comment-option-fields {
    float: right;
    margin: -20px 0 0;
}

    .comment-option-fields .submit {
        background: url(https://m.blog.hu/skins/the_new_press/img/submit_bg.png) no-repeat right 0;
        font-size: 14px;
        border: 0 none;
        padding: 0 18px 0 0;
        margin: 0;
        cursor: pointer;
    }

    @-moz-document url-prefix() {
        .comment-option-fields .submit {
            background-position: right 2px;
        }
    }

.comments-container .comment &gt; .comment-container {
    position: relative;
}

    .comments-container .comment &gt; .comment-container:after {
        background: url(https://m.blog.hu/skins/the_new_press/img/default_avatar.png) no-repeat 0 0;
        position: absolute;
        content: "";
        width: 50px;
        height: 50px;
        top: 3px;
        left: -60px;
    }

/* PAGER */

#pager {
    margin: 40px 15px;
}

    #pager a {
        font-family: 'Playfair Display SC';
        font-size: 15px;
        color: #343434;
    }

    #pager .prev {
        float: left;
    }

        #pager .prev a:after {
            background: url(https://m.blog.hu/skins/the_new_press/img/sprite.png) no-repeat -51px 0;
            content: "";
            float: left;
            width: 25px;
            height: 25px;
            margin: 0 6px 0 0;
        }

            #pager .prev a:hover:after {
                opacity: 0.8;
            }

    #pager .next {
        float: right;
    }

        #pager .next a:after {
            background: url(https://m.blog.hu/skins/the_new_press/img/sprite.png) no-repeat -25px 0;
            content: "";
            float: right;
            width: 25px;
            height: 25px;
            margin: 0 0 0 6px;
        }

            #pager .next a:hover:after {
                opacity: 0.8;
            }

/* FOOTER */

footer {
    background: rgb(112,63,63);
    text-align: center;
    margin: 80px 0 50px;
    padding: 12px 0;
    font-family: 'Playfair Display SC';
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    font-weight: 600;
}

    footer section {
        width: 970px;
        margin: 0 auto;
    }
</pre></body></html>