table.mpList {
	border-collapse: collapse;
	border: 0px;
	width: 100%;
}

table.mpList thead th {
	background-color: #cfcecb;
	font-size: 11pt;
	font-weight: normal;
	padding: 8px 5px;
}

table.mpList tbody td {
	background-color: #e9e8e4;
	font-size: 9pt;
	padding: 5px;
	vertical-align: top;
}

table.mpList tbody tr:nth-child(odd) td {
	background-color: #eee;
	font-size: 9pt;
	padding: 5px;
	vertical-align: top;
}

td.nav {
	padding-top: 10px;
	font-size: 10pt;
	text-align: center;
}

td.pages,
td.viewing {
	font-size: 8pt;
	text-align: right;
}

td.nav a {
	background-color: #eee;
	border: 1px solid #EEEEEE;
	display: inline-block;
	margin: 0px 3px;
	padding: 4px;
}

td.nav span {
	background-color: #fff;
	border: 1px solid #E9E8E4;
	display: inline-block;
	margin: 0px 3px;
	padding: 4px;
}

div.riding {
	background-color: #E9E8E4;
	border: 1px solid #999;
	border-left: none;
	border-right: none;
	color: black;
	font-size: 10pt;
	font-weight: bold;
	margin: 10px 0px;
	padding: 5px;
}

div.ridingWeight {
	display: none;
	float: right;
	margin-right: 10px;
	margin-left: 10px;
}

div.candidateImage {
	float: left;
	margin-right: 10px;
}

div.candidate-image-caption {
	margin: 5px 0 10px;
}

div.addressTitle {
	background-color: #FDFDFD;
	border: 1px solid #888;
	border-left: none;
	border-right: none;
	color: #5F5D59;
	font-size: 9pt;
	font-weight: bold;
	margin: 5px 10px 5px 0px;
	padding: 3px;
	text-transform: uppercase;
}

div.address {
	border: 1px dotted #737374;
	margin: 5px 20px 5px 10px;
	overflow: hidden;
	padding: 5px;
}

div.address div.leftColumn {
	display: inline-block;
	vertical-align: top;
	width: 275px;
}

div.address div.rightColumn {
	display: inline-block;
	vertical-align: top;
}

div.profileImage {
	/*float: left;*/
	/*margin: 0px 10px 10px 0px;*/
	margin-bottom: 10px;
}

div.profileLine {
	margin-bottom: 3px;
}

div#clcRating {
	color: #231f20;
	font-size: 12pt;
}

div#clcRating span.profileData {
	color: #737374;
	font-size: 100%;
}

div#ratingComments {
	text-align: justify;
}

div#ministry {
	margin-top: 20px;
}

div#company,
div#officeAddress,
div#officeCity,
div#officePostalCode,
div#officePhone,
div#officeFax,
div#officeEmail,
div#address,
div#city,
div#postalCode,
div#phone,
div#fax,
div#email {
	margin: 0px;
}

div.profileLine span.profileTitle {
	font-weight: bold;
}

table.decisionTable {
	border-collapse: collapse;
	width: 100%;
}

table.decisionTable thead th {
	background-color: #cfcecb;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	font-size: 11pt;
	font-weight: normal;
	padding: 8px 5px;
}

#content-container table.decisionTable thead th.spacer {
	background-color: #fff;
	color: #737374;
}

table.decisionTable thead th.candidate-image {
	text-align: center;
}

table.decisionTable thead th.clc-rating {
	text-align: center;
}

table.decisionTable thead th.rating-image img {
	max-width: 36px;
}

table.decisionTable thead th.question-header {
	border-top: 10px solid #fff;
}

table.decisionTable thead th.question-header:last-child {
	border-right-color: #303030;
}

table.decisionTable tbody {
	border: 1px solid #737374;
}

table.decisionTable tbody td {
	background-color: #e9e8e4;
	font-size: 9pt;
	padding: 5px;
	vertical-align: top;
}

