body#courses header .panel
{
	background-image: url('http://catalog.pharmacy.umaryland.edu/img/courses/courses.jpg');
	background-color: #7a7b75;
}

#courseSearch
{
	text-align: center;
}

#courseSearch input
{
	font-size: 32px;
	width: 75%;
	padding: 0.4em 0.25em;
	text-align: center;
	color: white;
	border: 2px solid hsla(0, 0%, 100%, 0.5);
	background: transparent;
	border-radius: 20px;
}

#courseSearch input::-webkit-input-placeholder
{
   color: hsla(0, 0%, 100%, 0.5);
}

#courseSearch input::-moz-placeholder
{
   color: hsla(0, 0%, 100%, 0.5);
}

#courseSearch input:-ms-input-placeholder
{
   color: hsla(0, 0%, 100%, 0.5);
}

#offeringDisclaimer
{
	font-size: 80%;
	text-align: center;
	font-style: italic;
	margin-bottom: 0;
}

#courseList
{
	padding-top: 0;
}

.tabs .search-label
{
	color: white;
	background-color: hsl(0, 0%, 75%);
	font-size: 80%;
	font-weight: bold;
	padding: 0.25em 0.5em;
	border-radius: 0.25em;
	margin-left: 0.5em;
	display: none;
}

.skip
{
	margin: 0;
	float: right;
}

.skip .sticky
{
	position: fixed;
	top: 50px;
	/* right will be set by JavaScript */
	margin: 0;
	background: white;
}

.courses
{
	overflow: auto;
	margin-bottom: 2em;
	margin-right: 20em;
}

.tabContent p
{
	font-size: 80%;
}

.courses > div
{
	margin-bottom: 1em;
}

.courses .highlight
{
	background-color: #fff4c0;
}

.courses .number
{
	font-weight: bold;
}

.courses .desc
{
	display: block;
	font-size: 80%;
}

.courses .credits:before
{
	content: '(';
}

.courses .credits:after
{
	content: ')';
}

.courses .no-courses
{
	display: none;
}

.tabContent h2
{
	clear: left;
}

.courses h3
{
	font: 100% "Franklin Gothic Book";
	text-transform: none;
	margin: 0;
}

@media screen and (max-width: 768px)
{
	#courseSearch input
	{
		width: 100%;
	}

	.courses
	{
		margin-right: 0;
	}

	.skip
	{
		float: none;
		text-align: center;
	}

	.courses > div
	{
		float: none;
		width: 100%;
		margin-bottom: 1em;
	}
}

@media screen and (max-width: 600px)
{
	#courseSearch input
	{
		font-size: 16px;
	}

	#courseSearch input::-webkit-input-placeholder
	{
	   font-size: 14px;
	}

	#courseSearch input::-moz-placeholder
	{
	   font-size: 16px;
	}

	#courseSearch input:-ms-input-placeholder
	{
		font-size: 16px;
	}

	.tabContent h2
	{
		margin-top: 0.5em;
	}


	body#courses header .panel
	{
		background-image: url('http://catalog.pharmacy.umaryland.edu/img/courses/courses.mobile.jpg');
	}

	.skip .sticky
	{
		position: static;
	}
}

@media print
{
	.courses
	{
		margin-right: 0;
	}

	.tabContent > div
	{
		display: block !important;
	}
}
