body
	{
	font-size: 18px;
	font-family: 'Nunito', sans-serif;
	background-color: rgb(255,255,255);
	color: rgb(64,64,64);
	}

.field
	{
	background-color: transparent;
	border-width: 0px 0px 2px 0px;
	border-color: black;
	border-style: solid;
	font-weight: bold;
	font-size: 18px;
	font-family: 'Nunito', sans-serif;
	padding: 0px 4px;
	margin-left: 4px;
	color: rgb(133,11,14);
	}

.field_checkbox
	{
	position: relative;
	top: 4px;
	width: 20px;
	height: 20px;
	}

#contactform tr
	{
	height: 32px;
	}

#contactform td
	{
	white-space: nowrap;
	}

#pricingtable td, #personalizedtable td
	{
	border-style: solid;
	border-width: 1px;
	border-color: rgb(212,212,212) rgb(160,160,160);
	padding: 2px 4px;
	}

.field_quant
	{
	background-color: transparent;
	border-width: 0px 0px 1px 0px;
	border-color: black;
	border-style: solid;
	font-weight: bold;
	font-size: 16px;
	font-family: 'Nunito', sans-serif;
	margin-left: 4px;
	width: 30px;
	text-align: right;
	color: rgb(133,11,14);
	}

.amountdue
	{
	border: none;
	text-align: right;
	}

.button, .button_selected
	{
	display: inline-block;
	border: 4px solid rgb(192,224,255);
	border-radius: 15px;
	padding: 2px 8px;
	}

.button:hover, .button_selected
	{
	cursor: pointer;
	border: 4px solid rgb(0,128,255);
	}

.ticket
	{
	width: 120px;
	border: 1px solid rgba(0,0,0,0.7);
	margin-bottom: 8px;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.6);
	}

.qty
	{
	width: 48px;
	font-size: 21px;
	font-weight: bold;
	}

.divider
	{
	margin-top: 32px;
	width: 100%;
	height: 2px;
	background-color: black;
	}

#contacttable td
	{
	padding-top: 6px;
	padding-bottom: 6px;
	}

#subttl, #paypalfee
	{
	display: inline-block;
	text-align: right;
	width: 120px;
	font-size: 20px;
	}

#grandttl
	{
	display: inline-block;
	text-align: right;
	width: 120px;
	font-size: 24px;
	}

.ttl_header
	{
	display: inline-block;
	width: 140px;
	}

.meal_toggle
	{
	opacity: 0.4;
	}