.todayInHistory {
    display: block;
    width: 470px;
    color: #fff;
    margin: 0;
}

.todayInHistory .dateContainer {
	position: relative;
	float: left;
    width: 150px;
    margin: 25px 25px 0 25px;
    font-size: 35px;
}

.todayInHistory .dateContainer .date {
    width: 148px;
    height: 157px;
    background-color: #fff;	
    text-align: center;
}

.todayInHistory .dateContainer .date .month {
    color: #387C7B;
    background-color: #fff;
    height: 38px;
    margin: 0 0 3px 0;
    font-weight: 700;
    font-size: 22px;
    line-height: 40px;
}

.todayInHistory .dateContainer .date .day {
    color: #fff;
	background-color: #387C7B;
	width: 142px;
	height: 113px;
	margin: 0 3px 3px 3px;
	font-size: 75px;
}

.todayInHistory .textContainer {
    position: relative;
    float: left;
	width: 270px;
	margin: 15px 0 0 0;
}

.todayInHistory .textContainer .title {
    font-size: 30px;
    margin: 0 0 15px 0;
}


.todayInHistory .textContainer .lead {
    margin: 0 0 7px 0;
    font-size: 15px;
}

.todayInHistory a {
    color: #fff;
    text-decoration: none;
    font-weight: normal;	
}

.todayInHistory a:hover {
    text-decoration: underline;	
}

.todayInHistory .textContainer .learnMore a {
    font-weight: 700;
    font-size: 15px;
}
