.membership-row {
	margin-right: -15px;
	margin-left: -15px;
}
.membership-container {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
}
.membership-header {
	background-color: #000;
	margin-bottom: 20px;
	color: #dc490f;
	padding: 10px;
	padding-bottom: 20px;
	font-size: 21px;
}
.membership-customer-balance {
	font-weight: bold;
	color: #FFF;
	margin-bottom: 10px;
}
.membership-express-logo {
	text-align: center;
	height: auto;
	width: 100%;
}
.membership-update-profile-link {
	font-size: 19px;
	font-weight: normal;
}
.membership-form-heading {
	font-size: 23px;
	font-weight: bold;
	color: #dc490f;
	padding-top: 5px;
	text-align: center;
	text-transform: none;
}
.membership-container-2 {
	background-color: #000;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.membership-form-content-update {
	font-size: 24px;
	color: #000;
	font-weight: normal;
}
.membership-content-update-numbers {
	font-size: 24px;
	color: #dc490f;
}
.interac-symbol-right {
	font-size: 9px;
	text-align: left;
	vertical-align: top;
}
.membership-vip-package-insert {
	font-size: 31px;
	font-weight: bold;
	color: #000;
	margin: 5px;
	padding: 20px;
	float: right;
	width: 60%;
	border: thin solid #000;
}

@media (max-width: 767px) {

.membership-vip-package-insert {
	font-size: 17px;
	font-weight: bold;
	color: #000;
	margin: 5px;
	padding: 20px;
	float: right;
	width: 100%;
	border: thin solid #000;
}


}

/* #### iPhone 4+ Portrait or Landscape #### */
@media screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2){
	
  .membership-vip-package-insert {
	font-size: 17px;
	font-weight: bold;
	color: #000;
	margin: 5px;
	padding: 20px;
	float: right;
	width: 100%;
	border: thin solid #000;
}


}

.alt-link-2 {
	background-color:#dc490f;
	border: thin solid #000;
}

.center-div
{
     margin: 0 auto;
     width: 400px; 
	text-align: center; 
}

.white-font
{
     font-color:#fff;
     font-weight: bold; 
	text-align: center; 
}




