/*Theme Name:     GP Excellence exports themeTheme URI:      https://gpexcellencegm.org.ukDescription: 	A plug in for the GP Excellence theme that enables editors to access and download .csv files generated by WP All ExportVersion:        1.0Tags:           responsive, clean, minimal
Author: 		Rowan PurdyAuthor URI: 	https://knowledgepartnerships.com*/

/* Export table */

table.exports {	border-collapse: collapse;	border-spacing: 0}
table.exports th {	background: none repeat scroll 0% 0% #E7E7E7;	padding: 0.5em 1.5em;
	text-align: left;}table.exports td {	border-top: 1px solid #CCC;	padding: 0.5em 1.5em;	text-align: left;}
table.exports tr:hover {	background-color: #d5e1ef;}