• Dress Length: Mini • Sleeve Type: Long Sleeve • Details: Lace • Composition: Polyester, Spandex /* Make containers support lateral scrolling */ .table-container { overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 12px 0; } table { border-collapse: collapse; } table, th, td { border: 1px solid #000; font-size: 13.5px; } th, td { padding: 11.5px; text-align: center; font-size: 15px;
...