.timeline-date{
    display: inline-block;
    width: 100px;
    height: 100px;
    vertical-align: bottom;
    text-align: center;
    font-size: 40px;
    line-height: normal;
    font-size: 100;
    box-sizing: border-box;
    padding-top: 18px;
}
.timeline-date-w-time{
    padding-top: 10px;
}
.timeline-date small{
    display: block;
    line-height: normal;
    font-size:40%;
    font-weight: bold;
}
.timeline-image{
    width: 100px;
    display: inline-block;
    background: red;
    height: 100px;
    vertical-align: bottom;
    background-size: cover;
    background-position: center center;
}
.timeline-info{
    display: inline-block;
    vertical-align: top;
    padding: 0px 5px;
}
.timeline-event .span12,.timeline-event .span9{

    margin-bottom: 10px;
    box-shadow: 1px 1px 6px -1px rgba(0,0,0,0.2);
    transition: all ease 0.2s;
}
.timeline-event .span12:hover{
    cursor: pointer;
    box-shadow: 3px 3px 6px -1px rgba(0,0,0,0.2);
}

.timeline-event-registration-cell{
    padding-top: 30px;
}

.subform-repeatable-group{
    border: 1px solid #e1e1e1;
    border-right: 5px solid #e1e1e1;

    padding: 10px;
    margin-bottom: 10px;
}

.subform_options_container{
    border-left: 100px solid;
    padding-left: 10px;
}
.subform_options_container > .control-group{
    padding-bottom: 0;
    margin-bottom : 0;
}
.subform_options_container label, #subform-subscribers label{
    font-weight: bold;
}
.subform_options_container label.checkbox, #subform-subscribers label.checkbox{
    font-weight: normal;
}