.detailTable{display:block;position:relative;width:100%;margin-top:30px}.detailTable .tableHeader{font-size:25px;font-weight:700;display:block;text-align:center;margin-bottom:15px}.detailTable .tableDesc{margin-top:15px;font-size:80%;display:block;line-height:1.1;font-style:italic}.detailTable table{display:block;width:100%;border:1px #fff}.detailTable table thead{background-color:hsla(0,0%,100%,.2);display:block;width:100%}.detailTable table thead tr th{border:none;text-transform:uppercase}.detailTable table tbody{display:block;width:100%}.detailTable table tr{width:100%;display:flex}.detailTable table tr td,.detailTable table tr th{border:1px solid hsla(0,0%,100%,.2);padding:8px;flex:1;width:100%}.detailTable table tr:nth-child(2n){background-color:hsla(0,0%,100%,.2)}.detailTable table tr:nth-child(2n) td{border-top:none;border-bottom:none}