
#TblGrid_grid-table.EditTable .tags{
    max-width: 80%; width: 80%; margin: 0.3em;
}


#TblGrid_grid-table.EditTable a.btn.btn-xs.btn-primary {
    line-height: 1.9em;
    margin: 0 0 .2em 0;
}

#right-menu{
    position: absolute;
    width: 200px;
    height: auto;
    border: 1px #ccc solid;
    display: none;
    padding:2px 0;
    box-shadow: 5px 5px 5px #ccc;
    background: white;
}
.menu-item{
    height: 25px;
    margin:4px 0;
    padding:0 10px;
    cursor: pointer;
}
.menu-item:hover{
    background-color: #ccc;
}
.menu-item-separator{
    border-top:1px #ccc solid;
    height: 1px;
}

img[src="/images/eimg.png"] {
    background: none !important;
}