

@media (max-width: 1000px) {
	body { margin-top: 95px; }

	div.form > form > table > tbody > tr > td:nth-of-type(2), div.form > form > table > tr > td:nth-of-type(2), div.form > table > tbody > tr > td:nth-of-type(2), div.form > table > tr > td:nth-of-type(2) { width: 80%; }

	form#add_job_sheet > div.label_2 > div { flex-basis: 30%; font-size: 1em; }
	form#add_job_sheet > div.label_2 > div > input { top: calc(50% - 0.75em); left: 0.5em; }
	form#add_job_sheet select { width: calc(50% - 1em); }

	div#autosave { top: 130px; }

	/* Keep modal contents within viewport */
	div.modal > div:nth-of-type(2) { max-width: 100%; }

}

@media (max-width: 800px) {

	body { margin-top: 150px; }

	div#top_right > div#datetime_page { display: none; }

	div.form > form > table > tbody > tr > td:nth-of-type(2), div.form > form > table > tr > td:nth-of-type(2), div.form > table > tbody > tr > td:nth-of-type(2), div.form > table > tr > td:nth-of-type(2) { width: 60%; }

	form#add_job_sheet > div.label_2 > div { flex-basis: 45%; }

	div#autosave { top: 200px; }

	table.admin_list td.site_templates > a { }

}

@media (max-width: 360px) {
	div#login_body { width: calc(100% - 50px); height: 270px; }
	div#login_body.customer { height: 300px; }
}