/* form-edit-account */

.woocommerce form ul.umbrella-studio_account_artforms {
	margin: 0px;
	padding: 0px 0px 0px 3px;
	list-style-type: none;
}

.woocommerce form ul.umbrella-studio_account_artforms li {
	float: left;
	width: 25%;
}

.woocommerce-checkout form ul.umbrella-studio_account_artforms li {
	width: 50%;
}

/* my-account */

.woocommerce-account .my-profile .title:after, .woocommerce-account .my-profile .title:before {
    content: " ";
    display: table
}

.woocommerce-account .my-profile .title:after {
    clear: both
}

.woocommerce-account .my-profile .title h2 {
    float: left
}

.woocommerce-account .my-profile .title .edit {
    float: right;
}

.woocommerce-account .my-profile ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}

.woocommerce-account .my-profile ul:after {
	clear: both;
}

.woocommerce-account .my-profile ul li {
	float: left;
	width: 50%;
	margin-bottom: 10px;
}

.woocommerce-account .my-profile ul li.full-width {
	float: left;
	width: 100%;
}

.woocommerce-account .my-profile ul li span {
	display: block;
}

.woocommerce-account .my-profile ul li span.profile-field-title {
	font-weight: bold;
}

/*.woocommerce-account .my-profile dl:after {
	 clear: both
}

.woocommerce-account .my-profile dl {
	margin: 0px;
}

.woocommerce-account .my-profile dt, .woocommerce-account .my-profile dd {
	float: left;
	width: 25%;
}

.woocommerce-account .my-profile dt.full-width, .woocommerce-account .my-profile dd.full-width {
	width: 50%;
}

.woocommerce-account .my-profile dd {
	padding-right: 10px;
}*/

/* my-gallery */

.woocommerce-account .my-gallery .title:after, .woocommerce-account .my-gallery .title:before {
    content: " ";
    display: table
}

.woocommerce-account .my-gallery .title:after {
    clear: both
}

.woocommerce-account .my-gallery .title h2 {
    float: left
}

.woocommerce-account .my-gallery .title .add {
    float: right;
}

.woocommerce-account .my-gallery .page-head {
	display: none;
}