.rnitable table
{
    border-collapse: collapse;
    border: none;
}

.rnitable table tbody tr{
    text-align: left;

}


.rnitable th{
    background-color:#e5eaf4;
    border: 1px solid #c3cad8;
    padding: 12px;
}

.rnitable td{
    border: 1px solid #c3cad8 !important;
    padding: 0 !important;
    height: 1.5em;
    position: relative;
}


.rnitable td input{
    width: 100%;
    position: relative;
    height: 100% !important;
    border: none !important;
    box-shadow: 0 0 0 2px rgba(46,105,255,.25);
}

.rnitable .empty{
    border:none !important;
}