﻿/*
 *
 *	Styles exclusive to the Voter Registration Statistics Project
 *
*/


/* responsive grid template settings */
.ui-iggrid-responsive {
	padding-left: 16px;
}

.ui-iggrid-responsive > span:nth-of-type(odd) {
    font-weight: bold;
}

.ui-iggrid-responsive > span:nth-of-type(even) {
    font-weight: normal;
}

/* hide filter row */
.ui-iggrid-filterrow {
	display:none;
}

/* hide grid footer to not show the matching record count */
.ui-iggrid tfoot, .ui-iggrid-footer {
	display: none !important;
}