﻿/* for styling not made by FE */

a.edit-page {
    padding: 10px;
    opacity: .35;
    background-color: #555555;
    border-radius: 0;
    position: fixed;
    top: 2px;
    right: 2px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 99999;
    padding: 6px;
    font-size: 11px;
    opacity: .5;
    border-radius: 5px;
    text-decoration: none;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
}
