/* ----- Media Query CSS for PTO ----- */
/*
    Created on : 2019-04-24
    Author     : David O'Donnell
*/

/* Media queries for various table and other widths */
@media screen and (max-width:1079px) and (min-width:900px) {
	/* Table width assignments, based on a standard width of 960px */
	#content {
		max-width:980px;
	}

	#navbar p, #adminbar form, #adminbar p, #bottombar p, #footNote p, #previewbar p, #auxbar p, nav > div {
		width:980px;
		max-width:980px;
	}

	#head-content {
		max-width:980px;
	}
}

@media screen and (min-width:1080px) {
	/* Table width assignments, based on a standard width of 960px */
	#content {
		width:1048px;
		max-width:1048px;
	}

	#navbar p, #adminbar form, #adminbar p, #bottombar p, #footNote p, #previewbar p, #auxbar p, nav > div {
		width:1048px;
		max-width:1048px;
	}

	#head-content {
		width:1048px;
		max-width:1048px;
	}
}
