table.custom::before{
    overflow-x: auto;
}
table.custom {
    /*border-radius: 3px;*/
    border: 2px solid rgb(14,127,131);
    margin-top: 10px;
    text-align: left;
    padding: 8px;
}

table.custom th,
table.custom tr:first-child {
    background-color: rgb(14,127,131);
    color: white;
    white-space: nowrap;
}
table.custom tr {
    margin-bottom: 0px;
}
table.custom td {
    padding: 8px;
    max-width: 60%;
}

table.custom li {
    width: auto;
}

table.custom01 {
  border-collapse: collapse;
  width: 80%;
}

table.custom01 th,
table.custom01 td {
  border: solid 2px black;
}
