/* This stylesheet is used to style the admin option form of the plugin. */

/**
* CSS Hacks
*
* Needed common CSS trick
*/

.wpc-insert-code-clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
 }

.wpc-insert-code-clearfix { display: inline-block; }

* html .wpc-insert-code-clearfix { 
	height: 1%;
}

.wpc-insert-code-clearfix { display: block; }

.wpc-insert-code-textarea-wrapper {
	max-width: 900px;
	width: 100%;
}
.wpc-insert-code-textarea {
	height: 210px;
	width: 100%;
}
