.form-control.input-lg {

    color: #000000;

    font-size: 16px;

}

.event_tiles {
    background-color: #f4f4f4;
    margin-bottom: 0px;
    position: relative;
	box-shadow: none;
}

.event_date {
    height: 80px;
    /*width: 120px;*/
}
.event_date {
    color: #ffffff;
    height: 80px;
    padding: 5px 0 0;
    text-align: center;
    /*width: 100px;*/
}

.event_title {
    line-height: 80px;
    padding-left: 20px;
    text-transform: capitalize;
}

.event_title p {
    display: inline-block;
    line-height: normal;
    word-break: break-word;
    margin: 0;
    vertical-align: middle;
}

.event_day {
    font-size: 40px;
}
.event_day {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 5px;
}

.event_month {
    font-size: 24px;
}
.event_month {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
}

.event_info {
    min-height: 80px;
}
.event_info {
    float: left;
    min-height: 100px;
}
.event_title {
    color: #1f2b5b;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px;
}
.event_tiles {
    height: 80px;
}

.event_details{

}

.event_tiles_outer{

	margin-bottom:40px;
	border-left: 1px solid #F2F2F2; border-right: 1px solid #F2F2F2; border-bottom: 1px solid #F2F2F2;
	box-shadow: 2px 0px 4px 0px #d2d2d2;


}

.add_to_cal{font-size:12px}

.form-danger{
    color: red;
}

.margin-t-10{
    margin-top: 10px;
}