.tableDivCss { width: 100%; height: 100%; background-color: #f5f5f5; padding: 5px; overflow-y: scroll; } .tableCss { width: 100%; background: #fff; text-align: center; border-collapse: collapse; color: #333; th { border: 1px solid #e8e8e8; line-height: 42px; padding: 0 4px; font-size: 14px; } td { border: 1px solid #e8e8e8; line-height: 42px; padding: 0 4px; font-size: 14px; } .title { line-height: 68px; font-size: 22px !important; } }