   /*
   *Plugin Name: 	CCI Errata
   *Plugin URI: 	http://thebinarysouls.com/cci_errata/
   *Description: 	a plugin to create woocommerce products errata
   *Version: 		1.0
   *Author: 		Mansab Awan
   *Author URI: 	http://thebinarysouls.com
   */

div#personal_information, div#product_information, div#error_information {
    padding: 15px;
    border: 1px solid #ebebeb;
    margin: 15px;
    border-radius: 2px;
}
input#submit-errata {
    margin: 15px;
    padding: 15px 50px;
    font-size: 17px;
}
#product_title{
    border-bottom: 1px solid;
    padding-bottom: 10px;
}