.table{margin-bottom:12rem;padding:0}.table .table-wrapper{border-radius:10px;box-shadow:0 3px 6px rgba(0,0,0,.16);max-width:calc(100vw - 6rem);overflow-x:auto}.table .table-wrapper.dropdown-table{overflow-y:hidden}.table .table-wrapper.dropdown-table .table-body,.table .table-wrapper.dropdown-table .table-body thead,.table .table-wrapper.dropdown-table .table-head tbody{display:none}.table .table-wrapper.dropdown-table thead{position:relative}.table .table-wrapper.dropdown-table thead:before{color:#fff;content:"+";cursor:pointer;font-size:47px;left:10px;position:absolute}.table .table-wrapper.dropdown-table.active thead:before{content:"-"}.table table{min-width:600px}.table table thead{background-color:#c33}.table table thead th{color:#fff;font-size:1.6rem;font-weight:600;line-height:2.4rem;padding:1rem;text-align:center}.table table tbody tr td{color:#7e7e7e;font-size:1.6rem;font-weight:400;line-height:2.4rem;padding:2rem}.table table tbody tr:nth-child(2n){background-color:#f3f3f3}@media screen and (min-width:768px){.table table{min-width:750px}.table table thead th{font-size:2rem;line-height:2.8rem}.table table tbody tr td{font-size:1.6rem;line-height:2.4rem}}