table.decisionTable tbody tr:nth-child(odd) td {
	background-color: #fff;
	font-size: 9pt;
	padding: 5px;
	vertical-align: top;
}

table.decisionTable div.candidate-list-image {
	display: inline-block;
	float: none;
	margin-left: 0;
}

/*table.decisionTable {
	border-collapse: collapse;
	border-width: 1px;
	border-color: black;
	width: 100%;
}

table.decisionTable th,
table.decisionTable td {
	border-color: #737374;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
}

table.decisionTable tr.topRow th.incumbent,
table.decisionTable td.incumbent {
	background-color: #ECE8DD;
	color: #CC2030;
}

table.decisionTable tr.topRow th {
	border-top: none;
	border-left: none;
	border-right: none;
}

table.decisionTable tr.votingRecord td {
	padding-top: 25px;
	text-align: center;
}

*/

table.decisionTable tr.votingRecord td {
	background: #303030;
	border-top: 1px solid #303030;
	border-bottom: 1px solid #303030;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	color: #fff;
	padding-top: 25px;
}

table.decisionTable tr.votingRecord td.question {
	border-left-color: #303030;
}

table.decisionTable tr.votingRecord td:last-child {
	border-right-color: #303030;
}

table.decisionTable tr.topRow th.incumbent {
	background-color: #FFFFFF !important;
	color: #760C05 !important;
}

table.decisionTable td {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	text-align: center;
}

table.decisionTable td:last-child {
	border-right: none;
}

table.decisionTable td.question {
	border-left: none;
	text-align: left;
}

span.incumbent {
	background-color: #ECE8DD;
	color: #CC2030;
	padding: 5px;
}

p.quote {
	margin: 10px;
	text-align: justify;
}

p.quote span.quoteTitle {
	font-weight: bold;
}

h2.voteRecordHeading {
	margin-bottom: 0px;
}

h3.voteRecordHeading {
	border: none;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 15px;
}

h3.voteRecordHeading span.sub-riding,
h3.evaluationHeading span.sub-riding {
	color: #231f20;
}

span.decisionName {
	font-weight: bold;
}

span.decisionNameToggle {
	cursor: pointer;
	display: block;
	/*font-weight: bold;*/
	/*text-decoration: underline;*/
}

span.decisionNameToggle:after {
	content: "\25bc";
	padding-left: 3px;
}

span.decisionNameToggle.active:after {
	content: "\25b2";
}

div.decisionDesc {
	font-size: 10pt;
	line-height: 1.3em;
	margin-top: 10px;
	text-align: justify;
}

/*
.ui-tabs-nav {
	height: 28px;
}

body.Chrome_Windows .ui-tabs-nav,
body.Safari_Mac .ui-tabs-nav,
body.Safari_Windows .ui-tabs-nav {
	height: 26px;
}

body.Chrome_Mac .ui-tabs-nav {
	height: 27px;
}*/

div.tab-content {
	display: none;
}

div#selectProvince {
	background-color: #E9E8E4;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/*margin: 0 15px;*/
	padding: 10px;
	text-align: center;
}

ul#ridingList {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	width: 100%;
}

ul#ridingList ul {
	list-style: none;
	margin-left: 0px;
	width: 100%;
}

li {
	margin-left: 10px;
	padding-left: 0px;
}


ul#ridingList li.title {
	background-color: #cfcecb;
	font-weight: normal;
	padding: 8px 5px;
}

ul#ridingList li {
	margin: 0px;
	padding: 5px;
	vertical-align: top;
}

ul#ridingList li:nth-child(odd) {
	 background-color: #efeeea;
}

ul#ridingList li:nth-child(even) {
	background-color: #ffffff;
}

/*subridings*/

ul#ridingList.subridings > li {
	background-color: #ffffff;
}

ul#ridingList.subridings ul li:nth-child(odd) {
	background-color: #ffffff;
}

ul#ridingList.subridings ul li:nth-child(even) {
	background-color: #efeeea;
}

