.event-info {
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: left;
    margin: 1em 0;
    width: 61%;
}
.event-title {
    font-size: 1.3em;
    margin-bottom: 10px;
}
.event-time {
    font-size: 1.1em;
}
.event-price {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 10px;
}
.event-msg {
    padding: 10px;
    color: #777;
}
.hidden {
    display: none;
}
.registrant-header{
    border-bottom: 1px dotted #ccc;
    margin: 2em 0 1em;
    padding: 5px 8px;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}
.odd-registrant, .even-registrant{
    background-color: #f5f5f5;
    padding: 10px;
    display: inline-block;
    width: 100%;
}

.even-registrant{
    background-color: #ccc;
}

#reg-form-box{
    border: 1px solid #ccc;
    background-color: #fff;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 200px;

}
#reg-form-box input[type="text"]{
    width: 150px;
}
#reg-form-wrap{
    margin:2px;
}
#registrant-forms .form-label{
	display: inline;
	inline-height: 1;
	padding: 0.5em;
}
#registrant-forms .form-field{
	margin-top: 0.7em;
}

#registrant-forms .required{
	font-weight: bold;
}
#registrant-forms .error{
	color:#FF0000;
}
#registrant-forms{

}

#reg-summary{
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 1em;
    border-bottom: 1px solid silver;
}
#summary-total-price{
    border-top: 1px solid #ccc;
    margin-bottom: 1em;
}
#total-label,#total-amount{
    font-weight: bold;
}
#summary-price, #summary-total-price{
    width: 90%;
}
#summary-price td, #summary-total-price td{
    padding: 3px;
}
#summary-discounted-price{
    margin-bottom: 1em;
    width: 90%;
}
.line-on-top{
    border-top: 1px solid #ccc;
}
#register-button {
    font-size: 1.2em;
    padding: 5px;
}
div.delete-button-wrap{
    display: none;
}

#update_summary{
    margin-bottom: 1em;
    padding: 3px;
}

.errors-box{
    background-color: #FFEBE8;
    border: 2px solid #FF8B78;
    margin-bottom: 20px;
    padding: 10px;
    width: 61%;
}
.deleted-item td{
    text-decoration: line-through;
}
.clear{
    clear: both;
}
.delete-button{
    cursor: pointer;
    font-size: 2em;
}

.extra-registrants {
    width: 50px;
}

.add-registrants-button {
    padding: 3px;
    margin-left: 5px;
}

.add-registrants-link {
    cursor: pointer;
    text-decoration: underline;
}

.add-registrants-text {
    padding-top: 20px;
    padding: 20px 0;
}

.summary-total {
    font-weight: bold;
    font-size: 1.7em;
    margin-bottom: 10px;
}

.summary-payment {
    margin-bottom: 15px;
}

.admin {color: #800; font-weight: bold;}
.discount-summary {display: none;}
.showhide {font-size: 18px;}

.addon-wrap{
    background-color: #f5f5f5;
    padding:10px;
    margin: 2em 0;
    width: 68%;
}

.event-registration-hidden {
    display: none !important;
}

div.form-wrap {
    padding: 120px 50px;
}

.form-wrap p {
    margin-top: 1em;
    margin-bottom: 1em;
}

.guest-types {
    margin: 120px 0;
}

.add-registrants-box {
    font-size: 2em;

    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: auto;
}

.add-registrants-box .type {
    justify-self: start;
}

.add-registrants-box .guest-count {
    justify-self: center;
}
