<style>.table_component {    overflow: auto;    width: 100%;}.table_component table {    border: 1px dashed #ffffff;    height: 100%;    width: 20%;    table-layout: auto;    border-collapse: collapse;    border-spacing: 1px;    text-align: center;}.table_component caption {    caption-side: top;    text-align: center;}.table_component th {    border: 1px dashed #ffffff;    background-color: #F79007;    color: #000000;    padding: 3px;}.table_component td {    border: 1px dashed #ffffff;    padding: 3px;}.table_component tr:nth-child(even) td {    background-color: #000000;    color: #ffffff;}.table_component tr:nth-child(odd) td {    background-color: #000000;    color: #ffffff;}</style>