:target{
    padding-top: 10px !important;
    margin-top: -10px !important;
}

.links{
    margin-top: 20px;
    list-style-type: none;
    margin-bottom: 30px;
    padding-left: 0px;
    border-bottom: 1px solid #880015;
}

.links a{
    font-size: 16px;
}

h4{
    font-size: 16px;
}

.attachments{
    margin-bottom: 20px;
    padding-left: 0;
}

.archive-button{
    background: #880015;
    color: #fff;
    float: right;
    border-radius: 0;
}

.archive-button:hover{
    background: #E4E4E4;
    color: #000;
}

.archive thead th:nth-child(1),
.archive tbody td:nth-child(1){
    width: 22%;
}

.page-scroll{
    /*color: #880015;*/
}

.page-scroll:hover{
    cursor: pointer;
}

.card{
    border-radius: 0;
    margin-bottom: 10px;
}

.card{
    width: 100%;
}

.card-header{
    background: #969696;
    color: #fff;
    border-radius: 0 !important;
}

.element{
    border: 1px solid rgba(0,0,0,.125);
    /*border: #880015 1px solid;*/
    border-radius: 0;
    padding: 10px 15px;
    margin-bottom: 15px;
}

.element-title{
    /*color: #880015;*/
    font-size: 15px;
}

.archive-table{
    margin-top: 10px;
    /*border: #880015 1px solid !important;*/
}

.archive-table > thead{
    /*background: #880015 !important;*/
    background: #969696;
    color: #fff !important;
    font-weight: normal;
}

.archive-table td,
.archive-table th{
    /*border-left: #880015 1px solid !important;
    border-right: 1px solid #880015;
    border-top: 1px solid #880015;*/
}

.archive-table > tbody > tr:nth-child(even) > td{
    background: #e4e4e4;
}

.hide {
    display: none;
}

.show{
    display: block;
}