.swipe-table { width: 100%; margin-bottom: 30px; overflow-x: scroll; }
.swipe-table table { width: 100%; border: 1px solid #e7e8ea; border-collapse: collapse; }
.swipe-table td { padding: 10px; }
.swipe-table th { background: #135D77; padding: 5px 10px; color: #fff; }
.swipe-table tr:nth-child(even) { background-color: #f7f8fa; }
