.todayInHistory {
    display: block;
    background-color: #c9c9c9;
    background-repeat: repeat;
/*    width: 360px; */
    width: 100%;
    height: 400px;
    color: #505050;
/*    margin-bottom: 10px; */
}
.todayInHistory .dateContainer {
    position: relative;
    float: left;
    width: 100px;
    margin: 3px 25px 0 5px;
    font-size: 35px;
}

.todayInHistory .dateContainer .date {
    width: 80px;
    height: 75px;
    background-color: #fff; 
    text-align: center;
    border: solid 2px #a3a3a3;
}

.todayInHistory .dateContainer .date .month {
    color: #fff;
    background-color: #364659;
    height: 20px;
    margin: 0 0 3px 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
}

.todayInHistory .dateContainer .date .day {
    color: #364659;
    background-color: #fff;
    width: 75px;
    height: 50px;
    margin: 0;
    font-size: 35px;
}

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

.todayInHistory .titleContainer {
	width:  100%;
	height: 80px;
	background-color: #364659;
    margin: 0 0 15px 0;
}

.todayInHistory .titleContainer .title {
    font-size: 30px;
    line-height: 34px;
    padding: 5px 0 0 12px;
    text-align: left;
    color: #fff !important;
}


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

.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;
    color: #AA5130 !important;
}
