#block-system-main{
	padding-bottom: 40px;
}

.banner-mobile{
	display: none;
}

@media (max-width: 768px){
	.banner-mobile{
		display:block !important;
	}
	.page-node-64 .infographic{
		display: none;
	}

	#list-of-grants,
	#list-of-grants table,
	#list-of-grants tbody,
	#list-of-grants tr,
	#list-of-grants td {
		display: block;
	}
	#list-of-grants thead,
	#list-of-grants td.views-field-field-request-title,
	#list-of-grants td.views-field-field-lead-program {
		display: none;
	}
	#list-of-grants td.views-field-field-award-date,
	#list-of-grants td.views-field-field-amount {
		padding-top: 0;
		float: left;
		width: 50%;
	}
	#list-of-grants td.views-field-field-award-date:before {
		content: 'Award date: ';
	}
	#list-of-grants td.views-field-field-amount:before {
		content: 'Amount: ';
	}

	.grants-section table td,
	.grants-section table tr>td {
		width: auto;
		border: none;
	}
	#list-of-grants tr {
		clear: left;
	}
	#list-of-grants td {
		white-space: normal !important;
	}
}

#list-of-grants th.active {
	background-color: inherit !important;
}
#list-of-grants tr:nth-child(odd) td,
#list-of-grants tr:nth-child(odd) td.active,
#list-of-grants tr:nth-child(odd):hover td,
#list-of-grants tr:nth-child(odd):hover td.active {
	background-color: #f9f9f9 !important;
}
#list-of-grants table tr.even td,
#list-of-grants table tr.even td.active,
#list-of-grants table tr.even:hover td,
#list-of-grants table tr.even:hover td.active {
	background-color: #f6f5f5 !important;
}
#list-of-grants table thead th a {
	color: #fff;
}
#list-of-grants .pagination>li {
	font-size: 14px;
}
#list-of-grants .pagination>li>a,
#list-of-grants .pagination>li>span {
	color: #006b6e;
}
#list-of-grants .pagination .active>a,
#list-of-grants .pagination .active>span {
	color: #fff;
	background-color: #006b6e;
}
#list-of-grants .pagination .next:after,
#list-of-grants .pagination .pager-last:after {
	content: none;
}
