
body.post-type-gce_feed #gce-insert-shortcode-button {
	display: none;
}

/* Add shortcode media button and panel */
.wp-media-buttons a.add_calendar span.wp-media-buttons-icon {
	background: none;
}
.wp-media-buttons a.add_calendar span.wp-media-buttons-icon:before {
	content: '\f508';
	font: normal 18px/1 'dashicons';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	speak: none;
}

/* Add shortcode panel contents */
.gce-insert-shortcode-panel select {
	display: block;
	max-width: 470px;
	width: 100%;
}
/* Hack to make ThickBox look right */
/* see: https://core.trac.wordpress.org/ticket/17249 */
body .gce-insert-shortcode-modal {
	height: 220px !important;
	margin-left: -250px !important;
	width: 500px !important;
}
body .gce-insert-shortcode-modal-title {
	background: #fff !important;
	border-bottom: none !important;
	height: 0 !important;
}