.mobileNav {
    position: fixed;
    bottom: 10px;
    width: 100%;
    padding: 5px 17px;
    z-index: 10000;
}

.mobileNav span.backlinkbg {
    font-size: 43px;
    color: white;
    position: relative;
    left: -1px;
    top: 1px;
    text-shadow: 0px 0px 11px #565656;
}

.mobileNav span.backlink {
    font-size: 45px;
    color: #565656;
    position: relative;
    left: -45px;
}

.mobileNav span.uplinkbg {
    font-size: 43px;
    color: white;
    position: relative;
    top: 1px;
    right: -1px;
    text-shadow: 0px 0px 11px #565656;
}

.mobileNav span.uplink {
    font-size: 45px;
    color: #565656;
    position: relative;
    top: 0;
    right: -45px;
}