.edit_category {
	float: right;
	}
@media only screen and (max-width: 767px) {
.edit_category {
	float: left;
	}
}