﻿/*LEAVE FOR ADMIN*/

#editshortcut {
    position: fixed;
    bottom: 0;
    right: 1rem;
    padding: 1rem;
    background: #ffa500;
    border-radius: 0.5rem 0.5rem 0 0;
    box-shadow: -0.1rem -0.1rem 0.3rem 0.1rem rgba(0, 0, 0, 0.1);
    color: rgba(255,255,255,0.5);
    font-family: sans-serif;
    z-index: 99;
}

    #editshortcut a {
        color: rgba(255,255,255,0.5);
        text-decoration: none;
    }

        #editshortcut a:hover {
            color: rgba(255,255,255,1);
            text-decoration: none;
        }
