/** Styles for Click Grab Box plugin */

.click-grab-box-code {
	display: block;
	font-family: monospace;
	width: 100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.click-grab-box-copy {
	display: block;
	margin: 0;
}

/*
Highlight the clipboard swf 
embed[id^="ZeroClipboardMovie"] {
	background: red;
	background: rgba(255, 0, 0, 0.6);
}
*/