/* Space the bill/review filter form */
form.bill-filter-form {
    padding-bottom: 20px;
    min-width: 450px;
    max-width: 600px;
}

/* Navigation */
ul.navbar-nav>li {
	float:right;
}
#main-nav {
    margin-bottom: 1rem;
}

/* For screens larger than 1600 px use max-width of 1500px */
@media (min-width: 1600px) {
    .container {
        max-width: 1500px;
        width: auto;
    }
}

/* Bill title in table */
.bill-title {
    width: 100%;
}

.action-links {
    text-align: right;
    white-space: nowrap;
}

/* Table pagination links */
.page-item a {
    margin-right: 0.2em;
}

button.filter-btn,
a.filter-btn {
	float: right;
	margin-top: 20px;
	margin-right: 15px;
}

/**
 * Formatting for the scrollable topic select checkboxes on the bill review form: Put in scrollable box smaller than
 * default; Bold text -> normal; Remove bullets from checkbox items.
 */
form #id_topic {
    max-height: 10rem;
    overflow-y: auto;
}

/**
 * Non-breaking space in templates.
 */
.nbsp {
    white-space: nowrap;
}

/**
 * All icon buttons
 */
.btn-icon {
    line-height: 1;
}

/**
 * All icon buttons in table rows.
 */
.btn-icon-table {
    line-height: 1;
    padding: 0.2rem 0.4rem;
}
