.toplevel_page_chief-editor-dashboard .column-id {
	width: 3%;
}

.toplevel_page_chief-editor-dashboard .column-blog,
	.toplevel_page_chief-editor-dashboard .column-featured,
	.toplevel_page_chief-editor-dashboard .column-schedule {
	width: 8%;
}

.toplevel_page_chief-editor-dashboard .column-author {
	width: 15%;
}

.toplevel_page_chief-editor-dashboard .column-post {
	width: 30%;
}

.ce_dialog_email {
	bacgkround: #cecece;
	border: 2px solid #33CCFF;
}

a.ce_post_thumbnail>img {
	width: 50px;
	height: auto;
	/*padding:2px;*/
	border: 1px solid black;
	transition: all .2s ease-in-out;
}

a.ce_post_thumbnail>img:hover {
	width: 200px;
	height: auto;
	padding: 0px;
	border: 10px solid black;
	z-index: 10000;
}

.empty-cell {
	background-color: #E0E0E0;
}

.ce_calendar_post_cell {
	font-size: 6px;
}

.ce_calendar_post_title {
	width: 100px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}