.paypal {
  padding-bottom: 1em;
}

.georgia {
  font-family: Georgia;
  padding-bottom: 1em;
}

#members {
  height: 6em;
}

.centered {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.blue {
	color: blue;
}

.orange {
    color:#ff6600;
}

#register {
    background-image: url("/static/img/checkout-logo-large.jpg");
    background-repeat: no-repeat;
    background-position: left;
    margin-left: 50px;
    width: 188px;
    border: 0px;
}

#waitlistme {
    background-image: url("/static/img/waitlistme.jpg");
    background-repeat: no-repeat;
    background-position: left;
    margin-left: 50px;
    width: 188px;
    border: 0px;
}

.altpay {
    font-family: "Cabin", Helvetica, sans-serif;
    font-size: 1.5rem;
    line-height: 1.7778;
}

.font80 {
    font-size: 80%;
}

.font110 {
    font-size: 110%;
}

.font120 {
    font-size: 120%;
}

.font150 a:link {
    color: orangered;
    font-size: 150%;
    text-decoration: underline;
}

.font150 a:visited {
    color: orangered;
    font-size: 150%;
    text-decoration: underline;
}

ul {
    list-style-type: none;
}

li {
    padding-bottom:0.75em;
}

li > ul > li {
    padding-bottom:0em;
}

li > ol > li {
    padding-bottom:0em;
}

li > ol >  ul > li {
    padding-bottom:0em;
}

ol > ul {
    list-style-type: disc;
}

button {
    background-color: blueviolet;
    border: none;
    color: white;
    border-radius: 8px;
    margin: 0 12px;
    margin-top: 8px;
    padding: 2px 12px;
}

.help-block {
    color: red;
    font-size: 120%;
    margin-bottom: 0;
}