
:root {
	--example-var: #525252;
}

#content_container {
	max-width: 550px;
	background: url("https://soms.ou.edu/img/toptal_subtle_patterns/69_85.png");
	background-color: #FFF;
}

.info {
	padding: 15px;
}

.semester_header {
	background: #D7D7D7;
	padding: 10px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid #838383;
	border-top: 1px solid #838383;
}

.semester_header.first {
	border-top: none;
}

.no_students_spacer {
	height: 15px;
}

.no_students {
	padding: 15px;
	background: #FFF;
	box-shadow: 0 0 3px #A4A4A4;
	border-radius: 10px;
	overflow: hidden;
	margin: 0 15px 15px 15px;
}

.semester .button_container.p15 {
	padding-top: 0;
}

.students_container {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 15px;
	padding: 15px;
}

.student {
	flex-grow: 1;
	background: #FFF;
	box-shadow: 0 0 3px #A4A4A4;
	border-radius: 10px;
	overflow: hidden;
}

.student_name {
	font-weight: bold;
	font-size: 16px;
	padding: 10px 10px 5px 10px;
}

.student ul {
	/* margin-top: 5px; */
	padding-left: 10px;
	padding-bottom: 10px;
}

.student ul li {
	/*list-style: disc;*/
	/*margin-left: 18px;*/
	line-height: 2;
}

#cc_info {
	padding: 0 15px 15px 15px;
	color: #555;
}

.semester_container a.link_button.standard {
	box-shadow: 0 0 2px #BBB;
	color: #000;
}

#upay_notice {
	padding: 20px;
}

#upay_notice .contents {
	padding: 0 0 15px 0;
}

#upay_notice.green {
	background: #dfffdf;
}

#upay_notice.yellow {
	background: #fffae8;
}

#upay_notice {
	width: 290px;
}

#upay_notice .button_container button {
	margin: 0;
	border: 1px solid #CCC;
	padding: 4px 7px;
	font-size: 16px;
	background: #FFF;
	border-radius: 5px;
	cursor: pointer;
	background-image: linear-gradient(-20deg, #e9defa 0%, #fbfcdb 100%);
}

#upay_notice .button_container button:hover {
	box-shadow: 0 0 3px #AAA;
}

#upay_notice .button_container button:active {
	box-shadow: 0 0 3px #AAA inset;
}

.hide_from_re_registration {
	margin-top: 5px;
}

@media (max-width: 550px) {
	
	#content_container {
		margin: 0;
		border: none;
		box-shadow: none;
	}
	
	#bg_image {
		background: #525252;
		opacity: 1.0;
	}
	
	.mobile_only {
		display: block;
	}
	
}