.input-append span.input-group-addon {
  font-size: 14px;
  padding-left: .5em;
}

/* MY CSS FOR EVENT BOOKING */

/* module upcomming events */
.eb_event h4 {
	color: #0f0;
}

.eb_event a:hover {
	color: #ddd;
}

/* individual registration */
.eb-container#.eb-individual-registration-page {

}

#eb-individual-registration-page .form-group {
	margin-top: .5em;
}

.eb-container h3.eb-heading {
	margin: 1em 0 .5em !important;
}

#eb-categories .eb-box-heading, #eb-events .eb-box-heading, #eb-event-page .eb-box-heading {
    background:#fd0;
	border: none;
}

#eb-categories .eb-description, #eb-events .eb-description, #eb-event-page .eb-description {
	
  background-color: #a8c1edee;}
.eb-notice-message
{background-color: beige;
  color:
  
}