.sub-title{
    margin-top: 20px;
}

.searching,
.archivum{
    margin-top: 20px;
    margin-bottom: 20px;
}

.common-search-div,
.archive-div{
    margin-top: 15px;
}

.search-btn,
.archive-btn{
    background: #880015;
    color: #fff;
    border-radius: 0;
    /*float: right;*/
}

.search-btn:hover,
.search-btn:focus,
.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;
}

.search-word,
.common-archive{
    width: 200px;
    float: left;
}

.common-date,
.archive-date{
    width: 200px;
}

.common-search,
.archive-search{
    background: #880015;
    color: #fff;
    border-radius: 0;
    margin-left: 10px;
}

.common-search:hover,
.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;
}

.common-img{
    display: block;
    margin: 0 auto;
}

.hits-title{
    margin-left: 10px;
}

.attachments{
    margin-bottom: 20px;
}