.table_col {
  font-size: 16px;
  width: 100%;
  background: white;
  text-align: left;
  border-collapse: collapse;
  color: #3E4347;
}
.table_col th:first-child, .table_col td:first-child {
color: #585858;
border-left: none;
border-bottom: 1px solid #0489B1;
}
.table_col th {
font-weight: normal;
border-bottom: 1px solid #0489B1;
border-top: 4px solid #0489B1;
border-left: 20px solid white;
padding: 8px 10px;
}
.table_col td {
padding: 8px 10px;
color: #585858;
}