  @charset "UTF-8";
/*
Custom local styles...
*/

iframe {border:0;}
#slideshow-home {margin-bottom: 1em;}

.thesisYearChooser {
    color: #333;
    font-size: .9em;
    margin-bottom: 1em;
}
.thesisYearChooser select, .thesisYearChooser input { font-size: 1em; }
.thesisYearChooser input { margin-left: 5px; }
ul.thesisYearList {
    list-style: none;
    padding: 0;
}
ul.thesisYearList:after {
    content: ".";  
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
ul.thesisYearList li {float: left;}
ul.thesisYearList a {
    background: #666;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    line-height: 1;
    padding: 5px 7px;
    margin: 0 5px 5px 0;
    transition: .3s;
    text-decoration: none;
}
ul.thesisYearList a:hover {
    text-decoration: none;
    background: #000;
}
.thesisArtist {
    margin-bottom: 2em;
}
.thesisImages {
    display: flex;
    flex-wrap: wrap;
}
.thesisImages a, .thesisImages a img {
    display: block;
}
.thesisImages a img {
    border: 1px solid #fff;
    vertical-align: top;
    max-width: 88px;
    max-height: 88px;
}
.thesisImages a:hover img {
    border-color: #999;
}