﻿span.copy-out{
    font-size:.875em;
    margin-right: .125em; 
    position: relative; 
    top: -.25em; 
    left: -.125em
}
span.copy-inner{
    position: absolute; 
    top: .25em; 
    left: .25em
}

a.button.div img{
    float:right;
    width:4em;
    height:3em;
}
div.eCmds{
    float:right;
}
div.cmds {
    text-align: left;
}

    div.cmds a.button {
        float: right;
    }

div.existObj div.cmds a {
    margin: 0 9px;
    width: 2em;
}

input.pin {
    display: inline-block;
    width: 2em;
    height: 2em;
    float: left;
    cursor: pointer;
}

    input.pin:after {
        content: "";
        display: table;
        clear: both;
    }


div.cell div.cmd{
    position:absolute;
    bottom: 0;
    width:100%;
    min-height:1em;
}