body { 
	background-color: #fff; 
	background-color: #f8f8f8; 
	font-family: 'Open Sans', sans-serif; 
	font-size: 16px; 
}

#neoncrm_content { 
	background-color: #fff; 
}

h1,
h2,
h3,
h4,
h5,
h6,
.neoncrm-page-title,
.neoncrm-page-subtitle,
.neon2Header,
.neon2Title { 
	font-family: 'Roboto Condensed', sans-serif; 
}
.neon2Header {
	font-size: 36px;
}
.neoncrm-form-buttons {
	margin-bottom: 40px;
}

input[type="button"],
input[type="submit"] { 
	height: 42px; 
	background-color: #26ADE4;
	border: none;
	border-radius: 21px; 
	color: #fff;
	padding: 0 25px; 
	text-transform: uppercase;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
input[type="button"]:hover,
input[type="submit"]:hover {
	background-color: #4DBCE9;
}
img[src="/np/images/ssl_valid_z2systems.gif"] {
	margin-top: 25px;
}
.neoncrm-eventList-tail {
	margin: 25px 0;
}
.neoncrm-table {
	border: solid 1px #000;
	width: 100%;
}
.neoncrm-table th {
	border-bottom: solid 1px #000;
	background-color: #f8f8f8;
	padding: 5px;
	text-align: center;
}
.neoncrm-table td {
	padding: 5px;
}
.neoncrm-table tfoot {
	border-top: solid 1px #000;
	background-color: #f8f8f8;
}

/* Center header image */
.neoncrm-header-image { margin: 0 auto; }

/* Improve spacing on eventList.do */
.neoncrm-event-list-page .neoncrm-event-register-button { margin-top: 15px; }

/* Padding for full wrapper */
#neoncrm_content { padding: 15px 0 55px; }

/* Adds padding above social media links */
.addthis_toolbox { padding: 20px 0; }

/* Improve spacing on event list page */
.neoncrm-event-list-event div { margin: 20px 0 0; }

/* Improve spacing on event list page - table view */
.neoncrm-event-list-table td,
.neoncrm-event-list-table th { vertical-align: top; padding: 10px 5px 0; background-color: #fff; }
.neoncrm-event-list-table th { border-bottom: solid 1px #eee; }
.neoncrm-event-list-table th:nth-child(2) { width: 30% }
.neoncrm-event-list-table th:nth-child(3) { width: 45% }
.neoncrm-event-list-table tr:nth-child(even) td { background-color: #f8f8f8; }
.neoncrm-event-list-table td:nth-child(3) div { margin-bottom: 15px; }

/* change admission fee display */
.neoncrm-event-admission ul { list-style: none; margin: 0; padding: 0; }
.neoncrm-event-admission li { font-weight: bold; }

/* hack - fix margin on event registration form submit button */
form[action="/np/publicaccess/eventRegistrationSave.do"] .neoncrm-submit { margin-top: 20px; }
.neoncrm-login-content .neon-login-btn{
	height: 40px;
	background-color: #0074d9;
	border: none;
	border-radius: 24px;
	color: #fff;
	padding: 0 25px;
	text-transform: uppercase;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
	width: 300px;
	margin-top: 37px;
}
.neoncrm-login-content .neon-login-btn:hover{
	background-color: #0074d9;
}
.neoncrm-login-content .label-forgot-password {
	color: #0074d9;
	font-size: 14px;
	font-weight: normal;
	height: 20px;
	text-align: center;
	width: 300px;
}
.neoncrm-login-content .neoncrm-page-title {
	color: #002d41;
	font-size: 24px;
	font-weight: bold;
	height: 32px;
	letter-spacing: 0px;
	line-height: 32px;
	width: 312px;
	margin: unset;
}
.neoncrm-login-content #z2-login-wrapper input[type="text"], .neoncrm-login-content #z2-login-wrapper input[type="password"] {
	max-width: 300px;
}
.neoncrm-login-content #z2-login-wrapper #registration{
	max-width: 300px;
}