.publication-title h4{
    color: #CA182E;
    font-weight: bold;
}
.publication-title{
    background-color: white;
}
.pagination .page-link.active{
    background-color: #820000;
    color: #FFFFFF;
    border-color: #820000;
}
a.btn-opn{
    display: block;
    background-color: #820000;
    width: 100%;
    text-align: center;
    border: 1px solid #820000;
    border-radius: 15px;
    padding: 5px;
    color: #FFFFFF;
    transition: .3s linear;
}
a.btn-opn:hover{
    background-color: #FFFFFF;
    color: #820000;
    border: 1px solid #820000;
    border-radius: 15px;
    transition: .3s linear;
}
section.publications{
    border: solid 1px #820000;
}
section.publications .publication:not(:last-child){
    border-bottom: solid 1px #820000;
}

section.publication-single{
    border: solid 1px #820000;
}
section.publication-single .row:not(:last-child){
    border-bottom: solid 1px #820000;
}