.archive-div{
    float: left;
    margin-top: 20px;
    margin-bottom: 15px;
}

.archive-btn{
    background: #880015;
    color: #fff;
    border-radius: 0;
    float: right;
    margin-top: 25px;
    margin-bottom: 15px;
}

.archive-btn:hover,
.archive-btn:focus{
    background: #E4E4E4;
    color: #000;
    transition: all 0.3s ease-in-out; 
    -webkit-transition: all 0.3s ease-in-out; 
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.more-btn{
    background: #880015;
    color: #fff;
    border-radius: 0;
    float: right;
    margin-top: 25px;
    margin-bottom: 30px;
    margin-left: auto;
}

.more-btn:hover,
.more-btn:focus{
    background: #E4E4E4;
    color: #000;
    transition: all 0.3s ease-in-out; 
    -webkit-transition: all 0.3s ease-in-out; 
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.archive-date{
    width: 200px;
    float: left;
}

.archive-word{
    width: 200px;
    float: left;
    margin-left: 10px;
}

.archive-search{
    background: #880015;
    color: #fff;
    border-radius: 0;
    margin-left: 10px;
}

.archive-search:hover{
    background: #E4E4E4;
    color: #000;
    transition: all 0.3s ease-in-out; 
    -webkit-transition: all 0.3s ease-in-out; 
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.happened h4,
.happened p{
    color: #000 !important;
}

.happened div{
    margin-bottom: 10px;
}

.happened:hover{
    cursor: pointer;
}

.happened:hover .short-lead i{
    color: #E4E4E4 !important;
    transition: all 0.3s ease-in-out; 
    -webkit-transition: all 0.3s ease-in-out; 
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.title{
    font-size: 16px;
    /*color: #880015;*/
}

.date{
    margin-top: 10px;
    font-style: italic;
}

.card{
    margin-bottom: 15px;
    border: 1px solid #880015 !important;
    border-radius: 0 !important;
    width: 100%;
}

.card-footer{
    background: #e4e4e4 !important;
}

.card-footer a{
    color: #000 !important;
}

.page-title-yesterday {
    /*color: #880015;*/
    background: rgba(255, 255, 255, 0.8);
    padding: 8px 12px 8px 0;
    border-bottom: 1px solid #880015;
    width: 100%;
    text-align: left !important;
	font-size: 24px;
}
