h1.test {
	color:red;
}

h2 {
	margin-bottom:1em;
}

.register-now {
  margin: 10px 0 0 0 !important;
}

.reg-form {
  background-color: #F6F7F8;
  border: 1px solid #D6D9DC;
  border-radius: 10px; /* rounded corners */
  width: 100%;
  padding: 25px;
  margin: 0 0 20px 0;
}

.pmt-form {
  background-color: #F6F7F8;
  border: 1px solid #D6D9DC;
  border-radius: 10px; /* rounded corners */
  width: 100%;
  padding: 0 20px;
  margin: 1em 0 20px 0;
}

.pmt-form div.registration-summary {
	flex-direction: row;
	align-items: center;
	margin-bottom: 20px
}

div.registration-summary span[data-field] {
	font-size: 16px;
}

div.registration-1a,
div.registration-1b,
div.registration-2a,
div.registration-2b,
div.registration-3a,
div.registration-3b {
	margin: 2px;
	overflow: hidden;
	text-overflow: ellipsis"
}

div.registration-1a,
div.registration-2a,
div.registration-3a {
	width: 30%;
}

div.registration-1b,
div.registration-2b,
div.registration-3b {
	width: 65%;
}

div.registration-3a span[data-field] {
	padding: 0 !important;
}
div.registration-3b {
	padding: 7px;
}
div.registration-3b.registration-paid {
	background-color: #c0ffc0;
}
div.prior-donations {
	padding: 7px;
	background-color: #c0ffc0;
}

@media only screen and (min-width: 700px) {
  div.registration-1a {
	width: 150px;
	padding-right: 20px;
	text-align: right;
  }
  div.registration-1b {
	width: 28%;
  }
  div.registration-2a {
	width: 8%;
	text-align: right;
  }
  div.registration-2b {
	width: 12%;
  }
  div.registration-3a {
	width: 15%;
	text-align: right;
  }
  div.registration-3b {
	width: 8%;
  }
}

.registration-1b input[type='button'] {
	width: 100%;
}

div.lily-acronym {
  text-align: center;
  font-size:130%;
  font-style: italic;
}
div.lily-acronym span {
  text-decoration: underline;
}

ul.mdash {
	margin-left: 0;
	list-style-image: url('../../images/lily/mdash.gif')
}

.lily-full {
  width: 100%;
  background-color: #fff;
  display: block;
  padding: 1em; 0; 0; 1em;
}

.lily-1 {
  width: 60%;
  background-color: #fff;
  display: block;
  padding: 1em;
}
.lily-2 {
  width: 40%;
  background-color: #fff;
  display: block;
  padding: 1em;
}
@media only screen and (min-width: 401px) and (max-width: 960px) { /* Tablet Styles */
  .lily-1 {
    width: 65%;
  }
  .lily-2 {
    width: 35%;
  }
}
@media only screen and (min-width: 961px) { /* Desktop Styles */
  .lily-1 {
    width: 70%;
  }
  .lily-2 {
    width: 30%;
  }
}

.lily-3 {
  width: 100%;
  background-color: #ffb5da;
  display: block;
  padding: 1em;
}
.lily-4 {
  width: 100%;
  background-color: #fffb97;
  display: block;
  padding: 1em;
}
.lily-5 {
  width: 100%;
  background-color: #ffb5da;
  display: block;
  padding: 1em;
}
@media only screen and (min-width: 961px) { /* Desktop Styles */
  .lily-3 {
    width: 50%;
  }
  .lily-4 {
    width: 50%;
  }
  .lily-5 {
    width: 50%;
    background-color: #fffb97;
  }
}

.indent {
	padding-left: .5in;
}

table.pmt th.name,
table.pmt td.name {
	text-align: left;
}
table.pmt th.regType,
table.pmt td.regType {
	text-align: center;
}
table.pmt th.amount,
table.pmt td.amount {
	text-align: right;
}