.archive-btn{
    float: right;
    background: #880015;
    color: #fff;
    margin-bottom: 30px;
    /*margin-top: 25px;*/
    margin-top: 10px;
    border-radius: 0;
}

.archive-btn:hover,
.archive-btn:focus,
.archive-search:hover,
.archive-search:focus{
    background: #E4E4E4;
    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: 180px;
    float: left;
}

.archive-word{
    width: 180px;
    float: left;
    /*margin-left: 10px;*/
}

.archive-select{
    width: 180px;
}

.archive-search{
    background: #880015;
    color: #fff;
    border-radius: 0;
    margin-left: 10px;
}

.archive-div{
    float: left;
    margin-top: 25px;
    margin-bottom: 30px;
}

.search-expression{
    margin-top: 10px;
    margin-bottom: 30px;
}

.search-expression p{
    margin-right: 20px;
}

.card{
    margin-bottom: 15px;
    border: 1px solid #880015 !important;
    border-radius: 0 !important;
    width: 100%;
}

.press-title{
    /*color: #880015;*/
}

.press-date{
    font-style: italic;
}

.card-footer{
    background: #e4e4e4 !important;
}