Current File : /home/mdkeenpw/public_html/wp-content/plugins/bt_wordpress_importer/style.css
.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;
}

#bt_disable_image_processing {
	margin-top: -1px;
}