* { box-sizing: border-box; margin: 0; padding: 0; } .api { width: 700px; margin: 20px auto; border-left: 8px solid #dddfe4; border-right: 1px solid #eef0f4; } h3 { background: #eef0f4; padding: 5px; } h5 { padding: 5px; color: #989898; font-weight: normal; margin-bottom: 10px; } .wrapper { padding: 16px; background: #eef0f4; } table { border-collapse: collapse; display: table; width: 100%; text-align: center; background-color: transparent; border-spacing: 0; } table tr th, table tr td { font-size: 14px; color: #4f4f4f; line-height: 22px; border: 1px solid #ddd; padding: 8px; word-break: normal !important; vertical-align: middle; } table tr { border: 0; border-top: 1px solid #ddd; background-color: #fff; } table tr:nth-child(2n) { background-color: #f7f7f7; } table tr th { font-weight: 700; background-color: #eff3f5; }