/* Add here all your CSS customizations */
#footer					{
	width: 960px;
	text-align: center;
	clear: both;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}
#footer p				{ color: #153554;}
#footer a 				{ color: #153554; text-decoration: none; font-weight: bold; }
#footer a:hover { text-decoration: underline;
}

.plan-select {
	cursor: pointer;
}

.plan-select.active {
    color: inherit;
	background: transparent;
}

.plan-select.active td {
	background: #e1f5ff;
}