﻿
.table-edit th{
    cursor:pointer;
}
.table-edit th:hover{
    /*background-color:rgb(187,208,50) !important;*/
    border-bottom:2px solid rgb(187,208,50);
}

.table-edit td:hover{
    /*background-color:rgb(187,208,50) !important;*/
    background-color:rgb(228, 234, 185);
}

.table-edit-cell{
    position:absolute;
    margin:0 !important;
    padding:0 !important;
    /*top:0;
    left:0;
    width:100% !important;
    height:100% !important;
    margin:0 !important;*/
}

.table-edit td{
    cursor:pointer;
}

.table-datasource{
    display:none;
    height:200px;
}
