.drupal-admin-tabs {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(255,255,255,0.92);
    box-shadow: 1px -1px 2px rgba(0,0,0,0.08);
    padding: 1em;
    z-index: 999999;
    font-size: 16px;
    font-size: 1rem;
}

.drupal-admin-tabs ul {
    border: none !important;
}

.drupal-admin-tabs ul li a{
    border: none !important;
    background-color: transparent !important;
}
