.planTitle {
	padding-bottom: 5px;
	width: 60px;
	font-weight: bold;
	text-align: center;
}

.expenseSectionHeader {
	padding-left: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	text-align: left;
}

.planParamLabel {
	padding-left: 5px;
	padding-bottom: 5px;
	width: 100%;
	text-align: left;
}

.coverageLabel {
	padding-left: 5px;
	padding-bottom: 5px;
	text-align: left;
	white-space: nowrap;
}

.planParamValue {
	padding-bottom: 5px;
	width: 60px;
	text-align: left;
	white-space: nowrap;
}

/* Input border is suppose to come from member.css, but the Stylesheets have overlapping styles, so the page only pulls from common.css, which does not have the border specified, specify it here */
.planParamValue input {
	border: 1px solid #7F9DB9;
}

.planParamLeftUnit {
	padding-bottom: 5px;
	text-align: right;
	white-space: nowrap;
}

.planParamRightUnit {
	padding-bottom: 5px;
	text-align: left;
	white-space: nowrap;
}

.unitTypeSelect {
	width: 34px;
}

