@media screen and (min-width: 1240px) {

/* filter form */

	form#thesis_defences-filter_form {
		max-width: 1000px;
	}

	select#thesis_defences-filter_form-institution_id {
		width: 380px;
	}
	select#thesis_defences-filter_form-doctoral_school_id {
		width: 380px;
	}
	select#thesis_defences-filter_form-branch_of_science_id {
		width: 380px;
	}
	select#thesis_defences-filter_form-discipline_id {
		width: 380px;
	}
	input#thesis_defences-filter_form-name {
		width: 200px;
	}
	input#thesis_defences-filter_form-supervisor_name {
		width: 200px;
	}
	input#thesis_defences-filter_form-title {
		width: 200px;
	}
	select#thesis_defences-filter_form-event_date_type {
		width: 200px;
	}

		form.filter-thesis_defences div.filter_item_column-1 {
			width: 545px;
		}

		form.filter-thesis_defences div.filter_item_column-2 {
			width: 370px;
		}

	input#thesis_defences-filter_form-result_year {
		width: 80px;
	}

	input#thesis_defences-filter_form-show_inactive_doctoral_schools {
		margin: 5px 0 0 140px;
	}

/* list table */

	table.thesis_defences-list tr .cell-student {
		width: 20%;
	}

	table.thesis_defences-list tr .cell-title {
		width: 80%;
	}

	table.thesis_defences-list tr .cell-supervisor {
		width: 20%;
	}

	table.thesis_defences-list tr .cell-doctoral_school_name {
		width: 30%;
	}

	table.thesis_defences-list tr .cell-institution_name {
		width: 10%;
	}

	table.thesis_defences-list tr .cell-discipline {
		width: 15%;
	}

	table.thesis_defences-list tr .cell-event_date {
		width: 10%;
	}

	table.thesis_defences-list tr .cell-result_date {
		width: 15%;
	}

/* show data */

	div.thesis_defences-data .row .cell:nth-child(1) {
		padding-left: 40px;
		width: 200px;
	}

	div.thesis_defences-data .row .cell:nth-child(2) {
		width: 800px;
	}

}
