.curated-posts-table tr {
	background-color: #fff;
}
.curated-posts-table tr:nth-child(2n),
.curated-posts-table tr.curated-placeholder {
	background-color: #f9f9f9;
}
.curated-posts-table tr {
	cursor: move;
}

.select2-result-post__title {
    font-weight: bold;
}
.select2-result-post__date {
    font-size: 12px; color: #aaa;
}

#curated_usage_box input.code {
    width: 100%;
}