@media screen and (max-width: 1400px){
	a.ticket {
		width: 174px;
		top: -5px;
		left: -5px;
	}
	
	body, textarea {
		font-size: 12pt !important;
		line-height: 1.2 !important;
	}

	p {
		line-height: 1.4 !important;
	}

	#content {
		padding: 3% 5% !important;
	}

	div.cell-small {
		width: 16.25% !important;
	}

	div.cell-medium {
		width: 22% !important;
	}

	div.row {
		padding: 0px 0px 5px 0px;
	}

		div.row:last-child {
			border-bottom: 0px !important;
		}

	div.card {
		padding: 5px !important;
		margin: 5px 0px 0px 5px !important;
	}

	.header {
		padding: 25px !important;
		font-size: 15pt !important;
	}

	.ml100 { margin-left: 70px !important; }

	.w404 { width: 404px; }
}