@CHARSET "UTF-8";

#postBasketActions .button-outer:first-child {
	float: left;
}

#frmVoucher INPUT[type="text"] {
	
	width: 200px;
	
}

#addrForm {
	background: #f0f0f0;
}

div.basketAddress {
	
	float: left;
	margin-right: 2%;
	background: rgba(143, 91, 114, 0.2);
	border-top: 9px solid rgb(143, 91, 114);
	
	width: 48%;
	
	padding: 10px 20px;
	box-sizing: border-box;
	font-size: 14px; 
	
}

div.basketsub {
	font-size: 14px;
}

@media only screen and (max-width: 450px) {
	
	div.basketAddress {
		margin: 0;
		width: 100%;
		margin-bottom: 20px;
	}
	
}