.page, .page-content {
    min-height: auto !important;
}

/* Contracts table: give width priority to Title and allow Status to wrap */
#contracts-table td.contract-col-title {
    width: 32%;
}

#contracts-table td.contract-col-status {
    width: 12%;
}

#contracts-table .contract-status-badge {
    white-space: normal;
    line-height: 1.1;
    text-align: center;
    max-width: 140px;
}


