.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;
    background-color: white;
}


.rnitable td input[type="text"]{
    width: 100%;
    position: relative;
    height: 100% !important;
    border: none !important;
}
.rnitable td input[type="text"]:focus
{
    box-shadow: none;
}



.rnitable .empty{
    border:none !important;
}