p {
	margin: 1em;
}

ul {
	padding-left: 40px;
	margin: 1em 0;
	list-style-type: disc;

}

h1 {
	font-size: 1.25em;
}

.paperdate {
	display: inline-block;
	width: 20%;
	float: left;
	}
	
.programinfo {
	display: inline-block;
	width: 80%;
	float: right;
	}
	
.headerrow {
	border-width: 1px 0px;
	border-style: solid;
	border-color: #f8f7f5;
	padding: 10px 0px;
	}
	.headerrow:before, .headerrow:after {
		content: ".";
		display: block;
		font-size: 0;
		height: 0;
		line-height: 0;
		overflow: hidden;
		visibility: hidden;
		width: 0;
		}
		.headerrow:after {
			clear: both;
			}
			
.headerrow div.programinfo {
	color: #77b84a;
	font-size: 1.5em;
	}
	
.row {
	border-width: 1px 0px;
	border-style: solid;
	border-color: #f8f7f5;
	padding: 10px 0px;
	}
	.row:nth-child(odd) {
		background-color: #f8f7f5;
	}
	.row:before, .row:after {
		content: ".";
		display: block;
		font-size: 0;
		height: 0;
		line-height: 0;
		overflow: hidden;
		visibility: hidden;
		width: 0;
		}
		.row:after {
			clear: both;
			}
		
.solicit8 .loginform {
	background-color: #F8F7F5;
	margin: 0 0 25px 0;
	}
	.solicit8 form, .reminderform {
		width: 45%;
		margin: 0% 1%;
		display: inline-block;
		vertical-align: top;
		}
		.reminderform form {
			width: 100%;
			}
		
.solicit8 h2 {
	font-size: 2em;
}

/* CFR Special styles */
.savedProgram .COIMessage {
	border: 2px solid #222;
	padding: 10px;
	}
	.savedProgram h3.important {
		color: #DB2B00;
		font-size: 1.2em;
		font-weight: bold;
		}

.toggle {
	color: #0079c2;
	cursor: pointer;
}

.toggle.redbutton {
	color: #FFF;
}

.popupcontainer { 
	/* fixed position a zero-height full width container */
	position: fixed;
	top: 50px;
	left: 0;
	right: 0;
	height: 0;
	/* center all inline content */
	text-align: center;
}

.popupcontainer > .popup {
	/* make the block inline */
	display: inline-block;
	/* reset container's center alignment */
	text-align: left;
	background-color: #FFF;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	box-sizing: border-box;
	padding: .5em;
	max-width: 75%;
	max-height: 800px;
	overflow-y: auto;
	overflow-x: hidden;
	position: relative;
}

.close {
	text-align: right;
	font-size: 2em;
	margin: 0;
	color: red;
	cursor: pointer;
	position: absolute;
	top: 0;
	width: 100%;
	right: .25em;
}

.loginform {
    background-color: #f8f7f5;
    margin: 0 0 25px;
   	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: horizontal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.loginform form {
	width: 49%;
}