#publication-page {
    padding: 2.5rem 4.5rem;
    text-align: justify;
    min-height: calc(100vh - 260px);
}
#publication-title {
    font-weight: 700;
}
#publication-date,
#publication-updated-date {
    color: #183363;
    font-weight: 300;
    opacity: 0.85;
    font-size: 0.75rem;
}
.has-date-updated {
    margin-bottom: 0.5rem !important;
}
#publication-page th {
    background-color: #183363;
    color: #FFFFFF;
}
