.site_logo {
	display: inline-block;
	width: 121px;
	height: 81px;
	background-image: url("/images/logos/logo_ws_qr2020.png");	
}

.spmoderatorial .spoiler-header {
	background-color: #ffcbcb !important;
}
.spmoderatorial {
	background-color: #ffe8e8 !important;
}

.post-notice {
	position: static !important;

}

.thumbsup-btn {
	margin-left: 15px !important;
}

.nav-up {
	bottom:80px !important;
}

.nav-down {
	bottom: 45px !important;
}

.mchat-fixed-wrapper {
    z-index: 10000 !important;
}


@media only screen and (max-width: 768px) {

    /* Small screen, non-retina */
    .mchat-fixed-wrapper {
        display: none !important;
    }
}


#wrap {
    max-width: none !important;
    margin: 0 20px;
}

@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
#wrap {
    margin: 0; 
}
}