/*********************************************************************************
* New Select Address
*********************************************************************************/
.address-info-select {
	margin: 12px 0 0 0;
}

.address-select-option {
	margin: 20px 0 20px 0;
}

.address-table {
	width: 100%;
	border-collapse: collapse;
	border-width: 4px;
	border-color: white;
	border-style: solid;
	float: center;
}

.address-table tbody {
	display: table;
	width: 100%;
}

.address-table table {
	width: 100%;
}

.table-divider {
	border-width: 3px;
	border-color: #ffffff;
	margin: 6px 0 6px 0;
}

.display-none {
	display: none;
}

.left-margin-17 {
	margin-left: 17px;
	margin-top: 8px;
}
