
/* ====================================================================== *
      IMPORT/EXPORT CONTENT
 * ====================================================================== */	

	.import_export_content{
		padding: 20px;
		background: #fff;
	}

	.import_export_content>*:first-child {
    	margin-top: 0 !important;
	}

	.import_export_content .section_title{
		background: #fff;
		border: 1px solid #f1f1f1;
	}

	.import_export_content .grid {
    	margin: 0 -5px;
    	margin-bottom: 10px;
	}

	.import_export_content .grid>div {
    	padding: 0 5px;
	}

/* ====================================================================== *
      ITEMS
 * ====================================================================== */	

	.item{
		width: 100%;
    	background: #DFDFDF;
		padding: 10px 20px;
		box-sizing: border-box;
		margin-bottom: 10px;
	}