#home > .image + .content {
    height: 25em;
    overflow: hidden;
    /*width: 95%;*/
}

#research > .content {
    height: 50em;
    overflow: auto;
    
}

#teaching > .content {
    height: 30em;
    overflow: auto;
}

#cv > .content {
    height: 32em;
    overflow: auto;
}

.piccopyright {
    margin: .5em;
    font-size: .75em;
    width: 12em;    
}

.piccopyright a {
    -webkit-transition: color 0.2s ease, border-bottom-color 0.2s ease;
    transition: color 0.2s ease, border-bottom-color 0.2s ease;
    text-decoration: none;
    /*border-bottom: dotted 1px;*/
    color: antiquewhite;
    /*color: inherit;*/
}

.piccopyright a:hover {
    color: #49c8ff !important;
    border-bottom-color: transparent;
    color: darkslategray;
}

.piccopyright a:visited {
    color: antiquewhite;
}

.inner li {
    list-style: none;
}

label {
    color: white;
    font-size: .9em;
}

.buttonbox {
    position: absolute;
    right: 0;
    bottom: 0;
}

.pubs {
    background: #fefefe;
    padding: 1.5em 0;
    min-height: 15em;
    margin: 0 auto;
    position: relative;
}

.pubs p {
    margin-bottom: .5em;
}

.pubs .special {
    background-color: #4a769d;
    float: right;
    border-radius: 0;
}

.pad {
    margin-bottom: .5em;
}

.padTop {
    margin-top: 2em;
}

a.tooltips {
    position: relative;
    display: inline;
}

a.tooltips span {
    position: absolute;
    width: 140px;
    color: #FFFFFF;
    background: #FFC200;
    height: 30px;
    line-height: 30px;
    text-align: center;
    visibility: hidden;
    border-radius: 6px;
}

a.tooltips span:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-top: 8px solid #FFC200;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

a:hover.tooltips span {
    visibility: visible;
    opacity: 0.8;
    bottom: 30px;
    left: 50%;
    margin-left: -76px;
    z-index: 999;
}

@media screen and (max-width: 480px) {
    .panel {
        max-width: calc(100vw - 2em);
        width: 35em;
    }
    .panel>.image {
        max-height: 30em;
    }
}

@media screen and (min-width: 980px) {
    #home > .image + .content {
        width: 95%;
    }
    #cv > .image {
        width: 60%;
    }
}

@media screen and (max-width: 980px) {
    .panel {
        max-width: calc(100vw - 2em);
        width: 35em;
    }
    .panel>.image {
        min-height: 30em;
        max-height: 30vh;
    }
}

@media screen and (min-width: 1681px) {
        .panel {
            max-width: calc(100vw - 2em);
            width: 80em;
        }

        #research > .content {
        height: 40em;
        overflow: hidden;
    }
}