#overlay{
	
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 900;	
	
}



#overlayBackground{
	
	width: 100%;
	height: 100%;	
	position: fixed;
	top:0;
	left:0;
	background-color: black;
	opacity: .6;
	z-index: 901;	

	
}

.overlay-content{
	
	max-height: calc(100% - 40px);
	overflow:auto;
	border-radius: 6px;
	background-color: white;
	padding: 20px 40px 20px 40px;
	text-align: center;
	top: -20%;
	
	position: absolute;	
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	
	font-size: 20px;
	
	opacity: 1.0;
	z-index: 902;
	
}

#checkSavedButton, #closeOverlay{
	
	display: block;
	margin: 0 auto 0 auto;
	width: 40%;
	margin-top: 10px;
	
}

.address{
	
	display: block;
	text-align: left;	
	padding: 5px;
	border: 2px solid #a8a8a8;
	font-size: 16px;
	margin-top: 10px;		
	border-radius: 4px;
}

.address:hover{
	
	background-color: #DFF0D8;
	cursor: pointer;
	
}

.address1{
	
	text-align: right;
	width:40%;
	float: left;	
}

.address2{
	
	text-align: left;
	width: 40%;
	float: right;
	
}

.updateWarning{
	
	margin-top: 5px;
	font-size: 14px;
	
}

#updateContactInfo{
	
	width: 40%;
	margin-bottom: 5px;
	
}

#accountsSelectContainer{
	
	margin: 10px 0 10 px 0;
	
}

#overlay .errorMessage{
	
	color: #A94341;
	text-align: center;
	
}

#or{
	
	clear:both;
}

#alternateChoice{
	
	margin-top: 20px;
	display: block;
	clear: both;
}

.printMethod{
	
	display: block;
	margin: 20px auto 20px auto;
	width: 70%;
	
}

.smallButton{
	
	width: 30%;
	display: block;
	margin: 20px auto 20px auto;
}

#closePrintMethod{

	display: block;
	margin: 30px auto auto;
	width: 50%;
	
}

.smallForm{
	
	width: 50%;
	margin: 0 auto 20px auto;
	
}

.inlineButton{
	
	margin-left: 4px;
	
}

.noBorder{
	
	margin: 0 auto 30px auto;
	
}

.noBorder td, th{
	
	border: none;
		
	padding: 0 20px;
	text-align: left;
	
}

.noBorder tr:hover{
	
	background-color: none;
	
	
}

.noBorder .success{
	
	color: #47A447;
	
}

#closeOverlayButton
{
	margin: 10px auto;
	width: 40%;	
	
	
}

#exercises{
	
	margin-top: 20px;
	
}

.exerciseButton{
	
	padding: 10px 0px;
	margin: 0 10px 20px 10px;
	width: 27%;
	text-align: center;
	
}

#lessonSelectHeader
{
	font-size: 28px;
	margin-bottom: 10px;
}

.lessonSelectbutton, #closeOverlayButton.lessonSelectbutton {
	
	display: block;
	margin: 10px auto;
	width: 80%;
	
}

#lessonSelectContainer
{
	text-align: center;
}

.wordSplitterInput{
	
	width: 30%;
	display: inline;
	
}


#inputContainer{
	
	margin: 10px 0;
	
	
}

#saveSplitWords{
	
	width: 40%;
	margin: 20px 0;
	
}

#cancelContraction {
	display: inline-block;
	font-size: 14px;
	cursor: pointer;
}

#contractionSplitterContainer .form-group{
	
	display: inline;
	
}

#loadingMessage table{

	text-align: left;
}