
.topsection {
	max-width: 1020px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 25px;
	min-height: 500px;
}

.leftAside {
	width: 70%;
	box-sizing: border-box;
	padding-right: 10px;
}

.rightAside {
	width: 30%;
	box-sizing: border-box;
	border: 3px solid #ddd;
	padding: 10px;
	align-self: flex-start;
}

h1 {
    color: #4d4d4d;
    font-family: "Raleway",sans-serif;
    font-size: 30px;
    line-height: 34px;
    font-weight: 100;
    margin: 5px 0 15px;
}

.login h3 {
    background-color: #dc5034;
    margin: -10px -10px 10px -10px;
    padding: 10px;
    color: white;
    font-size: 1.2em;
    text-align: center;
    text-transform: uppercase;
}
.heading h3 {
    background-color: #00abeb;
    padding: 5px;
    color: white;
    font-size: 1em;
    text-align: left;
	margin: 10px 0px 10px 0px;
	}
.topofpage h2 {
    font-size: 1em;
    text-align: center;
	}
.presentoptions li {
    margin-left: 40px; 
	padding-bottom: 10px;
}
label {
	display: inline-block;
	width: 40%;
}

.beginsubmission {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

input.btn {
    background-color: #00abeb;
    color: #fff;
    float: left;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    margin: 13px 0 0;
    padding: 0 25px;
    text-transform: uppercase;
    border: none;
}

.editsub {
    margin-bottom: 15px;
}

ol.program_list {
	margin-left: 40px;
	list-style-type: decimal;
}

ol.program_list li, p {
	padding: 5px;
}

@media (max-width: 640px ) {
	.topsection {
		flex-direction: column;
	}

	.leftAside, .rightAside {
		width: 95%;
		margin: 0 auto;
	}
}
ol.objective_list li{
	list-style-type: decimal;
	font-style: normal;
	margin-left: 40px;
	}
ol.faq_list li{
	list-style-type: decimal;
	font-style: normal;
	margin-left: 40px;
	padding-bottom: 10px;
	}	
ul.criteria_list li{
	list-style-type: disc;
	font-style: normal;
	margin-left: 40px;
	padding-bottom: 10px;
	padding-top: 10px;
	}
ul.criteria_sublist li{
	list-style-type: circle;
	font-style: normal;
	margin-left: 40px;
	padding-bottom: 10px;
	padding-top: 10px;
	}	
.error {
	border: 1px solid red;
	padding: 0px 5px;
	background-color: #FDDCE0;
	border-radius: 4px;
	
}	

.important {
	
	padding: 0px 5px;
	background-color: #D3D3D3;
	border-radius: 4px;
	font-weight: bold;
	
}