.bt_import_xml { 
	cursor: pointer;
}

.bt_import_xml:hover {
	color: #888;
}

.bt_import_progress {
	animation: blinker 1s linear infinite;
	display: none;
}

@keyframes blinker {  
	50% { opacity: 0.0; }
}

.bt_wordpress_importer td {
	padding-left: 0;
}