.dropdown-table{font-family:sans-serif;margin:20px 0 0;overflow:hidden;width:auto}.dropdown-table input[type=checkbox]{display:none}.dropdown-title{align-items:center;color:#fff;cursor:pointer;display:flex;font-size:11px;font-weight:700;line-height:18px;user-select:none}.dropdown-title .arrow{font-size:1em;margin-right:10px;transition:transform .2s}.dropdown-content{max-height:0;overflow:hidden;transition:max-height .3s ease}.dropdown-table input:checked+.dropdown-title .arrow{transform:rotate(-180deg)}.dropdown-table input:checked+.dropdown-title+.dropdown-content{max-height:500px}.dropdown-content table{border-collapse:collapse;width:100%}.dropdown-content td,.dropdown-content th{border-top:1px solid #fff}.dropdown-content td,.dropdown-content td a,.dropdown-content th{color:#fff!important;font-size:11px;font-weight:400;line-height:18px;padding:8px;text-align:left}.dropdown-content td a{text-decoration:underline}