  /*!
 * Add custom css for this site here:
 */

/*! * Title case for accordion headings on about/public-postings */
 #accordion1 .card-header h3 button.btn {
	 text-transform:none;
}

/*! * Title case for accordion headings on life-at-niu/index */

#accordion1 .card-header h2 button.btn {
	 text-transform:none;
}

.count, .counted, .rowCount small {
    color: #000;
    text-align: center;
}
.count, .counted, .rowCount {
    font-size: 100px;
    font-weight: 300;
    color: #000;
    text-align: center;
}

.count-tuition, .counted-tuition, .rowCount-tuition {
    font-size: 40px;
    font-weight: 300;
    color: #000;
}

/* News Feed */
#niu-rss-feed.list .rss-items.row .rss-item {
    display: list-item;
    max-width: 100% !important;
    list-style: none;
    margin-left: -18px;
    font-weight: bold;
    padding-bottom: 10px;
    color: #222;
    font-size: 14px;
    border-bottom: 1px dotted #ccc;
    outline-width: 5px;
    padding: 10px 10px 10px 0px;
}

