/* Registration/Supporter Confirmation www and email */

.content_email
{
	max-width:600px;
}

.content_email, .content_email td, .content_email th
{
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size:16px;
}

#t_support_conf
{
	max-width:640px;
	border-collapse:collapse;
	border: 1px solid #333;
	min-width:40%;
}
#t_support_conf td, #t_support_conf th
{
	color: #333;
	padding: 10px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	vertical-align: top;
}
#t_support_conf tr.sechead th
{
	background-color: #E4CB90;
	text-align:left;
}
#t_support_conf th
{
	background-color: #E4D7BA;
	text-align:left;
}
#t_support_conf td
{
	background-color: white;
	text-align:left;
}

#booking_periods
{
	max-width: 640px;
	border-radius:3px;
	color: black; 
	padding: 10px 10px 0 10px;
	background-color: #e4d7ba;
	text-align: center;
}

#booking_periods h2
{
	margin-top:0;
	font-family:Georgia, 'Times New Roman', Times, serif;
	text-align:center;
	font-size:140%;
	font-variant:normal;
}

#t_booking_periods
{
	display: inline-block;
	vertical-align: top;
	margin: 0 40px 20px 0;
}

#t_booking_perkey
{
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
}

#t_booking_periods td
{
	text-align: center;
	width: 36px;
	padding: 1px;
}

#t_booking_perkey td
{
	min-width: 28px;
	padding: 1px 5px;
}

span.per1, span.per2, span.per3
{
	padding: 0 3px;
}

.per1
{
	color: white;
	background-color: #BF3030;
}

.per2
{
	color: white;
	background-color: #208020;
}

.per3
{
	color: white;
	background-color: #3030BF;
}

.per4
{
	color: white;
	background-color: #999;
}

.supp_rew
{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.supp_rew .column
{
	flex-basis: 100%;
	margin:0 10px 10px 0;
	border-radius:8px;
	color:black; 
	padding: 10px;
}

@media screen and (min-width: 700px) {
  #supp_rew_patron, #supp_rew_ally, #supp_rew_friend, #supp_rew_supporter
  {
    flex-basis: calc(50% - 30px);
  }
}

#supp_rew_patron
{
	background-color: #E4B954;
}

#supp_rew_ally
{
	background-color: #C0C0C0;
}

#supp_rew_friend
{
	background-color: #BB9C54;
}

#supp_rew_supporter
{
	background-color: #E2DBCA;
}

.supp_rew h2
{
	margin-bottom:0;
	font-family:Georgia, 'Times New Roman', Times, serif;
	text-align:center;
	font-size:140%;
	font-variant:small-caps;
}

.supp_rew h3
{
	margin-top:0;
	font-family:Georgia, 'Times New Roman', Times, serif;
	text-align:center;
	font-size:90%;
	font-style:italic;
	font-weight:normal;
}