@charset "utf-8";

/* CSS Document */

.form-element {
	float:left;
	width:100%;
}

div.quantity_select {
	width:100%;
	float:left;
}

.quantity_select > select {
	width:90%;
	float:left;
	margin-right:10%;
}

.widefat.price-table td input {
	width:50%;
}

div.print-field {
	float:left; 
	width:100%;
}

li.mini_cart_item a.remove {
	display:block;
	float:left;
	width:15%;
}

li.mini_cart_item a.line-item {
	display:block;
	float:left;
	margin-left:2px;
	width:70%;
}

div.dimensions-select input#width {
	border:1px solid #333 !important;
	width:60px !important;
}

.single_add_to_cart_button {
	width:100%;
}

div.sticker-quantity,
div.sticker-price{
	width:40%;
	float:left;
	font-weight: bold;
	padding-bottom:6px;
}

div#sizeCustom,
div#qtyCustom{ display: none; }
div#sizeCustom > div {
	width:30%;
	padding:2px 4px;
	float:left;
}

div#sizeCustom > div > input {
	width:95%;
}

div#qtyCustom > input {
	width:30%;
	margin-right:10%;
}
div#sizeCustom > div > input,
div#qtyCustom > input{
	float: left;
	padding:2px 4px;
	border:1px solid #333;
	background-color:#eee;
	border-radius: 4px;
}
div#qtyCustom { width: 100%; }
