.table-concept{height:90%;max-height:100%;overflow:hidden;box-sizing:border-box;width:90%;margin:0 5%}.table-concept .table-title{padding:2.5%;text-align:center}.table-concept table{width:90%;background-color:#fff;font-size:16px;border-collapse:collapse;margin:0 5% 5%}.table-concept table tr:last-child td{border-bottom:0}.table-concept table tr td,.table-concept table tr th{text-align:left;padding:15px;box-sizing:border-box}.table-concept table tr th{color:#fff;font-weight:400;background-color:#1879c0;border-bottom:2px solid #d8d8d8;position:sticky;top:0}.table-concept table tr td{border:1px solid #d8d8d8;border-left:0;border-right:0;white-space:nowrap}.table-concept table tbody tr{transition:background-color .15s ease-out}.table-concept table tbody tr:nth-child(2n){background-color:#f5f5f5}.table-concept table tbody tr:hover{background-color:#ebebeb}@media screen and (max-width:425px){.table-concept .table-title{padding-top:25.5%;font-size:20px}.table-concept{display:flex;width:100%;margin:0;flex-direction:column;align-items:center}}