@charset "utf-8";
/* CSS Document */

#third_level_menu {
    width: 100px;
    float: left;
    border: dotted thin #000000;
		margin: 5px;
		padding: 5px;
}

#course_content {
    width: 500px;
		margin: 1px;
		padding: 1px;
		border: none;
		overflow: hidden;
}

#teesign {
    border: solid thin #000000;
}

table tbody tr td {
    vertical-align: top;
}

table.markings {
    border-top: solid thin black;
    border-bottom: solid thin black;
}
		
table.markings thead tr th {
    border-bottom: solid thin black;
}
		
table.markings thead tr th.marking {
    width: 150 px;
}
		
table.markings tbody tr td.marking {
    width: 170px;
}
		
div.teesign div.tees {
    float right;
		width: 100px;
}

