.myStyle table tr:first-child td, .myStyle table tr:first-child th {
    font-size: 16px !important;
}
.myStyle table td, .myStyle table th {
    padding: 16px !important;
    border: 1px solid #ADADAD !important;
}
.myStyle table{
    border-top: unset;
    border-collapse: collapse;
}
.cell-color-bg{
    background-color: #D1D3D5 !important;
    font-size: 16px !important;
    font-weight: bold !important;
}
.myStyle table tr:first-child td:first-child, .myStyle table tr:first-child th:first-child {
    background: #D1D3D5;
    font-weight: bold;
    width: 18% !important;
}