/*
	User Control Panel
*/

.notice {
	position: relative;
	width: 80%;
	margin: auto;
	border-bottom: 1px solid #161616;
	border-top: 1px solid #4A4D51;
	padding: 16px 16px 24px 0;
}
.notice.first {
	border-top: 1px solid transparent;
}
.notice.last {
	border-bottom: 1px solid transparent;
}
.notice:hover {
	background-color: rgba(255,255,255,0.02);
	border-bottom: 1px solid #161616;
	border-top: 1px solid #4A4D51;
}

.notice a.remove {
	position: absolute;
	right: 8px;
	font-size: 12px;
	font-weight: normal;
}

.notice h3 {
	margin-left: 8px;
	background: url('images/news_icon.png') top left no-repeat;
	padding-left: 16px;
    color: #FFF1A8;
}

.notice .secondary-info, .notice p {
	margin: 0 0 0 24px;
}







/*
	Moderator control panel
*/

#tab-modstats {
	overflow-x: auto;
}

#tab-modstats h4 {
	font-size: 16px;
	margin: 16px 0 8px;
}

#tab-modstats .graph {
	display: block;
	margin: 16px 0 64px 64px;
}

