@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,200);
body {
    width: 100%;
    font-weight: 300; 
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, sans-serif;
    color: #646464;
    font-size: 16px;
    margin: 0;
    font-size: 18px;
}


a {
    color: #6F6F6F;
    text-decoration: none;
}

div#wrapper {
    max-width: 1060px;
    margin: 0 auto;
    padding: 20px 25px;
}

img#logo {
    display: block;
    float: right;
}

h1,h2,h3,h4,h5 {
    font-weight: inherit;
}

h1 {
    font-size: 31px;
    line-height: 35px;
}

div#header-text h1 {
    width: 80%;
}

.menu {
    border-bottom: 2px solid #E7E7E7;
    padding-bottom: 4px;
}

div#pros, div#meaning {
    margin: 50px 0 45px 200px;
}

.icon {
    display: inline-block;
    width: 53px;
    vertical-align: top;
    margin-right: 15px;
}

.text-column {
    display: inline-block;
    width: 87%;
}

table{border-collapse: collapse;}
table tr{}
table tr th{text-align: left; vertical-align: top;padding-right: 10px; font-weight: 300; color: black;border-bottom: 1px solid #E7E7E7;}

table tr td{text-align: left; vertical-align: top; border-bottom: 1px solid #E7E7E7;padding-bottom:5px; padding-right: 10px;}

table tr td.name a{background-image:url(img/link.png); background-repeat: no-repeat;    background-repeat: no-repeat;
    display: inline-block;
    background-size: 12px;
    background-position: right top+2px;
    padding-right: 15px;}

/*
table tr th.headerSortUp::after{content:" ↑";}
table tr th.headerSortDown::after{content:" ↓";}
table tr td.name{width: 30%;}
table tr td.party{width: 25%;}
table tr td.canton{width: 15%;}
table tr td.position{width: 20%;}
table tr td.site{white-space: nowrap;}
*/

/* tables */
table.tablesorter {
	margin:10px 0pt 15px;
	font-size: 11pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color:#F0F0F6;
	border: 1px solid #FFF;
	font-size: 12pt;
	padding: 6px;
}
table.tablesorter thead tr .tablesorter-header {
	background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .tablesorter-headerAsc {
	background-color: #e6EEEE;
	background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
}
table.tablesorter thead tr .tablesorter-headerDesc {
	background-color: #e6EEEE;
	background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
}
table.tablesorter thead .sorter-false {
	background-image: none !important;
	cursor: default !important;
}

.legends{
	font-size: 11pt;
}




h2 {
    font-size: 24px;
}

.text-column h2 {
    margin-top: 10px;
}

p.lead {
    width: 90%;
}

.pro-column {
    border-top: 2px solid #E7E7E7;
    padding-top: 10px;
}

.desc {
    color: #989998;
    margin-bottom: 20px;
}

ol {
    margin: 0;
    padding: 0;
    margin-left: 24px;
    width: 90%;
}


ol li {
    margin-bottom: 20px;
}

div#footer {
    padding: 20px 10px 0px 270px;
    background-color: #CDCFCD;
}

div#footer h4 {
    margin: 0;
}

.column-left, .column-right {
    display: inline-block;
    width: 300px;
    margin-right: 42px;
    vertical-align: top;
}

.footer-section {
    margin-bottom: 22px;
}

.footer-section>div, .footer-section a {
    color: #989998;
}

form header#header {
    display: none !important;
}

.logo-container {
    height: 160px;
    padding: 35px 0 15px;
}

@media only screen and (max-width: 880px) {
	div#header-text h1 {
		font-size: 22px;
		width: 100%;
	}
	#pros, #meaning {
		margin-left: 0 !important;
	}
	iframe {
		/* height: 500px !important; */
	}
	#logo {
		width: 240px;
	}
	#footer {
		padding-left: 10px !important;
	}
	.text-column {
		width: 100%;
	}
}
