#news_pagination {
	text-align:center;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}

#news_pagination a {
	color:#666;
	margin:5px;
}

#news_pagination a:hover {
	text-decoration:none;
}

.comments {
	display:none;
}

/* Comment field */
.comments form {
	margin:15px;
	width:288px;
	text-align:right;
}

.comments textarea {
	width:270px;
	height:50px;
}

.comments_area {
	float:right;
	margin-top:15px;
	margin-right:15px;
}

.comment {
	width:354px;
	padding:8px;
	line-height:1.5;
	margin-bottom:15px;
	overflow:hidden;
}

.comment a img {
	float:left;
	margin-right:10px;
}

.staff-comment a img {
	float:left;
	margin-right:10px;
}

.comment_author {
	font-weight:bold;
	display:block;
	width:85%; /* necessary to make the "right aligned" version look good on PM conversations */
}

.comment_author:hover {
	text-decoration:none;
}

.comment_date {
	float:right;
	font-size:10px;
}

/* Home / news column — keep images inside the right panel */
#right {
	overflow-x: hidden;
}

#right #slider_bg,
#right #slider_wrapper,
#right #slider,
#right #slider_frame,
#right .z-info-section,
#right .z-home-changelog,
#right table#news {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

#right #slider_bg {
	margin-left: 0;
}

#right #slider_frame {
	width: 100%;
	max-width: 100%;
	margin-left: 0;
}

#right #slider_wrapper,
#right #slider {
	margin-left: 0;
}

#right #slider img {
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
}

#news,
table#news {
	width: 100%;
	max-width: 100%;
	table-layout: fixed;
	box-sizing: border-box;
}

#news td {
	overflow: hidden;
	word-wrap: break-word;
	box-sizing: border-box;
}

#news td p {
	margin: 0;
	overflow: hidden;
	overflow-wrap: anywhere;
}

#news td a {
	display: block;
	max-width: 100%;
	overflow: hidden;
}

#news img,
#news .z-news-image {
	display: block;
	max-width: 100% !important;
	width: auto !important;
	height: auto !important;
	box-sizing: border-box;
}

.z-home-changelog,
.z-home-changelog .z-table-wrap {
	max-width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}
