html {
    max-width: 800px;
    margin: 20px auto;
}

.print {
    margin: 20px 0px;
}

body {
    width: 90%;
    margin: auto;
    max-width: 900px;
    margin-bottom: 30px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.publication--title,
.presentation--title,
h4,
h5,
h6 {
    font-weight: bold;
}

.row {
    margin-bottom: 10px;
    margin-left: 0px;
}

h2 {
    margin: 0px;
}

h1 {
    padding: 0px !important;
}

h3 {
    font-size: 22px;
}

h4 {
    margin: 0px;
    font-size: 18px;
}

h5 {
    font-size: 16px;
    font-variant: small-caps;
}

.col-12,
.col-7,
.col-6,
.col-5,
.col-3,
.col-2 {
    padding: 0px;
    margin: 0px;
}

.col-2,
.col-3 {
    white-space: nowrap;
}

.other--teaching--info,
.service--info {
    margin-top: -0.2em;
    line-height: -0.2em;
    font-style: italic;
}

.title {
    margin-top: 20px;
    border-bottom: solid 1px black;
}

.subtitle {
    text-transform: uppercase;
    margin-top: 15px;
}

section {
    page-break-inside: avoid;
}

.publication--info,
.publication--authors,
.education--info,
.raship--info,
.presentation--info,
.other--teaching {
    display: inline-block;
}

.service {
    gap: 0px;
}

.reference {
    padding-bottom: 10px;
}

section h6 {
    margin-bottom: 0px;
}

.presentation-list {
    padding-top: 10px;
}

ol {
    padding-left: 0px;
}

li {
    margin-left: 15px;
    padding-left: 10px !important;
}

section a {
    color: black;
}

section a:hover {
    text-decoration: none;
}

.presentation--date {
    padding-left: 10px;
    margin-left: -20px;
}

.presentation--info {
    padding-right: 15px;
}

.notbold {
    font-weight: normal;
}
