* { box-sizing: border-box; }
html {
	background-color: #ccc;
	font-family: 'Montserrat', sans-serif;
}
body {
	width: 1280px;
	max-width: 99%;
	margin: 0 auto;
	background-color: white;
	padding: 20px;
}
textarea {
	width: 100%;
	height: 120px;
}
table.sort th.header_date {width: 80px;
}

table.sort th.header_user {width: 80px;
}
table.sort th.header_start ,
table.sort th.header_finish {width: 65px;
}

table.sort th.header_duration {width: 80px;}

table.sort th,
table.sort td {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
table.sort { table-layout: fixed; }

.sort tr:nth-child(even) td {background-color: #efefef;}
