﻿@media (max-width: 60em) {
	.usa-table--stacked td, .usa-table-stacked th, .usa-table-stacked-header td, .usa-table-stacked-header th {
		display: block;
		width: 100%;
	}
}

@media (max-width: 60em) {
	.usa-table-stacked-header tr td:first-child, .usa-table-stacked-header tr th:first-child {
		line-height: 1.1;
		background-color: #dfe1e2;
		color: #1b1b1b;
		font-weight: 700;
		padding: 0.75rem 1rem;
	}
	.usa-table-stacked-header2 tr td:first-child, .usa-table-stacked-header2 tr th:first-child {
		line-height: 1.1;
		padding: 0.75rem 1rem;
	}
}

@media (max-width: 60em) {
	.usa-table-stacked-header td[data-label]:before, .usa-table-stacked-header th[data-label]:before {
		content: attr(data-label);
		display: block;
		font-weight: 700;
		margin: -0.5rem -1rem 0;
		padding: 0.75rem 1rem 0.25rem;
	}

	.usa-table thead td, .usa-table thead th {
		display: none;
	}
}

table.usa-table {
	border-collapse: collapse;
	border-spacing: 0;
}

.usa-table > table thead, table tbody tr {
	border-bottom: 1px solid gray;
}

.usa-table > table td, .usa-table td {
	font-weight: 400;
	padding: .5rem 1rem;
}

.usa-table > .usa-table th {
	font-weight: 700;
	padding: .5rem 1rem;
}

@media (max-width: 60em) {
	.usa-table-stacked td[data-label], .usa-table-stacked th[data-label], .usa-table-stacked-header td[data-label], .usa-table-stacked-header th[data-label] {
		padding-bottom: 0.75rem;
	}
}

.usa-pagination  ul {
	padding-inline-start: 0px;
}

.usa-pagination__list {
	margin-bottom: 0;
	margin-top: 0;
	list-style-type: none;
	padding-left: 0;
	align-items: center;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	width: auto;
}

.usa-pagination__item {
	display: inline-flex;
	height: 2.5rem;
	justify-content: center;
	line-height: 1;
	margin-left: .25rem;
	margin-right: .25rem;
	min-width: 2.5rem;
}

.usa-pagination {
	margin-bottom: 1rem;
	margin-top: 1rem;
	font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
	font-size: 1.06rem;
	line-height: 1.5;
	color: #1b1b1b;
	background-color: #fff;
/*	display: flex;*/
	justify-content: left;
}

	.usa-pagination .usa-current {
		background-color: #1b1b1b;
		border-color: transparent;
		color: #fff;
	}

	.usa-pagination__button {
		align-items: center;
		border-color: rgba(27, 27, 27, .2);
		border-radius: .25rem;
		border-style: solid;
		border-width: 1px;
		color: #005ea2;
		display: inline-flex;
		justify-content: center;
		padding: .5rem;
		text-decoration: none;
		width: 100%;
	}

.usa-pagination__link {
	align-items: center;
	color: #005ea2;
	display: inline-flex;
	text-decoration: none;
}

@media (max-width: 600px) {

	 .usa-pagination__item_noshow {
		display: none !important;
	}
}