.titles-tables-page{display:flex;flex-direction:column;justify-content:center}.table-container{overflow-x:auto;width:100%}table{width:100%;border-collapse:collapse;margin:20px 0;font-size:16px;font-family:Arial,sans-serif}thead{position:-webkit-sticky;position:sticky;top:0;background-color:#fff;z-index:1}td,th,thead{padding:10px}td,th{text-align:left;border:1px solid #ddd;width:auto}th{background-color:#d2e7f9;font-weight:700;white-space:nowrap}tr:nth-child(2n){background-color:#e5f3ff}img{border-radius:50%;width:50px;height:50px}td:first-child,th:first-child{width:5%}td:last-child,th:last-child{width:20%;white-space:normal}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .75s ease-in-out}.footer-div{margin-bottom:3rem}.disclaimer{font-size:.85rem}.user-counter{font-size:1.5rem}@media only screen and (max-width:500px){table{width:100%;display:block}#div-titles{max-width:400px}}