
body{
font-family:system-ui;
margin:30px;
}

table{
border-collapse:collapse;
width:100%;
}

th,td{
border:1px solid #ccc;
padding:6px;
}

th{
background:#eee;
cursor:pointer;
}

th.sorted-asc::after{content:" ▲";}
th.sorted-desc::after{content:" ▼";}

img{max-height:80px}

#filterBox{
margin-bottom:10px;
padding:5px;
width:300px;
}

#columnControls{
margin-bottom:10px;
}
