.instilogo {
    height: 50px;
    filter: grayscale(20%);
}

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: 400;
}

.preprint {
    font-weight: 400;
    color: #111;
}
.conf {
    display: inline-block;
    font-weight: 300;
}
.paperpdf {
    font-size: 10pt;
    color: #007;
}

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

.menulink:hover {
    color: #111;
}

.profilepic {
    width: 200px;
}

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

.fixed-posi{
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
}

.icon-table{
    align-self:flex-start;
    text-align:left;       
}

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

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

    .profilepic {
        width: 40px;
        border-radius: 40%;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

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

}
