﻿.table-editable 
{
    position: relative;
    
    .glyphicon
    {
        font-size: 20px;
    }
}

.table-remove 
{
    color: #700;
    cursor: pointer;
    
    &:hover
    {
        color: #f00;
    }
}

.table-up, .table-down {
    color: #700;
    cursor: pointer;
    &:hover
    {
        color: #00f;
    }
}

.table-add {
 /*
    color: #700;
    cursor: pointer;
    position: absolute;
    top: 13px;
    left: 180px;
     */
}