.exchange-table-wrapper{ padding:24px; border:1px solid #bbb; border-radius:8px; background: #fff; overflow: hidden; margin: 40px 0; } .exchange-table{ width: 100%; border-collapse: collapse; font-size: 16px; line-height: 26px; } .exchange-caption{ caption-side: top; text-align: left; margin-bottom: 24px; font-size: 26px; font-weight: 700; line-height: 120%; } .exchange-caption span{ font-size: 23px; font-weight: 400; line-height: 140%; color:#000; } .exchange-table th, .exchange-table td{ padding: 10px; border-bottom: 1px solid #eee; text-align: left } .exchange-table td.trade-btn-cell{ text-align: right; } .exchange-table img{ height: 20px; vertical-align: middle } .trade-btn{ background: #fff; border-radius: 100px; border: 1px solid #E16826; color: #E16826; padding: 11px 20px; text-decoration: none } .trade-btn:hover{ background: #E16826; color: #fff!important; text-decoration: none } @media(max-width:764px){ .exchange-table-wrapper{ overflow-x:auto; -webkit-overflow-scrolling:touch } .exchange-table{ min-width:680px } }