.holder {
	float: none;
	margin-top: 30px;
	width: 100%;
}

.holder:nth-child(odd) .product {
	margin-right: 0;
}

.holder:nth-child(even) .product {
	margin-left: 0;
}

.uc-store-address-field .form-item label {
	width: auto;
	text-align: left;
	float: none;
}

select {
	width: 13em;
}

#edit-picture-upload {
	font-size: 11px;
}

.password-parent {
	margin-top: -30px;
}

.password-strength {
	width: 100%;
	float: none;
	position: relative;
	top: 85px;
}

.confirm-parent {
	margin-top: -5px;
}

div.password-confirm {
	float: none;
	position: relative;
	top: 80px;
}

input.password-confirm {
	margin-bottom: 30px;
}

input.form-file {
	font-size: 11px;
	max-width: 20em;
}

.tabledrag-toggle-weight-wrapper {
	display: none;
}

.tabledrag-hide {
	display: none;
}

.float-break {
	max-width: 100%;
	height: auto;
	float: none;
	margin: 0 0 10px 0;
}