body {
    max-width: 900px;
    margin: auto;
    /* font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; */
}

table,
th,
td {
    border: 1px solid black;
    border-collapse: collapse;
}

.publication {
    padding-bottom: 5px;
}

.pub-title {
    font-weight: bold;
}

.pub-authors {
    font-style: italic;
    /* font-size: smaller; */
}

.pub-venue {
    /* font-size: smaller; */
}

th,
td {
    padding: 5px;
}

th {
    text-align: left;
}



a {
    color: black;
  }

.aligned {
    display: flex;
    align-items: center;
}
