.prt-dg-acc
{
    overflow: auto;
    height: 200px;
    margin: 20px;
    margin-top: -20px;
    display: inline-block;
    width: calc(100% - 40px);
}
.dg-acc
{
    border-spacing: 0;
    background: #fff;
    color: #666;
    font-size: 14px;
    width: 100%;
    font-family: "Segoe UI",Arial,sans-serif;
}

.dg-acc tr th
{
    font-size: 14px;
    border: 0;
    padding: 5px 10px;
    font-weight: normal;
    text-align: left;
    border-bottom: 1px solid #04b9d2;
}

.dg-acc tr td
{
    border: 0;
    border-bottom: 1px solid #ffbda8;
    padding: 5px 10px;
}

.dg-acc .ent-dg-acc
{
    color: #fff;
    background: #04b9d2;
    
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
}