.control-section .customize-section-title:hover {
	box-shadow: inset 11px 0 8px -8px rgba( 0, 0, 0, 0.1 );
}

.customize-section-title:after {
	right: auto;
	left: 20px;
}

.customize-control {
	float: right;
}

.customize-control-title {
	clear: rigt;
	float: right;
	margin-right: 0;
	margin-left: 10px;
}

.customize-control-text input,
.customize-control-select select,
.customize-control-checkbox input,
.customize-control-color .color-picker,
.customize-control-upload div {
	float: right;
	clear: left;
}

.customize-control-radio label {
	float: right;
	clear: both;
}

.customize-control-radio input {
	margin-right: 0;
	margin-left: 5px;
}

#customize-preview {
	left: 0;
	right: 300px;
}

/*
 * Color Picker
 */
.customize-section .color-picker-hex span {
	float: right;
	margin: 1px 0 0 -2px;
	padding: 3px 8px 3px 0;
	text-align: left;
}

/*
 * Image Picker
 */
.customize-section .customize-image-picker {
	float: right;
}

.customize-section .customize-image-picker .thumbnail {
	float: right;
	clear: right;
	margin-right: 0;
	margin-left: 20px;
}

.customize-section .customize-image-picker .actions {
	float: right;
}

.customize-section .customize-image-picker .library ul {
	float: right;
}

.customize-section .customize-image-picker .library li {
	float: right;
}

.customize-section .customize-image-picker .library div {
	float: right;
}
