/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .wp-prim-count-candidates-by-function-widget th,
 .wp-prim-count-candidates-by-function-widget td
{
	padding: 0;
}

.wp-prim-count-candidates-by-function-widget td h6 {
	margin-top: 0;
	margin-bottom: 0;
	-webkit-margin-before : 0;
	-webkit-margin-after: 0;
}

.wp-prim-count-candidates-by-function-widget td form {
	margin-bottom: 0;
}

.wp-prim-count-candidates-by-function-widget-item button {
	-webkit-appearance: none;
	border: none;
	background-color: #fff;
	text-align: left;
}


.wp-prim-count-candidates-by-function-widget-item-col2 {
	text-align: center;
}

tr:nth-child(even) .wp-prim-count-candidates-by-function-widget-item,
tr:nth-child(even) .wp-prim-count-candidates-by-function-widget-item button {
	background-color:  #fff;
}

tr:nth-child(odd) .wp-prim-count-candidates-by-function-widget-item,
tr:nth-child(odd) .wp-prim-count-candidates-by-function-widget-item button {
	background-color:  #e9ecee;
}
