.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: 1px solid #e0e0e0;
    -webkit-appearance: button;
    cursor: pointer;
    font-size: 15px;
    background: none repeat scroll 0 0 #9E84C0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #FFF;
    padding: 6px 12px;
}
.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{

}

.neoncrm-page-title {
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    font-size: 34px;
    line-height: 1.2;
}

.neoncrm-page-subtitle {
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    line-height: 1.2;
}
.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: 2px;
    padding: 6px 12px 8px 14px;
    border: 1px solid #b48ee5;
}
#SocialFundraisingCampaigns .neoncrm-table td{
    text-align: left;
}
.neoncrm-field-label{
    font-weight: bold;
    margin-bottom: 3px;
}
.neon_C_content a {
    color: #6a4996;
}

.neon_C_content a:hover,.neon_C_content a:focus {
    color: #7f5dab;
}