.eb-container{
    margin-top:60px;
  	margin-bottom:60px;
	max-width:960px;
	padding-left:30px;
  	padding-right:30px;
    margin-right: auto;
    margin-left: auto;
}


.site .btn {
    display: inline-block;
    padding: 8px 17px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    z-index: 0;
    text-transform: uppercase;
    user-select: none;
    background-image: none;
    border: 1px solid #303030;
    border-radius: 0;
    -webkit-border-radius: 0;
}
.site .btn:hover {
    background-color: #e6e6e6;
    color: #4b4b4b;
    text-decoration: none;
    transition: background-position 0.1s linear;
}
.site .eb-individual-registration-button,
.site .eb-join-waiting-list-individual-button,
.site .btn-primary {
    color: #ffffff !important;
    background-color: #e6e6e6;
    background: #303030;
    text-decoration: none;
}
.site .eb-individual-registration-button:hover,
.site .eb-join-waiting-list-individual-button:hover,
.site .btn-primary:hover {
    color: #ffffff !important;
    background-color: #428bca;
    background: #428bca;
    text-decoration: none;
    transition: background-position 0.1s linear;
}
.site .eb-event-title-link {
    font-variant-ligatures: none;
    text-align: left;
    font-family: "Raleway",sans-serif;
    font-weight: 500;
    line-height: 1.1;
    font-size: 38px;
    box-sizing: border-box;
    background-color: transparent;
    outline: 0;
    color: #2a6496;
}
.site .eb-event-title-link:hover {
    color: #2a6496 !important;
    text-decoration: underline !important;
}
.site .eb-description,
.site .eb-box-heading {
    background: #ffffff !important;
    border: none !important;
}
.site .eb-event-properties-table,
.site .eb-event-properties-value {
    font-family: "Source Sans Pro",sans-serif;
    color: #333333;
    font-size: 16px;
}
.site .eb-event-properties-lable {
    font-weight: 700 !important;
}
.site .eb-event-properties-value {
    font-weight: 300 !important;
}


.site #eb-event-info,
.site .eb-event-properties-table {
    max-width: 800px;
}

.site .eb-waitinglist-individual-registration-form {
    max-width: 1000px;
}

.site .control-label {
    font-family: "Source Sans Pro",sans-serif;
    color: #333333;
    font-variant-ligatures: none;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    font-weight: 700;
}
.site .control-group {
    padding: 0 0 20px;
}

.input-group-text{
	font-size: 14px;
	padding: 6px 12px;
	height: 34px;
	width:50px;
}

.site .input-small{
	text-align: right;
}

.form-select  {
	font-size: 14px ;
}

.checkbox{
padding: 0px 40px
}

.star {
  color:#2a6496;
}