div#left-part {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 8ex;
	border-right: groove #c5fffc;
	background-color: #c5fffc;
	height: 100%; 
}

div#content-part {
	position: absolute;
	left: 8ex;
	top: 8ex;
	padding-left: 2ex;
	max-width: 100ex;
	font: 2ex/3ex Verdana, Arial, Helvetica, sans-serif;
}

div.header-row {
	position: absolute;
	left: 0ex;
	top: 0ex;
	width: 100%;
	background-color: #c5fffc;
	font: 2ex/3ex Verdana, Arial, Helvetica, sans-serif;
	padding-top: 1ex;
	padding-bottom: 1ex;
	padding-right: 0ex;
	padding-left: 0ex;
	margin: 0ex;
	vertical-align: middle;
	border-bottom: groove #c5fffc;
}



div#notice {
	text-align: center;
	background-color: yellow;
	border: 1px solid #33ff33;
	padding: 1ex;
}

div#error {
	text-align: center;
	background-color: yellow;
	border: 1px solid red;
	padding: 1ex;
}

div.login-box {
	text-align: left;
	border: 1px solid black;
	margin: 5ex;
	padding-top: 5ex;
	padding-right: 5ex;
	padding-left: 5ex;
	padding-bottom: 0ex;
	background-color: #6ad8b9;
	font-size: larger;
}

.input-data {
	width:35ex;
}

div.copyright-small {
	text-align: right;
	font-size: x-small;
	padding-top: 3ex;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

div.access-restriction-message {
	font-style: italic;
	text-align: center;
	padding-bottom: 4ex;
}

div.message {
	text-align: center;
	background-color: yellow;
}

input.submit {
	border: 1px solid black;
}

input.token-field {
	border: 1px solid black;
}



ol.question-unit li {
	margin-bottom: 3ex;
	font-size: larger;
}


div.question {
	margin-bottom: 1ex;
}

div.answer {
	font-size: smaller;
	
}

input.hand-in {
	border: 1px solid black;
	margin-left: 4ex;
	margin-top: 4ex;
	margin-bottom: 8ex;
}

textarea.response {
	border: 1px solid black;
}

input.radio-button {
	
}

h1.view_results {
	font-size: x-large;
	font-weight: bold;
	margin-bottom: 1ex;
}

h1.academic_results {
	font-size: x-large;
	font-weight: bold;
	margin-bottom: 0ex;
	text-align: center;
}

h2.personal_details, h2.semester {
	font-size: larger;
	font-weight: bold;
	margin-bottom: 0ex;
}

h2.name {
	font-size: medium;
	font-weight: bold;
	margin-bottom: 0ex;
}

h4.resit_recourse {
	font-size: inherit;
	margin-bottom: 0ex;
	padding-bottom: 0ex;
}

table.personal_details {
	border-collapse: collapse;
}

table.personal_details th {
	text-align: left;
}

table.personal_details tr.header {
	border-top: 1px solid #FB7A31;
}

table.personal_details td {
	border-bottom: 1px solid #CCC;
	padding: 0 0.5em;
	width: auto;
}

table.personal_details td.header_column {
	padding-right: 2ex;
	border-right: 1px solid #CCC;
	text-align: left;
	padding-left: 3ex;
	font-weight: bolder;
}

table.results {
	border-collapse: collapse;
}

table.results td, table.results tr {
	padding: 0px;
}

table.results th {
	text-align: left;
}

table.results tr.header {
	padding: 0 0.5em;
	text-align: left;
	border-top: 1px solid #FB7A31;
	border-bottom: 1px solid #FB7A31;
	background: #FFC;
	font-weight: bolder;
}

table.results td {
	border-bottom: 1px solid #CCC;
	padding: 0 0.5em;
	width: auto;
}

table.results td.adjacent {
	border-left: 1px solid #CCC;
	text-align: left;
	padding-left: 3ex;
	padding-right: 3ex;
}

table.results td.subject_name {
	padding-left: 3ex;
	padding-right: 3ex;
}

table.results div.passed {
	color: green;
}

table.results div.not_passed {
	color: red;
}

div.resit_recourse_message {
	color: red;
	font-weight: bold;
}

div.logout {
	margin-top: 3ex;
	margin-bottom: 3ex;
}

div.legal_notice {
	font-weight: bold;
	border: 2px solid red;
	text-align: center;
	padding: 3ex;
	margin: 3ex;	
}

td.login-button {
	text-align: left;
	padding-top: 2ex;
}

td.login-button input {
	font-size: medium;
	padding: 0.5ex;
}