a:hover {
    text-decoration: none;
    transition-duration: 0.3s;
    transition-timing-function: linear;
}

.noter {
    font-size: 9pt;
}

.tagsep {
    padding: 4px;
}

.tag {
    padding-right: 2px;
}

.confshort {
    font-weight: 300;
}

.conf {
    display: inline-block;
    padding-bottom: 4px;
}

.paper {
    border-left: 1px solid #ddd;
}

.menulink:hover {
    color: #111;
}

.profilepic {
    width: 150px;
    border-radius: 40%;
    filter: grayscale(30%);
}

.menulink .icon {
    width: 16px;
    display: inline-block;
    margin-right: 6px;
    text-align: center;
    color: inherit;
}

.affil {
    font-size: 10pt;
    color: #888;
    padding-top: 4px;
}

.updates-box {
    font-size: 10.5pt;
}

.update-table td {
    padding-right: 8px;
    padding-bottom: 4px;
    vertical-align: top;
}

.update-table td:first-child {
    white-space: nowrap;
}

.section-list {
    padding-left: 0;
    list-style: none;
}

.section-list li {
    padding-left: 10px;
    border-left: 1px solid #ddd;
    margin-bottom: 10px;
}

.role-title {
    color: #111;
}

.role-sub {
    font-style: italic;
}

.role-date {
    font-size: 10pt;
    color: #888;
}

@media (min-width: 768px) {
    .fixed-posi {
        position: fixed;
    }
}

@media only screen and (max-width: 900px) {
    .allstuff {
        padding-top: 0px !important;
    }

    .allstuffp {
        padding-top: 0px !important;
    }

    .profilepic {
        width: 90px;
        border-radius: 40%;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        filter: grayscale(30%);
    }

    .menur {
        padding-top: 18px !important;
    }
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    color: #fff;
    background-color: #FFD700;
}
