﻿.grdOrg a {
    background: #c00;
    padding: 6px 10px;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: bold
}

.grdOrg a:hover {
        background: rgba(0,0,0,1);
        color: #fff !important;
    }
a.disabled {
    pointer-events: none;
    cursor: default;
}


