/*Event Details Page*/
body.itemid-266 section#sp-main-body {
    background: #fff;
}

div#eb-event-page .eb-box-heading.clearfix {
    background: #42b655;
}

div#eb-event-page h1.eb-page-heading {
    text-align: center;
    color: #fff;
    font-size: 3em;
}
.eb-description-details.clearfix {
    background: #42b655;
    color: #fff;
    padding-bottom: 15px;
    font-size: 18px;
}
/*Event Page*/
a.eb-register-button, .eb-register-buttons-bottom a.eb-button-button-link.btn.btn-secondary {
    font-size: 18px;
    margin-bottom: 10px !important;
}
.eb-featured-event {
    background: #fff;
}
/*Event Registration*/
body.com-eventbooking.view-register main#sp-component {
    padding: 30px;
    box-shadow: 1px 1px 5px 2px #888888;
    border-radius: 10px;
}
form#adminForm div.form-row {
    border-bottom: 1px #ded5d5ad solid;
}

form#adminForm input.form-control, select.form-select, textarea#comment {
    background: #e8f0fe9c !important;
}
form#adminForm .form-actions input#btn-submit {
    font-size: 18px;
}