.thead {
	font-weight: bold;
}

.thesis-row {
	display: table-row;
}
.thesis-topic {
	display: table-cell;
	width: 450px;
	padding: 3px;
}
.thesis-status {
	display: table-cell;
	text-align: center;
	padding: 3px;
	width: 70px;
}
.thesis-year {
	display: table-cell;
	text-align: center;
	padding: 3px;
}

.thesis_text {
	text-align:justify;
}

.thesis_field {
	display: table-row;
	width: 400px;
}
.thesis_label {
	font-weight: bold;
	display: table-cell;
	width: 130px;
}
.thesis_content {
	text-align: justify;
	display: table-cell;
	
}