/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			ColoredLight 
	Based on style:
	Original author:	NecheB © phpBB Bulgaria ( https://www.phpbb-bg.info/ )
	Modified by:		
    --------------------------------------------------------------
*/

@import url("normalize.css?hash=48eb3f89");
@import url("base.css?hash=7c5543be");
@import url("utilities.css?hash=d8f72c42");
@import url("common.css?hash=843d5d5f");
@import url("links.css?hash=18286e16");
@import url("content.css?hash=d0e24377");
@import url("buttons.css?hash=56f0d25f");
@import url("cp.css?hash=50d868ab");
@import url("forms.css?hash=9016b55c");
@import url("icons.css?hash=64da33ce");
@import url("colours.css?hash=fcb2f289");
@import url("responsive.css?hash=c9d32cba");
@import url("custom.css");


.sticky-steve {
	background-color: green !important;
	background-image: none !important;
}
.announce-steve {
	background-color: black !important;
	background-image: none !important;
}
.global-steve {
	background-color: red !important;
	background-image: none !important;
}

div.spoilerBox {padding: 0px; background: #6ab0de;}
div.spoilerBox input {display: block;}

a:hover,
a:focus {
    text-decoration: none !important;
}

.online-list em a {
	font-weight: bold;
	font-style: normal;
}
.online-list em {
	font-style: normal;
}