/* Compers News overrides */

.headerbar {background:#fff;}
.headerbar img {margin:0;padding:0;max-width:287px !important;}
.headerbar h1,
.headerbar p {color:#111;margin-top:2px;margin-bottom:5px;}

/* Resolve unread posts problem - headings and additional meta data overlapping in index */

.row-item .responsive-show.left-box {
	display:block !important;
	padding-right:10px;
}

.row-item span.responsive-show.left-box {
	opacity:0;
	height:1px;
	width:1px;
	padding:0;
}

/* php_debug warning at bottom of page */
html b {font-weight:normal;}
html #wrap b {font-weight:bold;}


@media (max-width: 700px) {
	.row-item span.responsive-show.left-box {
		opacity:1;
		height:auto;
		width:auto;
	}
}

/* Sitewide message */

.mw-message {
/* 	display:block !important; */
	display:none !important;
	
	width:85%;
	min-height:20px;
	background:#bfffdf;
	clear:both;
	padding:10px;
	margin:0 auto !important;
	border-radius:5px;
	color:#111;
	font-size:1.3em;
	line-height:1.4em;
}

.mw-message a {
	text-decoration: underline;
}

/* Colour of dislike button */

.fa-thumbs-o-down {
color:red !important;
}