/*ul#ridingList.subridings li {
	margin: 10px;
}
*/
ul#ridingList.subridings ul li {
	margin-top: 0px;
	margin-bottom: 0px;
}

/*end subridings*/

ul#ridingList li.title {
	color: #231f20;
	font-family: 'Roboto', serif;
	font-weight: bold;
	font-size: 12pt;
	letter-spacing: 0px;
	list-style: none;
	margin-left: 0px;
}

ul#ridingList ul {
	margin-bottom: 10px;
}

h3.evaluationHeading {
	margin-bottom: 0;
}

h3.evaluationHeading ~ h4 {
	margin-top: 0;
}

span.changeLink {
	font-size: 11pt;
	margin-top: 0;
}

/* light rating legend */

div.light-rating-legend-container {
	/*background-color: #E9E8E4;*/
}

ul.light-rating-legend {
	background-color: #E9E8E4;
	list-style: none;
	margin: 0px;
	padding: 0px;
	/*max-width: 350px;*/
	width: 100%;
	height: 100%;
}

#content ul.light-rating-legend {
	padding: 0px;
}

ul.light-rating-legend li {
	background-color: #E9E8E4;
	font-style: italic;
	list-style: none;
	margin: 0px 0px 0px 0px;
	overflow: auto;
	padding: 20px 15px;
	/*width: 260px;*/
}

ul.light-rating-legend li.light-legend-rating-title {
	background-color: #790d05;
	color: #FFFFFF;
  font-family: 'Roboto',serif;
  font-size: 12pt;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0px;
  padding: 10px 15px;
  text-align: center;
}

ul.light-rating-legend li div.legend-image {
	float: left;
}

ul.light-rating-legend li div.legend-title {
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	margin-left: 45px;
	padding-top: 5px;
	text-shadow: 0px 1px #333333;
}

ul.light-rating-legend li div.legend-info {
	font-size: 100%;
	margin-left: 45px;
	text-align: justify;
}

div.election-search-form textarea,
div.election-search-form select,
div.election-search-form textarea,
div.election-search-form input[type=text] {
	background: #ffffff; /* Old browsers */
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border: 1px solid #e6dbdc;
	color: #231f20;
	margin-right: 5px;
	padding: 6px 5px;
	width: auto;
	vertical-align: middle;
	height: 36px;
}

div#selectProvince select {
	background: #ffffff; /* Old browsers */
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border: 1px solid #e6dbdc;
	color: #231f20;
	display: inline-block;
	margin-right: 5px;
	padding: 6px 5px;
	vertical-align: middle;
	width: auto;
}


div.candidate-evaluation-search input[type=text] {
	background: #ffffff; /* Old browsers */
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border: 1px solid #e6dbdc;
	color: #231f20;
	margin-right: 5px;
	padding: 6px 5px;
	vertical-align: middle;
	width: auto;
}

div.candidate-evaluation-search h4 {
	margin-top: 0px;
}

div.candidate-evaluation-search {
	/*font-weight: bold;*/
	margin-bottom: 30px;
}

div.candidate-evaluation-search.step-2 {
	margin-bottom: 30px;
}

div.candidateViewButton {
	padding-top: 10px;
}

div.light-mobile {
	display: none;
}

div.light-desktop {
	display: block;
	float: right;
	margin-left: 20px;
}


/*find and compare*/

table.mpList a,
ul.provinceList a,
ul#ridingList a {
	color: #231f20;
}

div.change-link-container {
	margin: 30px 0 15px 0;
}

.candidateVideo {
	position: relative;
}

.candidateVideo::after {
	background-color: #D6D0D0;
	display: block;
	content: '';
	height: 2px;
	margin: 25px auto 5px;
	width: 50%;
}

.candidateVideo:last-child::after {
	display: none;
}

.candidateVideo .video-wrapper {
	position: relative;
}

.candidateVideo .video-wrapper iframe,
.candidateVideo .video-wrapper object,
.candidateVideo .video-wrapper embed {
	max-width: 100%;
}

.candidateVideo .comments :first-child {
	margin-top: 0;
}