
#container {
    height: 100vh;
}
#container > .main {
    flex-shrink: unset;
}
#content {
    display: block;
    /* overflow-y: auto; */
}
.submit-row a {
    height: unset !important;
}

caption {
    caption-side: unset;
}

.admin-nav{
    /* background: #f1f2f6; */
    display: flex;
}
#user-tools {
    font-weight: 500;
    margin-right: 20px;
    display: inline;
    float: unset;
    margin: unset;
}
a:hover {
    color: #fcb800;
    text-decoration: none;
}
a {
    transition: all 0.4s ease;
}
h1 {
    font-size: 2rem;
}
.form-row {
    display: block;
}
tr.form-row {
    display: table-row;
}
.dark-header-inline > h2 {
    background: rgb(27, 27, 27);
}
td,th {
    vertical-align: middle;
}