.import-custom-type .download 				{ margin-bottom: 10px; }
.postbox .inside h3 						{ margin-top: 50px;	margin-bottom: 10px; }


.import-custom-type table 					{ border-collapse: collapse; margin-bottom: 20px; }

.import-custom-type table th 				{ background: rgba(0, 0, 0, 0.1); text-shadow: 0 1px 0 rgba(250,250,250,0.8); }
.import-custom-type tr:first-child th 		{ font-size: 13px; padding: 7px 10px; text-transform: uppercase; }

.import-custom-type table th, 
.import-custom-type table td 				{ border: 1px solid rgba(0, 0, 0, 0.15); padding: 5px 10px; }
.import-custom-type tr:nth-child(odd) 		{ background: rgba(0,0,0,0.05); }
.import-custom-type tr:hover 				{ background: rgba(0,168,208,0.06); }
.import-custom-type table td:first-child 	{ font-weight: bold; }

.import-custom-type .inside table input 	{ margin: 2px 5px 1px 0 !important; vertical-align: top; }

.import-custom-type .import-options .inside input { margin: 0 5px 7px 0; }

.icon32 									{ background: url("../assets/ait-logo.png") no-repeat !important; }	

.toplevel_page_adminPage #wpbody-content .metabox-holder {padding-right: 10px; width:100%;}
.toplevel_page_adminPage .import-custom-type table {width:50%;}

@media (max-width: 1366px) {
	.toplevel_page_adminPage .import-custom-type table {width:100%;}
}