.sortable-table-container{margin:10px 0 30px 0}table.sortable-table{width:100%;background-color:#eee;border-collapse:collapse}table.sortable-table th{font-weight:500;color:#000}table.sortable-table th,table.sortable-table td{padding:4px 8px}table.sortable-table th:first-child,table.sortable-table td:first-child{padding-left:0}table.sortable-table th.sort-key,table.sortable-table td.sort-key{background-color:rgba(0,0,0,.075);border-left:1px solid rgba(0,0,0,.045)}table.sortable-table th.name,table.sortable-table td.name{text-align:left}table.sortable-table .sort-symbol{width:1em;display:inline-block}table.sortable-table th .sort-indicator{margin-left:8px;height:9px}table.sortable-table th.sortable-heading{cursor:pointer}table.sortable-table th.sortable-heading:hover{background-color:#fc0}table.sortable-table tr:nth-child(even){background-color:rgba(0,0,0,.05)}table.sortable-table td.data{text-align:center}table.sortable-table .data{border-left:1px solid rgba(0,0,0,.075)}table.sortable-table a{color:#000}table.sortable-table strong{color:inherit}