#dashboard_activity h4 {
	margin: 0 0 8px 0;
	font-weight: normal;
}

#dashboard_activity h4.comment-meta {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 4px;
}

#dashboard_activity .comment-meta span.approve:before {
	content: '\f227';
	font: 20px/.5 "dashicons";
	margin-left: 12px;
	vertical-align: middle;
	position: relative;
	top: -1px;
	margin-right: 2px;
}

#dashboard_activity .inside {
	padding: 0;
	margin: 0;
}

#dashboard_activity .no-activity {
	overflow: hidden;
	padding: 0 12px 12px;
	text-align: center;
}

#dashboard_activity .no-activity p {
	color: #999;
	font-size: 16px;
}

#dashboard_activity .no-activity .smiley {
	margin-top: 0;
}

#dashboard_activity .no-activity .smiley:before {
	content: '\f328';
	font: normal 120px/1 'dashicons';
	speak: none;
	display: block;
	margin: 0 5px 0 0;
	padding: 0;
	text-indent: 0;
	text-align: center;
	position: relative;
	-webkit-font-smoothing: antialiased;
	text-decoration: none !important;
}

#dashboard_activity .subsubsub {
	float: none;
	margin: 0 -12px;
	border-top: 1px solid #eeeeee;
	padding: 8px 12px 0 12px;
}

#future-posts .show-more,
#published-posts .show-more {
	float: right;
}

#future-posts ul,
#published-posts ul {
	clear: both;
	margin-bottom: 0;
}

#future-posts li,
#published-posts li {
	overflow: hidden;
	margin-bottom: 8px;
}

#future-posts ul span,
#published-posts ul span {
	color: #bbb;
	float: left;
	margin-right: 8px;
	min-width: 150px;
}

.activity-block {
	border-bottom: 1px solid #eee;
	overflow: hidden;
	padding: 8px 12px 0;
}

.activity-block:last-child {
	border-bottom: none;
}

.activity-block .subsubsub li {
	color: #ddd;
}

/* Comments */

#the-comment-list tr.undo, #the-comment-list div.undo {
	background: none;
	padding: 6px 0;
}

#the-comment-list .alternate, 
#the-comment-list .alt {
	background: none;
}

#the-comment-list .comment {
	background: #f5f5f5;
	padding: 12px;
	position: relative;
	border-top: 1px solid #eeeeee;
}

#the-comment-list .comment-item h4 {
	font-size: 13px;
	color: #999;
}

#the-comment-list .comment-item p.row-actions {
	margin: 4px 0 0 0;
}

#the-comment-list .comment-item:first-child {
	border-top: 1px solid #eeeeee;
}

#the-comment-list .unapproved {
	background: #f7fcfe;
}

#the-comment-list .unapproved:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background: #d54e21;
	width: 4px;
}