/* ===============================================
   GENERALS
   =============================================== */

button:hover ,
button:active ,
button:focus ,
input:hover ,
input:active ,
input:focus ,
textarea:hover ,
textarea:active ,
textarea:focus {
	outline:none !important;
	text-decoration:none !important;
}

input[type=file]:hover ,
input[type=file]:active ,
input[type=file]:focus {
	border:none !important;
}

.clear {
	clear:both;
	float:none !important;
}

.left {
	float:left;
}

.right {
	float:right;
}

/* ===============================================
   COUNTER WIDGET
   =============================================== */

.suevafree_ek_add_counter {
    display: block !important;
    margin: 0 auto 15px auto !important;
}

.suevafree_ek_delete_counter {
    display: block !important;
    margin: 15px 0 !important;
    text-align: center;
}