nav {
    width:760px;
}
.seccontent {
    width:760px;
}

.pubdata {
    display:flex;
    flex-direction: row-reverse;
    justify-content:space-between;
}

.pubvenue:before {
    content:"Presented at ";
}

.publinks {
    width:350px;
    float:left;
}

.publinks ul {
    display:inline;
    max-width:350px;
    padding-left:0px;
    margin-right:20px;
}

.pubvideo {
    clear:right;
    padding-left:20px;
    text-align:right;
}


#classestaught > li li > ul {
    display:flex;
    flex-direction:row;
}
#classestaught + li {
    text-decoration:underline;
}

#classestaught li {
    list-style:none;
}
#classestaught li ul li ul li {
    list-style:", ";
    list-style-position:inside;
}
#classestaught li:first-child {
    list-style:none;
}