.cjustify {
	text-align:justify;
}

.project_logo {
	margin: 2px;
	float:right;
	width:200px;
}

.project_text {
	text-align:justify;
}

div.teaching_field, .reg_row {
	display: table-row;
	width: 400px;
}

div.reg_row {
	padding-top: 5px;
	padding-bottom: 5px;
}

div.teaching_label, .reg_label {
	font-weight: bold;
	display: table-cell;
	width: 130px;
}
div.teaching_content, .reg_field {
	text-align: justify;
	display: table-cell;
	
}

table.fl {
	border:#003152;
	border-collapse: collapse;
	
}

td.fl_lecture {
	width: 200px;
	border: 1px solid #003152;
	
}
th.fl_check {
	text-align: center;

}
td.fl_check {
	width: 55px;
	border: 1px solid #003152;
	text-align: center;
}

img.fl_check {
	width: 20px;
}

.teaching_block {
	padding-top: 20px;
}

.collapse_header {
	vertical-align: middle;
	padding-bottom: 7px;
	font-size: 10pt;
	font-weight: bold;
}
