#menu-posts-site_notes .menu-icon-post div.wp-menu-image:before {
	content: "\f119";
}

.post-type-site_notes #titlediv div.inside,
.post-type-site_notes #minor-publishing-actions,
.post-type-site_notes .wrap .add-new-h2 {
	display: none;
}

.post-type-site_notes .site_notes_admin_view:before {
	display: inline-block;
	vertical-align: middle;

	content: "\f310";
	font: 20px/1 'dashicons';
}

.post-type-site_notes .site_notes_admin_priority {
	border: 1px solid rgba(0, 0, 0, .1);
	display: inline-block;
	min-width: 3em;
	padding: .25em .5em;

	color: rgba(0, 0, 0, .25);
	text-align: center;
}
.post-type-site_notes .site_notes_admin_priority:after {
	content: attr(title);
}
.post-type-site_notes .site_notes_admin_priority.high { background-color: #faa; }
.post-type-site_notes .site_notes_admin_priority.med { background-color: #ff9; }
.post-type-site_notes .site_notes_admin_priority.low { background-color: #9f9; }