#attend_food_table select {
	width: auto !important;
}

#registration_table {
	margin: 0 auto;
	width: 80%;
}

#registration_table textarea:focus, #registration_table input:focus {
	outline: none;
}

#registration_table h2 {
	color: #2f4f88;
}

#registration_table input[type=text],
#registration_table select {
	background: #FFFFFF;
	color: #000000;
	border: none;
	width: 200px;
}

#registration_table input[type="checkbox"] {
	background: #FFFFFF;
	color: #000000;
	width: none;
	border: none;
}

#registration_table input[type="radio"] {
	background: #FFFFFF;
	color: #000000;
	border: none;
}

#dates_table, .agenda_table, #registration_table_container, #download_table, #location_table, #googlemap, #attendee_table {
	border: 0;
}

#billing_online_table {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid white;
	color: black;
	background: #CCCCCC;
}

#alt_info_fields {
	color: black;
}

.reg_left_column {
	width: 50%;
	font-weight: bold;
	vertical-align: top;
	text-align: right;
}

.reg_left_column div {
	margin-top: 5px;
}

.reg_right_column {
	width: 50%;
	overflow-wrap: break-word;
}

.regform_table .reg_right_column {
	white-space: pre-line;
}

#attending_table {
	width: 50%;
}

.regemail {
	padding: 5px;
	width: 98.3% !important;
}

.regemail h2 {
	text-align: center;
}

.print {
	background: #FFFFFF !important;
	color: #000000 !important;
}

.confirmation {
	white-space: pre-line;
	font-weight: normal;
	/* padding: 25px; */
}

/* DROPS */

.day_drop, .meal_opts, .drink_opts, .delivery {
	position: relative;
	display: inline-block;
	border: 1px solid #4571a3;
	border-radius: 5px;
	padding: 10px;
	margin: 5px;
	text-align: left;
}

.meal_opts, .drink_opts {
	display: block;
}

.day_drop {
	color: #000000;
	background: #d6d3d3;
	max-width: 250px;
	width: 250px;
	vertical-align: top;
}

.day_drop select {
	max-width: 215px;
}

.day_cost {
	float: right;
}

.hide_opt {
	display: none !important;
}

/* Totals */
.total {
}

.total_label {
	font-weight: bold;
	font-size: 14px;
}

.total_cost {
	font-size: 14px;
}

.total_note {
	font-size: 10px;
}

#print {
	background: #FFFFFF;
	color: #000000;
	padding: 25px;
}

*:disabled {
	background-color: #dfdcdc;
	color: #828282;
	opacity: 1;
}
