* {
    line-height: 1.3;
}

body { 
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 14pt;
    margin-left: 3%;
    margin-right: 3%;
}

.abstract {
    display: none;
    font-size: 90%;
}

.prof-pic { 
    float: right;
    border-radius: 500px;
}

.page-title { 
    text-align: center;
}
.person-title { 
    text-align: center;
}

.authors {
    font-size: 90%;
    width: 100%;
    clear: both;
}

.venue { 
    float: right;
    inline-size: 25%;
}

.paper-title { 
    float: left;
    font-weight: bold;
    inline-size: 70%;
    display: block;
}

br {
    clear: both;
}


footer { 
    display: flex;
    justify-content: center;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.gh-logo { 
    width: 100px;
}
.gs-logo { 
    width: 100px;
}

.publications a { 
    display: inline-block;
    padding-right: 10px;
}
.publications td { 
    border: 1px solid black;
    padding: 5px
}