﻿
#editbutton-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    padding: 8px 4px 2px 8px;
    background: #f5f5f5;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    border-bottom-right-radius: 5px;
}

    #editbutton-container a {
        text-decoration: none;
    }
