/*
The admin sidebar extends past the page height.
If you try to scroll the sidebar to the bottom, the page will scroll first.
 */
#nav-sidebar {
    max-height: calc(100vh - 92px);
}

.btn-link {
    background: none;
    border: none;
    padding: 0;
    color: white;
    text-decoration: dotted;
    text-decoration-line: underline;
    cursor: pointer;
    font-family: var(--font-family-primary);
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
}


.sticky {
    position: sticky;
    top: 0;
    z-index: 99;
}

/* Tighten up the rows */
/*.content .inline-group .tabular td.original p {*/
/*    display: none;*/
/*}*/

/*.content .inline-group .tabular tr.form-row td {*/
/*    padding: 2px 4px;*/
/*}*/

/*.content .inline-group .tabular tr.form-row td > * {*/
/*    margin: 0;*/
/*}*/
