#advocacy-table tr.odd { background-color:#F9F9F9; }
.advocacy-item.stance, .advocacy-item.government { text-transform:capitalize; }

.advocacy-item.symbol img.won { width:25px; }
.advocacy-item.symbol img.lost { width:20px; }
.advocacy-item.symbol img.currently_advocating { width:30px; }

.advocacy-item.stance { width:10%; }
.advocacy-item.government { width:15%; }
.advocacy-item.issue { width:35%; }
.advocacy-item.category { width: 20%; }
.advocacy-item.status { width:20%; }
.advocacy-item.result { width:35px; }

@media
	only screen and (max-width: 760px),
	(min-device-width: 768px) and (max-device-width: 1024px)  {

		/* Force table to not be like tables anymore */
		#advocacy-table table, #advocacy-table thead, #advocacy-table tbody, #advocacy-table th, #advocacy-table td, #advocacy-table tr {
			display: block;
		}

		/* Hide table headers (but not display: none;, for accessibility) */
		#advocacy-table thead tr {
			position: absolute;
			top: -9999px;
			left: -9999px;
		}

		#advocacy-table tr { border: 1px solid #ccc; }

		#advocacy-table td {
			/* Behave  like a "row" */
			border: none;
			border-bottom: 1px solid #eee;
			position: relative;
			padding-left: 50%!important;
			width:50%!important;
		}

		#advocacy-table td:before {
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			top: 6px;
			left: 6px;
			width: 45%;
			padding-right: 10px;
			white-space: nowrap;
		}

		/*
		Label the data
		*/
		#advocacy-table td:nth-of-type(1):before { content: "Issue"; }
		#advocacy-table td:nth-of-type(2):before { content: "Stance"; }
		#advocacy-table td:nth-of-type(3):before { content: "Government"; }
		#advocacy-table td:nth-of-type(4):before { content: "Category"; }
		#advocacy-table td:nth-of-type(5):before { content: "Agendas"; }
		#advocacy-table td:nth-of-type(6):before { content: "Status"; }
		#advocacy-table td:nth-of-type(7):before { content: "Result"; }
	}

	/* Smartphones (portrait and landscape) ----------- */
	/*@media only screen
	and (min-device-width : 320px)
	and (max-device-width : 480px) {
		body {
			padding: 0;
			margin: 0;
			width: 320px; }
		}*/

	/* iPads (portrait and landscape) ----------- */
	/*@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
		body {
			width: 495px;
		}
	}*/