 /*!
 * CodeNegar Copy Control Plugin Admin Styles
 *
 *
 * @package     Copy Control Plugin
 * @author      Farhad Ahmadi <ahm.farhad@gmail.com>
 * @license     http://codecanyon.net/licenses
 * @link        http://codenegar.com/copy-control/
 * @version     1.0.1
 */
#codenegar_log {
	/* Do not change these styles*/
	display: none;
	position: fixed;

	/* Change these to make your own log */
	right: 20px; 
	bottom: 20px; 
	padding: 8px 15px;
	background: #5CB85C; 
	color: white; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px; 
	-webkit-box-shadow: 1px 1px 3px #666;
	box-shadow: 1px 1px 4px #666;
}