/* This stylesheet is used to style the admin option form of the plugin. */

#jf_scs_custom_css_field_container .jf-scs-textarea
{
    border: 1px solid #DFDFDF;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    height: 400px;
    position: relative;
}