/* ---------------------------------------------------------------------------- Table sorting -----------------------------------------------------------------------------*/ table th, .ascend, .descend { vertical-align:text-bottom; } table thead th::before { content: " ↕\00a0"; } table thead .ascend::before { content: " ↑\00a0"; } table thead .descend::before { content: " ↓\00a0"; } .page-pad { margin: 1rem 2rem; } table { overflow: scroll; } /* ---------------------------------------------------------------------------- Text Areas ---------------------------------------------------------------------------- */ textarea { height: 12rem; }