#rpb_spacer
{DISPLAY:NONE;height:44px}

#rpb{DISPLAY:NONE;z-index:998;clear:both;margin:0 auto;position:fixed;bottom:0;left:0;width:100%;overflow:hidden;padding:10px 5px;box-sizing:border-box;}

#rpb div{display:flex;flex:1}

#rpb div a {
    color: #fff;
    display: block;
    padding: 10px;
    border-radius: 21px;
    height: 45px;
    line-height: 21px;
    font-size: 20px;
    margin: 0 5px;
    text-transform: uppercase;
    font-weight: bolder;
    text-align: center;
    box-sizing: content-box;
    text-decoration: none !important;
    width: 100%;
    box-sizing: border-box;
}

#rpb div a .dashicons{transform:translatey(-3px) rotateY(180deg)}