tr.cGray {
    background: #daebee;
}
tr.firstGray td:first-child {
    background: #daebee;
}
table.w3FirstTable, table.w3FirstTable th, table.w3FirstTable td {
  border: 1px solid black;
  border-collapse: collapse;
}

th.pros {
    background:  #02c29f;
    color: #fff;
    text-align:center;
    width:50%;
}
th.cons {
    background:#ea3846 ;
    color: #fff;
    text-align:center;
}
tr.prosChild td:first-child {
    background: #e7fef0;
}
tr.prosChild td:nth-child(2) {
    background: #ffeaed;
}

td.fullText {
    text-align: center;
    border: 1px solid #fff;
}
tr.cGray td {
    text-align: center;
}
.table_component.secTable {
    padding-top: 50px;
}

img.imgBorder {
    border: 1px solid #000;
    border-radius: 10px;
}