#flist {
    font-weight: bold;
    color: black;
    font-family: 'advent pro';
    transition: .4s;
    cursor: pointer;
    font-size: 13pt;
    text-decoration: none;
}

#flist:hover {
    padding: 0px 20px 0px 20px;
}
