.normal-table { position: relative; width: 100%; }
.normal-table table { width: 100%; table-layout: fixed; border: 1px solid #ddd; }
.normal-table table tr { border-bottom: 1px solid #ddd; }
.normal-table table th { padding: 5px 2px; text-align: center; border-bottom: 2px solid #ddd; background: #eee; font-weight: bold; border-right: 1px solid #ddd; position: sticky; top: 0; }
.normal-table table td { padding: 5px 2px; text-align: center; border-right: 1px solid #ddd; }