  /*
form#LoginForm {
display: inline;
}

form#LoginForm input {
font-size: 1em;
}

form#LoginForm label {
	font-weight: 700;
	color: #333;
	white-space: nowrap;
	margin: 0em 0.5em;
}

p#LogoutParagraph {
padding: 0.5em;
text-align: right;
font-size: 0.8em;
border-bottom: 1px solid currentColor;
}
*/

@media (min-width: 720px) {
	form#LoginForm label {
		display: inline-block;
		width: 40%;
	}	
}

#CoverpageCardAndPhoto {
width: 684px;
overflow: hidden;
padding: 10px;
margin-top: 14px;
margin-bottom: 14px;
border: 1px solid #999;
border-radius: 3px;
-o-border-radius: 3px;
-webkit-border-radius: 3px;
-ms-border-radius: 3px;
-moz-border-radius: 3px;
background-color: #f9f8f6;
box-shadow: 0px 2px 3px rgba(0,0,0,0);
-o-box-shadow: 0px 2px 3px rgba(0,0,0,0);
-ms-box-shadow: 0px 2px 3px rgba(0,0,0,0);
-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0);
-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0);
}

#CoverpageCard {
float: left;
width: 471px;
overflow: hidden;
}

#CoverpagePhoto {
width: 193px;
min-height: 200px;
padding: 10px;
float: right;
text-align: center;
}

#UserCard {
margin-left: 10px;
margin-top: 10px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

#UserCard p {
	margin-top: 0px;
}

#UserCard dl {
list-style-type: none;
margin: 0px;
padding: 0px;
overflow: hidden;
font-family: inherit;
font-size: inherit;
}

#UserCard dt {
font-weight: bold;
float: left;
width: 23%;
clear: both;
}

#UserCard dd {
float: right;
width: 75%;
margin: 0px;
padding: 0px;
}

#DeptExportCard {
overflow: hidden;
margin-top: 20px;
margin-bottom: 20px;
padding: 10px;
border: 5px solid #DDD;
background-color: #EEE;
border-radius: 15px;
-o-border-radius: 15px;
-ms-border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
}

#DeptExportCard h2 {
margin: 0px;
padding: 0px;
border-bottom: 1px solid #AAA;
margin-bottom: 10px;
}

#DeptExportCard #UserCard {
margin: 0px;
padding: 0px;
}

a#DeptExportPhoto {
float: left;
width: 128px;
height: 128px;
overflow: hidden;
}

div.ResearchProject {
padding: 10px;
border: 1px solid #CCC;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-o-border-radius: 10px;
margin-bottom: 20px;
margin-top: 5px;
box-shadow: 0px 5px 10px #777;
-moz-box-shadow: 0px 5px 10px #777;
-webkit-box-shadow: 0px 5px 10px #777;
-o-box-shadow: 0px 5px 10px #777;
}

div.ResearchProject h3 {
margin: 0px;
border-bottom: 1px solid #CCC;
}

div.ResearchProject h4, div.ResearchProject ul {
margin: 0px;
margin-top: 2px;
margin-bottom: 2px;
}

p.ProxyEditNotice {
font-weight: bold;
color: #820201;
margin-left: 10px;;
margin-right: 10px;
padding: 10px;
border: 1px solid #820201;
background-color: #FFEEEE;
}


.links-disclaimer {font-size: 0.8em; color: #333; font-weight: 700;}

article.main-content .update-button,
.update-button {
	display: block;
	float: right;
	color: #FFF;
	background-color: #9d0200;
	padding: 0.5em;
	border-radius: 0.3em;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	box-shadow: 0em 0.1em 0.2em rgba(0,0,0,0.5);	
}


.hours-area form {
margin: 0px;
padding: 5px;
}

.hours-area form input[type=text], .hours-area form select {
font-size: inherit;
max-width: 80%;
float: right;
clear: right;
}

.hours-area form  {
font-size: 0.8em;
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;
}

.hours-area form label:before,
.hours-area form label:after {
	height: 0px;
	content: " ";
	display: table;
	clear: both;
}

/*
.hours-area li.NewHours form {
}
*/

.hours-area ul {
list-style-type: none;
margin: 0px;
padding: 0px;
}

.hours-area ul li {
margin:0.5em 0em;
padding:0;
}

.hours-area ul li:before {
	display: none;
}

.hours-area label {
	white-space: nowrap;
}

.hours-area hr {
margin-top: 1em;
}

.research-project-form fieldset {
	background-color: rgba(0,0,0,0.04);
	margin: 3em 0em;
}

.research-project-form fieldset legend {
	font-weight: bold;
}

.research-project-form input[type=text],
.research-project-form textarea {
	box-sizing: border-box;
	width: 100%;
	font-size: 14px;
}

.research-project-form textarea {
	height: 10em;
}

.edit-degree-forms input {
	font-size: 0.8em;
}

	
@media (min-width: 720px) {
	.edit-degree-forms {
		font-size: 0.8em;
	}

	.edit-degree-forms label {
		white-space: nowrap;
	}
}

@media (max-width: 719px) {
	.edit-degree-forms label {
		display: block;
	}
	.edit-degree-forms label input {
		margin-left: 0.75em;
	}
}

.edit-links-form {
	font-size: 0.8em;
}

.edit-links-form input {
	font-size: 1em;
}

@media (max-width: 719px) {
	.edit-links-form label {
		white-space: nowrap;
		display: block;
	}

	.edit-links-form label input {
		margin-left: 0.75em;
	}
}

@media (min-width: 720px) {
	.page-middle .prpl-content-column .condensed dt {
		float: left;
		clear: left;
		margin-top: 0;
		width: 25%;
	}
	.page-middle .prpl-content-column .condensed dd {
		clear: none;
		margin-left: 25%;
	}
}

@media (max-width: 719px) {
	.page-middle .prpl-content-column .condensed dt {
		margin-top: 0;
	}
	
}
	