/* Smaller overall font */
body {
    font-size: 13px;
}

/* Compact tables */
/* Very compact DNS record rows */
.table td,
.table th {
    padding: 1px 4px !important;
    font-size: 11px !important;
    line-height: 1.0 !important;
    vertical-align: middle !important;
}

/* Reduce row height further */
.table tr {
    height: 18px !important;
}

/* Compact inputs/selects inside rows */
.table input,
.table select,
.table textarea,
.form-control {
    min-height: 20px !important;
    height: 20px !important;
    padding: 1px 3px !important;
    font-size: 11px !important;
    line-height: 1.0 !important;
}

/* Compact buttons */
.btn {
    padding: 1px 5px !important;
    font-size: 11px !important;
    line-height: 1.1 !important;
}

/* Reduce whitespace in cards */
.card-body {
    padding: 0.3rem !important;
}
/* Compact form controls */
.form-control {
    height: calc(1.6em + 0.4rem + 2px);
    padding: 0.15rem 0.3rem;
    font-size: 12px;
}

/* Compact buttons */
.btn {
    padding: 0.2rem 0.45rem;
    font-size: 12px;
}

/* Reduce whitespace in cards/panels */
.card-body {
    padding: 0.5rem;
}

/* Tighter navbar */
.navbar {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}
/* Keep action buttons horizontal */
td:last-child,
th:last-child {
    white-space: nowrap !important;
    width: 120px !important;
    min-width: 120px !important;
}

/* Action buttons inline */
td:last-child .btn {
    display: inline-block !important;
    margin-right: 2px !important;
    vertical-align: middle !important;
}
