.neon_C_content {
  margin: 0;
  padding: 20px 5px;
  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]{
    cursor: pointer;
    margin: 3px 0;
    padding: 7px 12px;
    height: auto;
    width: auto;
    background: #00264c;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
    text-transform: none;
    text-shadow: none;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
}
.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{
    color: #ffffff;
    background: #fb6800;
}

.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{
    width: auto;
    height: auto;
    display: inline-block;
}
#neoncrm_encouraged_login_signin #neonLoginForm input[type="text"],#neoncrm_encouraged_login_signin #neonLoginForm input[type="password"]{
    max-width: 250px;
}
@media (max-width: 500px) {
    #cont-neon{
        padding:0px 15px;
    }
    #conte-neon{
        padding-left: 0px;
    }
    .neon_C_content select{
        max-width: 270px;
    }
}
#SocialFundraisingCampaigns .neoncrm-table td{
    text-align: left;
}