#strytl-pagination { display:none; }

#redirect {
    position: fixed;
    z-index: 99999;
    width: 100%;
    /* height: 100px; */
    background: var(--color-contrast);
    top: 0;
    left: 0;
    color: #fff;
    text-align: center;
    padding: 50px;
    font-size: 2em;
    box-sizing: border-box;
    box-shadow: 0px 0px 30px rgba(0,0,0,.8);
}
.strytl { --color-contrast:#baa884; }
.strytl .item.chapter h1.title { color:#000000; font-weight:300; }
.strytl .item.chapter .item-content { background-color:#f6f6f6; border-top-color:#f6f6f6; }
.strytl .item.chapter .marker { color:#f6f6f6; background-color:#baa884; }
.strytl .item.text h1.title { color:#000000; font-weight:400; }
.strytl .item.text .text-content { color:#000000; }
.strytl .item.text p.author { color:#000000; }
.strytl .item.text .timestamp .group .time { color:#000000; font-weight:400; }
.strytl .item.text .timestamp .group .date { color:#000000; }
.strytl .item .xt-react .reaction[data-reaction="1"] { background-image:url('https://s.stry.tl/assets/img/eventmodule/em-reader-feedback/facepalm.png'); }

@media only screen and (max-width: 600px) { .strytl .item.em-polls .poll-container { padding: 2.125em 0 } }

