.neon_C_content {
  margin: 0;
  padding: 20px;
  overflow: hidden;
  word-wrap: break-word;
  white-space: normal;
  color: #333333;
}

.neoncrm-submit,
.neoncrm-button,
.neoncrm-org-toggle button,
.neoncrm-org-toggle input[type=button],
.neon_C_content input[type=button],
.neon_C_content input[type=submit]{
    height: auto;
    line-height: inherit;
    border: 2px solid #5edcd0;
    background: #5edcd0;
    color: #fff;
    width: auto;
    font-size: 12px;
    margin: 3px 1px;
    padding: 7px 14px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 0 !important;
    -webkit-appearance: button;
    cursor: pointer;
}
.neoncrm-submit:hover,
.neoncrm-button:hover,
.neoncrm-org-toggle button:hover,
.neoncrm-org-toggle input[type=button]:hover,
.neon_C_content input[type=button]:hover,
.neon_C_content input[type=submit]:hover{

}

.neon_C_content h1 {
    font-family: 'Open Sans','Raleway',"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 36px;
    line-height: 1.4;
    font-weight: 300;
    color: #292929;
}

.neon_C_content h2 {
    font-family: 'Open Sans','Raleway',"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 28px;
    line-height: 1.4;
    font-weight: 300;
    color: #292929;
}
.neoncrm-right-align img:hover{
    cursor: pointer;
}
.neon_C_content a.neoncrm-neonFooter {
    float: right;
}

.neoncrm-org-toggle a:hover{
    cursor: pointer;
}

.neon_C_content input[type="text"],
.neon_C_content input[type="password"],
.neon_C_content input.neoncrm-text-field,
.neon_C_content select,
.neon_C_content input.neon2Field,
.neon_C_content textarea{
    display: inline-block;
    width: auto;
    height: auto;
    margin: 1px;
    background: #C8D5F1;
    border: none;
    font-weight: 500;
    border-radius: 0;
    outline: none;
    padding: 6px;
}
.neon_C_content input[type="text"]:focus,
.neon_C_content input[type="password"]:focus,
.neon_C_content select:focus,
.neon_C_content input.neon2Field:focus,
.neon_C_content textarea:focus{

}
#SocialFundraisingCampaigns .neoncrm-table td{
    text-align: left;
}
.neon_C_content th{
    padding: 4px;
    text-align: left;
}
.neon_C_content td{
    padding: 2px;
}
.neon_C_content #frontItemListTable td{
    padding: 1px;
}
.neon_C_content select{
    line-height: 1.5;
}


.neon_C_content .neoncrm-right-align{
    text-align: right;
}
@media only screen and (max-width: 800px){
    .neon_C_content .neoncrm_broadcast_section{
        overflow-x: auto;
    }
}
@media only screen and (max-width: 500px){

    .neon_C_content input[type="text"],.neon_C_content input[type="password"]{
        max-width: 250px;
    }

}
@media only screen and (max-width: 315px){


    .neon_C_content #sfp-e-check,.neon_C_content #sfp-alternative{
        margin-top: 40px;
    }
}
.neon_C_content #event_calendar{
    overflow-x: auto;
}
#encouragedLogIn .neon_en_field_set{
    padding: 0 10px 10px !important;
}
.paymentFieldset{
    border: 1px solid #f7f3d6 !important;
}
.neon_C_content table.neoncrm-event-registration-list-summary,.neon_C_content table.neoncrm-event-registration-list-summary th{
    text-align: left;
}
#confirmButtons .button{
    border-radius: 0;
}