.twoActionBtn button{
    background: transparent;
    color: black;
    border: none;
    outline: none;
}
.twoActionBtn button:hover{
    background: white;
    color:black;
}
.twoActionBtn button:active{
    outline: 0;
}
.twoActionBtn{
    padding: 0;
    background: transparent;
    color: black !important;
    outline: none;
    border: none;
}
.twoActionBtn:hover {
    background-color: transparent !important;
    border-color: transparent !important;
}
.twoActionBtn:active{
    padding: 0;
}

/* Compensable Diagnosis */
.formio-component-dataGrid .datagrid-table tr th:nth-child(2),
.formio-component-dataGrid .datagrid-table tr td:nth-child(2){
    width: 15%;
}
.formio-component-dataGrid .datagrid-table tr th:nth-child(3),
.formio-component-dataGrid .datagrid-table tr td:nth-child(3){
    width: 10%;
}
.formio-component-dataGrid .datagrid-table tr th:nth-child(4),
.formio-component-dataGrid .datagrid-table tr td:nth-child(4){
    width: 9%;
}
.formio-component-dataGrid .datagrid-table tr th:nth-child(5),
.formio-component-dataGrid .datagrid-table tr td:nth-child(5){
    width: 24%;
}
.formio-component-dataGrid .datagrid-table tr th:nth-child(6),
.formio-component-dataGrid .datagrid-table tr td:nth-child(6){
    width: 32%;
}
.formio-component-dataGrid .datagrid-table tr th:nth-child(7),
.formio-component-dataGrid .datagrid-table tr td:nth-child(7){
    width: 8%;
}
/* Unrelated Diag */
.formio-component-dataGrid2 .datagrid-table tr th:nth-child(1),
.formio-component-dataGrid2 .datagrid-table tr td:nth-child(1){
    width: 10%;
}
.formio-component-dataGrid2 .datagrid-table tr th:nth-child(2),
.formio-component-dataGrid2 .datagrid-table tr td:nth-child(2){
    width: 9%;
}
.formio-component-dataGrid2 .datagrid-table tr th:nth-child(3),
.formio-component-dataGrid2 .datagrid-table tr td:nth-child(3){
    width: 50%;
}

/* NPI section */
.formio-component-dataGrid3 .datagrid-table tr th:nth-child(9),
.formio-component-dataGrid3 .datagrid-table tr td:nth-child(9){
    width: 15%;
}

/* Drug Selection */
.formio-component-dataGrid4 .datagrid-table tr th:nth-child(2),
.formio-component-dataGrid4 .datagrid-table tr td:nth-child(2){
    width: 20%;
}
.formio-component-dataGrid4 .datagrid-table tr th:nth-child(3),
.formio-component-dataGrid4 .datagrid-table tr td:nth-child(3){
    width: 5%;
}
.formio-component-dataGrid4 .datagrid-table tr th:nth-child(4),
.formio-component-dataGrid4 .datagrid-table tr td:nth-child(4){
    width: 15%;
}