.pickup-header{
	background-color: #2CA01C;
	color: white;
	min-height: 20px;
	margin-bottom: -10px;
	padding: 1% 3% 3% 3%;
	font-weight: 700;
	text-transform: capitalize;
	font-size: 14px;
	cursor: pointer;
}

.delivery-header{
	background-color: #b20023;
	color: white;
	min-height: 20px;
	margin-bottom: -10px;
	padding: 1% 3% 3% 3%;
	font-weight: 700;
	text-transform: capitalize;
	font-size: 14px;
	cursor: pointer;
	
}

.space{
	padding-bottom: 2.5%;
}

.pickup-portlet-border{
	border: 3px solid #2CA01C;
	background-color: white;


}
.delivery-portlet-border{
	border: 3px solid #b20023;
	background-color: white;
	
}

.portlet.box.purple {
	border-color: #8E5FA2;
}

.portlet-table-data-bordered > tr > td{
	border: solid 1px grey;
	padding: .05% 0.5% .05% 0.5%
}

.contact > input{
	width: 80%;
	border: 1px solid #ccc;
	margin: auto;
	padding: auto;
	box-sizing: border-box;
	display: inline-block;
}

.address > p > label > input{
	width: 150px;
	border: 20px solid #ccc;
	margin: auto;
	padding: auto;
	box-sizing: border-box;
	display: inline-block;
}

.input_label > label{
	display: inline-block;
	text-align: right;
}

.address_column{
	text-align: right;
	margin-bottom: 10px;
	margin-top: 20px;
}

.form-label > form > label {
	text-align: right;
	padding-top: 2px;
	margin-right: 5px;
	margin-bottom: 10px;
}

.form-input > form > input {
	margin-right: 5%;
	margin-bottom: 10px;
	width: 75%;
}

.contact_column{
	margin-top: 1.48%;
	text-align: right;
}

.border_rounder{
	border-style: outset;
	outline: thick black;
	border-width: 1px;
	margin-top: 100px;
	padding-right: 100px;
}
.simplified_accessorials_container{
	width: 20%;
	height: 100%;
	border-style: solid;
	border-width: 1px;
	margin-top: 10px;
	padding-left: 17px !important;
	padding-right: 17px !important;
}

.delivery_space{
	padding-top: 5%;
}

.charge-to {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 30%;
	min-width: 250px;
}

.bottom-border {
	border-bottom: solid 1px black;
}