.page-header small,
.disabled {
    color: #555555;
}

.Hide {
    display: none;
}


/* .divBillCount {
    padding-right: 5px;
    color: #333333;
    text-decoration: underline;
    font-weight: 900;
    font-size: 14px;
    text-align: right;
    width: 98%;
} */


/***************NEW STYLES FOR 2019******************/

.no-bills {
    font-weight: bold;
}

.summary {
    font-style: italic;
}

.bill-name,
.chapter-number {
    font-weight: bold;
}

caption {
    font-weight: bold;
    font-size: 1.2em;
    color: black;
}

@media (min-width: 960px) {
    .results {
        margin-top: 2rem;
    }
}