body {
	-webkit-font-smoothing: antialiased;
	font-family: 	sans-serif;
}

.btn-results.overall {
    background: #0F8E90;
}

table.dataTable th {
    background: #0F8E90;
}


#resultsByDivision td:first-child a, a {
    color: #472F92;
}

#back {
	background: #A99BCA;
	padding: 10px 5px;
}
/* Fonts */
@font-face {
	font-family: 	'pacifico';
	src: 			url(../fonts/pacifico/Pacifico.ttf);
}

@font-face {
	font-family: 	'FrankGotExtCon';
	src: 			url(../fonts/Franklin_Gothic/FranklinGothicExtraCond.otf);
}

.header {
	background: #472f92;
}

/* View Container */
.container {
	width: 		100%;
	margin: 	auto;
}

/* Text Styling */
.red {
	color: rgb(177, 33, 22);
}

/* Headings  */
.content h1 {
	font-family: 	'Oswald';
	font-weight: 	400;
	font-size: 30pt;
	color: #088d8f;
	margin-bottom: 37px;
}

.content h2 {
	margin: 		0;
	padding-top: 	26px;
	padding-bottom: 15px;
	color: 			#088d8f;
	font-size: 		27px;
	text-transform: uppercase;
	font-family: 	'Oswald';
	font-weight: 	400;
	letter-spacing: 3px;
}

.columns h3 {
	text-align: 	center;
	font-size: 		18px;
	margin: 		0;
	padding:		0;
	margin-top:		20px;
	margin-bottom:	10px;
	font-family: 	'Oswald';
	font-weight: 	300;
}

h3 span.preposition {
	font-family: 'pacifico';
	font-weight: lighter;
}

h3:before {
	content: 	"\2014";
	position: 	relative;
	right:		10px;
	font-size: 	30px;
	top:		5px;
	color: 		#535654;
}
h3:after {
	content: 	"\2014";
	position: 	relative;
	font-size: 	30px;
	left: 		10px;
	top: 		5px;
	color: 		#535654;
}

/* Dropdown Styling */
.dropdown-container {
	margin: 		20px 0;
	padding: 		20px 0;
	text-align: 	center;
}
.dropdown-container h4 {
	font-family: 	sans-serif;
	font-weight: 	bold;
	text-align: 	center;
	font-size: 		18px;
	margin: 		0;
	margin-bottom:	15px;
}
.dropdown-container select {
	-webkit-border-radius: 2px;
	-moz-border-radius:2px;
	border-radius:	2px;
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:		none;
    padding:		10px;
    margin: 		0;
    margin-top:		10px;  
    background: 	#8bbebd;
    color:			#000;
    border:			none;
    outline:		none;
    display: 		inline-block;

    cursor:			pointer;
    padding-right: 	70px;
    font-size: 		12px;
    font-weight: 	bold;
}
.dropdown-container label {
	position:		relative;
	display:		inline;
}
.dropdown-container label:after {
    content:		'\25be';
    font-size:		14px;
    color:			#000;
    right:			8px; 
    top:			2px;
    padding:		0 0 2px;
    position:		absolute;
    pointer-events:	none;
}
.dropdown-container label:before {
    content:		'';
    right:			6px; 	
    top:			0px;
    width:			20px; 	
    height:			20px;
    background:		#8bbebd;
    position:		absolute;
    pointer-events:	none;
    display:		block;
}

/* Columns */
.columns {
	text-align: left;
	float: left;
	width: 50%;
	margin-bottom: 20px;
}
.columns:before,
.columns:after {
    content: 	" ";
    display: 	table;
}

.columns:after {
    clear: 		both;
}
.columns .column {
	float:		left;
	display: 	inline-block;
}
.columns .column.column-2 {
	width: 50%;
	text-align : center;
}

.column.column-2 {
	padding-right: 30px;
}
.columns-1
{
	width: 210px;
	margin-bottom: 32px;
	text-align: center;
}

.columns-1 h3
{
	font-family: 	'Oswald';
	font-weight: 	300;
	font-size: 18px;
	text-align: center;
}

/* Custom Headings */
.section-heading {
	background-image: 		url('../img/separator1.png');
	background-repeat: 		no-repeat;
	background-position: 	center center;
	text-align: 			center;
}
.section-heading-text {
	background-color: #fff;
	padding: 		40px 30px;
	color: 			#000;
	display: 		inline-block;
	text-align: 	center;
	font-size: 		22px;
	font-weight: 	bold;
	margin: 		auto;
}


.summary-heading {
	background-image: 		url('../img/separator1.png');
	background-repeat: 		no-repeat;
	background-position: 	center center;
}
.summary-heading-box {
	background-color: 	rgb(0,93,152);
	width: 				500px;
	margin: 			20px auto;
	padding: 			10px;
}
.summary-heading-box h2 {
	margin: 		0;
	margin-top:		10px;
	margin-bottom: 	3px;
	color: 			white;
}
.summary-heading-box .summary-heading-border {
	border: solid 1px rgba(255,255,255,0.5);
}


