a.fwl {
    display: inline-block;
    padding: 0 .12rem;
    margin-left: .15rem;
    background: rgba(255, 255, 255, .8);
    color: #971b20;
    border-radius: 5px;
    line-height: .3rem; transition: all .25s;}
a.fwl:hover { background: rgba(255, 255, 255, 1) ;}
