/*!
 * publications
 */



.publication {
    text-transform: bold;
    font-weight: 500;
    font-family: 'Saira Extra Condensed', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'
}

.title {
    color: #343a40;
    font-size:1.5rem
}

.accepted {
	color: #868e96;
    font-size:1.2rem
}

.doi-pdf {
    font-size:.8em !important
}

.coauthors img {
    max-width: 35px;
    max-height: 35px;
    border-radius:30%
}





