.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 button,
.neon_C_content #surveyForm .control_button,
.neon_C_content input[type=button],
.neon_C_content input[type=submit]{
    margin: 3px 1px;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 0;
    color: #FFFFFF;
    background-color: #5ECFDC;
    padding: 7px 14px;
    font-weight: 400;
    cursor: pointer;
    line-height: inherit;
    width: auto;
    font-size: 14px;
    font-family: 'Rock Salt', cursive;
}
.neoncrm-submit:hover,
.neoncrm-button:hover,
.neoncrm-org-toggle button:hover,
.neon_C_content button:hover,
.neon_C_content #surveyForm .control_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 {
    line-height: 1.3;
    font-size: 28px;
    color: #86D3E2;
    margin-bottom: 15px;
    font-family: 'Rock Salt', cursive;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,h1, h2, h3, h4, h5, h6 {
    color: #86D3E2;
}
.neon_C_content h2 a{
    font-size: 22px;
}
.neon_C_content h2 {

    line-height: 1.3;

    font-size: 24px;
    color: #86D3E2;
    margin-bottom: 15px;
    font-family: 'Rock Salt', cursive;
}
.neon_C_content h3{
    font-family: 'Rock Salt', cursive;
}
.neoncrm-right-align img:hover{
    cursor: pointer;
}
.neon_C_content a.neoncrm-neonFooter {
    float: right;
}

.neoncrm-org-toggle a:hover{
    cursor: pointer;
}
.neoncrm-table td,.neoncrm-event-registration-list-summary td,.neoncrm-ticket-options-table td{
    text-align: center;
}
.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-color: #fefefe;
    border: 1px solid #a3a3a3;
    padding: 7px;
}
.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;
}
.neon_C_content td{
    padding: 2px;
}
.neon_C_content #frontItemListTable td{
    padding: 1px;
}
.neon_C_content select{
    line-height: 2;
}


.neon_C_content .neoncrm-right-align{
    text-align: right;
}
.paymentFieldset{
    border: 1px solid #f7f3d6 !important;
}