.staff-post-row {
	font-size: 1.5em;
}


.staff-post-row .image-div {
	width: 100px;
	height: 100px;
}

.staff-post-row .publish-state {
	text-align: center;
}

.staff-post-row .object-stats {
}

.staff-post-row.draft td {
	background-color: #fefabd;
}
.staff-post-row.active td {
	background-color: #e1edd5;
}


#post-image-container .image-div {
    height: 200px;
    width: 200px;
}


.task-row {
	line-height: 30px;
}


.task-row.PROCESSED {
	
}

.task-row.CANCELED {
	
}

.task-row.INQUEUE {
	
}

.task-row.FAIL {
	
}

.task-row.FAIL-INTERNAL {
	
}
