/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .single-publications .entry-meta, .single-publications section.author-box {
     display: none !important;
 }
 
 .single-publications .publication-link-container {
    text-align: center;
 }

 .single-publications .abstract-container p:first-of-type:before {
     content: 'Abstract: ';
     font-weight: bold;
 }

 .single-publications .tags-container:before {
    content: 'Keywords: ';
    font-weight: bold;
}

.single-publications .citation-container:before {
    content: 'Suggested citation: ';
    font-weight: bold;
}

.single-publications .entry-content .field {
    margin-bottom: 30px;
}

.single-publications footer .meta-tags {
    display: none;
}