@charset "utf-8";
body {
color: #494949;
background-color: #ebebeb;
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Segoe WP", Roboto, "Droid Sans", "Oxygen", "Ubuntu", "Helvetica Heue", "Lucida Grande", "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.ml-dg:before, .ml-dt:before { color: #494949; }

a, .likelink, .spoiler:hover a, .spoiler:focus a, .spoiler a:focus { color: #3b678d; text-decoration: none; } 
.spoiler:focus-within a { color: #3b678d; text-decoration: none; } 
a:hover, .likelink:hover, .spoiler:hover a:hover, .open-spoiler a:hover { text-decoration: none; color: black; position: relative; top: 1px; }
.likelink { border-bottom-color: #3b678d; }
.likelink:hover { border-bottom-color: black; }
.ll-h:hover .likelink { color: black; border-bottom-color: black; }

h2.native, h3.native, .complex-header__container { background-color: #d4d6d4; color: #333333; /* b38 */ padding: 4px 7px; }
h2.native, h3.native, .complex-header__header, .complex-header__tip { font-size: 0.9em; }
h2.native { background-image: url('../img/cellpic1.gif'); border: 1px solid #999; -webkit-background-size: auto 100%; -moz-background-size: auto 100%; background-size: auto 100%; /* b37 */ }

hr { border-color: #999; }

pre { margin: 3px 0px; border: 1px dotted #999; background-color: #f9f9f9; padding: 3px; }

.warn { border-color: #335577; background-color: #ddd; }

.thread { background-color: #ebebeb; }

.reply , .lst_rpl { background-color: #d4d6d4; }

.uid-hl { -webkit-box-shadow: #6f8ea0 0 0 1em inset, #6f8ea0 0 0 .5em; -moz-box-shadow: #6f8ea0 0 0 1em inset, #6f8ea0 0 0 .5em; box-shadow: #6f8ea0 0 0 1em inset, #6f8ea0 0 0 .5em; }
.reply:focus { background-color: #e4e6e4; }
.reply:target { background-color: #e4e6e4; }
.fake-hl { background-color: #e4e6e4; }
.double-fake-hl { background-color: #d4d6d4 !important; }
@supports selector(.reply:target) {
    .reply:focus { background-color: #d4d6d4; }
    .reply:focus.reply:target { background-color: #e4e6e4; }
}

@-webkit-keyframes highlighter {
  0% { background-color: #7e9cad; }  
  75% { background-color: #7e9cad; }
  100% { background-color: transparent; }
}
@-moz-keyframes highlighter {
  0% { background-color: #7e9cad; }  
  75% { background-color: #7e9cad; }
  100% { background-color: transparent; }
}
@-o-keyframes highlighter {
  0% { background-color: #7e9cad; }  
  75% { background-color: #7e9cad; }
  100% { background-color: transparent; }
}
@keyframes highlighter {
  0% { background-color: #7e9cad; }  
  75% { background-color: #7e9cad; }
  100% { background-color: transparent; }
}

.reflink { font-size: 0.9em; }

.pstcnt { color: #494949; }

.reflink a, a.reflink { color: #494949; }

.hand:hover, .hover-color:hover { background-color: #ddd; }

.img_size, .img_size-big, .thrd-thumb { color: gray; }

.spoiler, .open-spoiler { background-color: #b4b6b4; }
.spoiler, .spoiler a, .spoiler .unkfunc, .spoiler .dice, .spoiler font[color="green"], .spoiler .ml-dg:before, .spoiler .ml-dt:before { color: #b4b6b4; } 
.spoiler:hover, .spoiler:focus, .open-spoiler, .spoiler:hover .ml-dg:before, .spoiler:focus .ml-dg:before, .spoiler:hover .ml-dt:before, .spoiler:focus .ml-dt:before { color: #494949; }
.spoiler:focus-within, .spoiler:focus-within .ml-dg:before, .spoiler:focus-within .ml-dt:before { color: #494949; }

.unkfunc, .spoiler:hover .unkfunc, .spoiler:focus .unkfunc, .unkfunc .ml-dg:before, .unkfunc .ml-dt:before { color:#567000; }
.spoiler:focus-within .unkfunc { color:#567000; }

.postertrip, .postertripid { color: #228854; }

.pale, .shown-above .pst_bar:after { color: #777; }

.good { color: green; }

.sage { color: #d00; }

.mod { color: #26a; }

.adm { color: #800080; }