.newsItem{
	width:calc(100% - 14px);
	margin:10px 7px 5px 7px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	box-shadow:0 0 10px #000;
}

.newsHeader{
	width:100%;
	height:37px;
	background:url(../images/news_title.png) no-repeat left top !important;
	box-shadow: 0 0 10px #000;
	position:relative;
}

.newsHeaderDetails{
	height:15px;
	padding:3px 7px;
	margin:8px 10px 0 0;
	box-shadow:0 3px 4px #000 inset,0 1px 0 #fff3;
	background:#0007;
	border-radius:3px;
	font-size:11px;
	color:#bebebe;
	float:right;
}

.newsBody{
	width:calc(100% - 27px);
	padding:15px 13px 15px 13px;
	background-color:rgb(35, 35, 35);
	border-top:solid 1px #fff2;
	border-bottom:solid 1px #000;
	border-left:solid 1px #000;
	border-right:solid 1px #000;
	line-height:20px;
}

.newsPageSelect{
	margin-left: 7px;
}

.newsAttachmentContainer{
	width:calc(100% - 32px);
	margin-top:20px;
	padding:17px 15px 15px 15px;
	border:solid 1px #404040;
	border-radius: 8px;
	position:relative;
}

.newsAttachmentContainer::before{
	content:'Attachments';
	position:absolute;
	left:12px;
	top:-13px;
	font-size:10px;
	padding:2px 5px;
	color:#666;
	background:rgb(35, 35, 35);
}

.newsAttachmentContainer img{
	width:100%;
	height:auto;
	margin-top:15px;
	border-radius: 8px;
	vertical-align:top; 
}

.newsAttachmentContainer img:first-child{
	margin-top:0;
}

#changelog_rows{
	width:calc(100% - 14px);
	margin-left:7px;
	box-shadow: 0 0 10px #000;
}

.changelog_row{
	width:calc(100% - 21px);
	padding:7px 10px 7px 10px;
	background-color:rgb(35, 35, 35);
	background:linear-gradient(135deg, rgb(30, 30, 30) 0%, rgb(35, 35, 35) 100%);
	border-top:solid 1px #fff2;
	border-bottom:solid 1px #000;
	border-left:solid 1px #000;
	border-right:solid 1px #000;
}

.changelog_row_date{
	width:75px;
	height:12px;
	margin-top:1px;
	font-size:10px;
	color:#666;
	float:left;
}

.changelog_row_text{
	width:calc(100% - 97px);
	height:16px;
	font-size:12px;
	color:#999;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	float:left;
}

.changelog_row_text.active{
	height:auto;
    overflow:visible;
    white-space:normal;
}

.changelog_row_button{
	width:12px;
	height:12px;
	margin-left:10px;
	margin-top:1px;
	cursor:pointer;
	float:left;
}

.changelog_row_button img{
	width:12px;
	height:12px;
	display:inline-block;
}