/* login page      */
.exc-billboard {
	border-radius: 10px;
    background-color: #170d67;
    color: white;
}

.exc-billboard h3 {
   color: white;
}

#Username {
    background-color: white;
}

#Password {
    background-color: white;
}

/* Account summary page */
.exc-data-neutral
{
	color : #666666 !important;
}

.exc-banner-account {
	background: #FFFFFF !important;
	color: #666666 !important;
	border: 1px solid #000;	
	border-radius: 10px;
	max-width: 800px;
  }

.exc-account-details {
  display: block;
}


.exc-icon-account-summary{
	display:none;
}

ul.exc-tabs {
  display: block; 
 }

#s4-workspace {
	overflow:auto !important;
}

.exc-account-summary {
    padding-left:20px;
}

#fbExplanation p {
    font-size: 12px;
}

.sprites.gas {
	background: url('/Lib/Exelon/exc-images/sprites2x.png') no-repeat -47px -235px; 
	width: 22px; 
	height: 22px;
	background-size: 300px 300px;
	position:absolute
}

#fbExplanation span.spacer {
   padding-left: 24px;
}

.exc-banner-account a {
	color: #0072c6;	
}

.FBSignInLink {
	color: white;
	text-decoration: underline;
}


