.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]{
    border-radius: 0;
    background-color: #2cc9ff;
    color: #fff;
    text-transform: inherit;
    font-weight: bold;
    letter-spacing: 0.5pt;
    border: none;
    padding: 6px 12px;
    line-height: inherit;
    margin: 3px 0;
    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{
    background-color: #0093c5;
    border: none;
}

.neoncrm-page-title {

}

.neoncrm-page-subtitle {
}
.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{
    text-align: center;
}
.neon_C_content input[type="text"],
.neon_C_content input[type="password"],
.neon_C_content select,
.neon_C_content textarea{
    display: inline-block;
    width: auto;
    height: auto;

    margin: 1px;
    padding: 6px 12px;
    font-size: 14px;
    color: #333;
    background: #ffffff;
    background-image: none;
    border: 1px solid #303030;
    -moz-transition: all ease-in-out .15s;
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.neon_C_content input[type="text"]:focus,
.neon_C_content input[type="password"]:focus,
.neon_C_content select:focus,
.neon_C_content textarea:focus
{
    outline: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#SocialFundraisingCampaigns .neoncrm-table td{
    text-align: left;
}
.fl-row-content-wrap .neon_C_content a{
    color: #2cc9ff;
}