/**
*
* @package phpBB Extension - CSS Magic
* @copyright (c) 2018 martin - https://www.martins-play-ground.com & dmzx - https://www.dmzx-web.net
* @license Proprietary/All rights reserved (martins-play-ground.com ownes these files and has the right to disable them)
*
*/

.mchat-static {
	display: none !important;
}

.mchatstaticscroll {
	height: auto;	
	overflow: hidden;
	position: relative;
	max-width: 100%;
}

.marquee {
	font-size: 130%;
	margin-top: 4px;
	margin-bottom: 4px;
	white-space: nowrap;
	position: relative;
        text-align: center;
}
