/*
 * WPGear
 * Import Excel to Gravity Forms
 * admin-style.css
*/
.gfxl_import_options_box {
	margin-left: 40px;
}
.gfxl_import_option_adminonly {
	
}
.gfxl_import_option_separator {
	text-align: center;
    width: 30px;
}
.gfxl_import_warning {
    text-align: center;
    padding: 10px;
    font-size: medium;
    font-weight: normal;
    color: #000000;
    border-left: 4px solid orange;
    background-color: rgba(199, 198, 195, 0.14);
	margin-bottom: 20px;
	border-radius: 4px;	
}
