.controls tbody {
border: 1px solid rgb(235, 235, 235);
border-radius:6px;
display: block;
}
.controls th {
font-family: 'Saira Condensed','Nunito','Saira',system-ui,-apple-system,sans-serif;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 0.75px;
}
.controls td:first-child {
font-size:0.85em;
color:silver;
font-family: 'Saira Condensed','Nunito','Saira',system-ui,-apple-system,sans-serif;
}
.controls caption {
font-size:0.85em;
font-weight:bold;
text-transform:uppercase;
letter-spacing:0.75px;
font-family:"Saira Condensed","Nunito","Saira",system-ui,-apple-system,sans-serif;
}
.controls .pc-key {
background-color: rgb(185,185,185);
color: rgb(50, 50, 50);
font-family:"Saira Condensed","Nunito","Saira",system-ui,-apple-system,sans-serif;
font-size: 1.5em;
font-weight: bold;
width: 25px;
height: 25px;
text-align: center;
align-items: center;
justify-content: center;
display: flex;
border: 1px solid rgb(235,235,235);
border-radius: 6px;
box-shadow: 0 2px rgb(135,135,135), inset -1px -1px rgb(135,135,135);
}