table thead{
    color: #333;
    background: #E4E4E4;
}

th{
    text-align: center;
    vertical-align: middle !important;
    border: 1px solid #fff !important;
}

.table-hirdetmeny table thead th:nth-child(4){
    width: 110px;
}

td.border_top  {
    border-top: 1px solid #ccc !important;
}

.archive-div{
    float: left;
    margin-top: 20px;
    margin-bottom: 15px;
    width: 80%;
}

.archive-div .form-group {
    margin-right: 2%;
}

.archive-btn{
    background: #880015;
    color: #fff;
    border-radius: 0;
    float: right;
    margin-top: 20px;
    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;
}

.archive-date{
    width: 180px;
    float: left;
}

.archive-word{
    width: 180px;
    float: left;
    margin-left: 10px;
}

.archive-search{
    background: #880015;
    color: #fff;
    border-radius: 0;
    margin-left: 10px;
    float: left;
    margin-top: 20%;
}

.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;
}

.no-affiche{
    width: 100%;
    margin-top: 20px;
    font-size: 22px;
}

.card{
    margin-bottom: 15px;
    border-radius: 0;
    border: 1px solid #880015;
    width: 100%;
}

.card-header{
    background: #969696;
    color: #fff;
    border-radius: 0;
}

.card-footer{
    background: #e4e4e4;
}

.card-footer a{
    color: #BB2127;
}

.created-date{
    float: right;
}

.accessible-right {
    float: right;
}