a.eb-register-button {
  display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333!important;
    text-shadow: 0 1px 1px rgb(255 255 255 / 75%);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;

    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #bbb;
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%);
}

a.eb-register-button:hover {
    color: #333;
    text-decoration: none;
  	background-color: #e6e6e6;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear;
}

.form-horizontal .controls {
    *display: inline-block;
    *padding-left: 20px;
    margin-left: 230px;
    *margin-left: 0;
}
.form-horizontal .control-label {
    float: left;
    width: 230px;
    padding-top: 5px;
    text-align: right;
}
.radio, .checkbox {
    min-height: 18px;
    padding-left: 0px;
}
label, input, button, select, textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 21px;
}
.chzn-container-single .chzn-single {
    height: 28px !important;
    line-height: 29px !important;
}
#eb-registrants-management-page #adminForm .filters, #eb-registration-history-page #adminForm .filters {
	width: 100%;
	padding-top: 10px;
}
#filter_event_id_chzn {
  width: 300px !important;
}
.eb-page-heading {
  line-height: 40px;
  padding: 0 !important;
  margin: 0 !important;
}
#eb-category-page-table .table {
  font-size: 14px;
}
#filter_published_chzn .chzn-single {
  margin-left: 15px;
}
.eb-radio-container .row .col-md-12 {
  padding-left: 40px;
}

.regpro-calendarDay .eb_event_link {
  background: #FFFFFF;
  color: #292215;
}