/* Line Separators */
.separator {
	position: 	relative;
	width: 		300px;
	border-top: solid 1px rgba(0,0,0,0.9);
	margin: 	auto;
	margin-bottom: 10px;
}
.separator.small {
	width: 80px;
}
.separator.red {
	border-top: solid 1px rgb(177, 33, 22);
}
.separator.arrow {
	margin-bottom:40px;
}
.separator.arrow:after, .separator.arrow:before {
	top: 		100%;
	left: 		50%;
	border: 	solid transparent;
	content: 	" ";
	height: 	0;
	width: 		0;
	position: 	absolute;
	pointer-events: none;
}
.separator.arrow:after {
	border-color: 		rgba(136, 183, 213, 0);
	border-top-color: 	rgb(177, 33, 22);
	border-width: 		15px;
	margin-left: 		-15px;
}
.separator.arrow:before {
	border-color: 		rgba(0, 0, 0, 0);
	border-top-color: 	rgb(177, 33, 22);
	border-width: 		16px;
	margin-left: 		-16px;
}

/* Table Styling */
table {
	width: 			75%;
	margin:			auto;
	border-collapse: collapse;
	text-align: 	left;
	float: left;
}

table thead tr {
	background-color: 	rgb(0,93,152);
	color: 				white;
	border: 			solid 1px #FFF;
}

table thead tr th {
	padding: 		14px;
	font-size:		14px;
	background-color: #088d8f;
	font-family: 	'Open Sans';
	font-weight: 	600;
	color: #FFFFFF;
}
table thead tr th .extra {
	font-size:		14px;
	font-weight: 	lighter;
	font-style: 	italic;
}
table thead tr th.highlight {
	padding: 		10px;
	font-size:		14px;
}
table thead tr th.condensed {
	width: 70px;
	font-family: 	'Open Sans';
	font-weight: 	600;
	font-size:		14px;
}

table tbody tr td {
	padding: 		10px;
	font-size:		13px;
	border: 		solid 1px #FFF;
	background-color: #EFEFEF;
	font-family: 	'Open Sans';
	font-weight: 	400;
}
table tbody tr td .extra {
	font-size:		10px;
	font-weight: 	lighter;
	font-style: 	italic;
}
table tbody tr td.highlight {
	padding: 		10px;
	font-weight: 	bold;
}
table tbody tr td.condensed {
	width: 70px;
}

.result_heading
{
	padding: 5px 30px; 
	color:#fff;
	font-family : "dinbold";
}

.french_result_heading
{
	padding: 5px 11px; 
	color:#fff;
	font-family : "dinbold";
}

.selected
{
	background-color:#088d8f;
}

.unselected
{
	background-color:#535654;
}

.content a
{
	color: #088d8f;
	text-transform: uppercase;
}

.select-navigation {				
	-webkit-appearance: button;
   -webkit-border-radius: 2px;
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   -webkit-user-select: none;
/*    background-image: url(../images/structure/arrow.jpg); */
   background-color:#fff;
   background-position: 95% center;
   background-repeat: no-repeat;
   border: 1px solid #ccc;
   color: #555;
   font-size: 20px;
   margin: 0 0 50px;
   overflow: hidden;
   padding: 15px 80px 15px 15px;
   text-overflow: ellipsis;
   white-space: nowrap;
   min-width: 400px;	
   max-width:100%;
}

#riding_table, #candidate_table, #school_table
{
	width: 85%;
}

.right {
	text-align: right;
}

.language {
	color: #FFF;
}

.language_div
{
	position: relative;
	text-align: right;
	right: -4%;
}

@media only screen and (max-device-width: 560px) 
{
	.result_heading
	{
		padding: 5px 28px; 
		color:#fff;
		font-family : "dinbold";
		font-size: 16px;
	}

	.french_result_heading
	{
		padding: 5px 11px; 
		color:#fff;
		font-family : "dinbold";
		font-size: 16px;
	}
	
}

@media only screen and (max-device-width: 480px) {
	.top_table tbody tr td
	{
		border-bottom: solid 1px fff;
	}

	.top_table
	{
		margin-bottom: 28px;
	}
		
	.data_table tr td
	{
		border: none;
	}
	
	.columns {
		text-align: left;
		float: left;
		width: 100%;
		margin-bottom: 20px;
	}
	
	.columns .column.column-2 {
		width: 50%;
		text-align : center;
	}
	
	#seat_chart, #vote_chart
	{
		width: 100px;
	}
	
	.result_heading
	{
		padding: 5px 22px; 
		color:#fff;
		font-family : "dinbold";
		font-size: 10px;
	}

	.french_result_heading
	{
		padding: 5px 11px; 
		color:#fff;
		font-family : "dinbold";
		font-size: 11px;
	}
	
	.columns h3 {
		font-size: 		15px;
	}
	
	.content h1
	{
		font-size: 15pt;
		margin-bottom: 25px;
	}
	
	.content h2
	{
		margin-top: 10px;
	}
	
	.select-navigation {				
   		min-width: 332px;	
		max-width:80%;
	 }

}

@media only screen and (max-device-width: 320px) {
	
	.top_table tbody tr td
	{
		border-bottom: solid 1px fff;
	}
	
	.top_table
	{
		margin-bottom: 28px;
	}
	
	.data_table tbody tr td
	{
		border: none;
	}
	
	#seat_chart, #vote_chart
	{
		width: 100px;
	}
	
	.result_heading
	{
		padding: 5px 13px; 
		color:#fff;
		font-family : "dinpro_medium";
		font-size: 10px;
	}

	.french_result_heading
	{
		padding: 5px 11px; 
		color:#fff;
		font-family : "dinpro_medium";
		font-size: 7px;
	}
	
	.columns h3 {
		font-size: 		10px;
	}
	
	.content h1
	{
		margin-bottom: 25px;
	}
	
	.select-navigation {				
   		min-width: 332px;	
		max-width:80%;
	 }
}
