#fld-admin-bar {
    position: fixed;
    z-index: 999999;
    bottom: 10px;
    right: 10px;
    text-align: right;
}
#fld-cache-status {
    position: fixed;
    bottom: 10px;
    left: 10px;
    color: #000;
    text-shadow:1px 1px 1px #fff;
    font-size: 18px;
    z-index: 1000000;
}
#fld-admin-bar a {
    color: #fff;
    margin-left: 10px;
    background: rgba(40, 70, 139, 0.95);
    padding: 5px 10px;
    border-radius: 5px;
}