/* CSS for Plan Upgrade starts here*/
#upgrade_my_plan{
	font-family : nhg-text-bold, arial, sans-serif;
	color: #000000;
}

#upgrade_my_plan h1.headerLine{
	font-size: 34px;
	margin : 60px 0px 12px 15px;
	font-family: nhg-display-bold, arial, sans-serif;
}
#upgrade_my_plan h6.headerByLine{
	font-size: 14px;
	padding : 0px 0px 10px 15px;	
	font-family: nhg-text-roman, arial, sans-serif;
	word-wrap: break-word;
    white-space: normal !important;
    line-height: 17px;
}
div.planDiv, div.addrDiv{
	border: 1px solid #d8dada;
	min-height:50px;
	height:auto;
}
div.addrDiv{
	margin-left:20px;
}
.planSelectedDiv{
	font-family: nhg-text-roman, arial, sans-serif;
    font-size: 14px;
    padding-top: 22px;
    padding-bottom: 0;
}
.planGBDiv{
	font-family: nhg-text-bold, arial, sans-serif;
	font-size: 16px;
    padding-top: 20px;
    padding-bottom: 25px;
}
.paddBtmMore{
	padding-bottom: 18px;
}
.monthTotalDiv{
	font-family: nhg-text-bold, arial, sans-serif;
	font-weight: 900;
	font-size: 20px;
    padding-bottom: 12px;
}
#upgrade_my_plan .manage_confirm_btn{
	width: 128px;
    color: white;
    border: 1px solid black;
    padding: 2px;
    text-align: center;
    border-radius: 27px;
    font-family: nhg-display-bold, arial, sans-serif;
    margin-left: 16px;
    margin-top: 35px;
}
.singleRuler{
	border: 1px solid #d8dada;
}

.billAddrOuter{
	min-height:200px;
	height:auto;
}
.no-padd{
	padding: 0px !important;
}

.cursorPointer{
	cursor: pointer;
}
.billingAddrDiv{
    word-wrap: break-word;
    white-space: normal !important;
}
.fullScrMarginLeft{
	margin-left:14px;
}
.no-padd-btm{
	padding-bottom: 0px;
}
.CCLabelOuter div.planSelectedDiv{
	padding-top: 8px;
    padding-bottom: 9px;
}
.CCLabelOuter div.planGBDiv{
	padding-top: 0px;
    padding-bottom: 0px;
}

@media screen and (min-width: 320px) and (max-width: 991px) {
	div.addrDiv {
	    margin-left: 0px;
	    margin-top:10px;
	}
}