
/* table */

.overviewTable {
	width: 60em;
	border-bottom: 1px dotted;
}

table.narrow {
	width: 100%;
}

table#coalitions {
	border-top: 1px dotted;
	border-bottom: none;
}

	table#coalitions caption {
		caption-side: bottom;
		border-top: 1px dotted;
		border-bottom: none;
		padding-top: 5px;
	}
	
caption {
	padding-bottom: 5px;
	border-bottom: 1px dotted;
	margin-bottom: 10px;
}

/* by tr */

th {
	background-color: #eeeeee;
}

	th:empty,th:only-child {
		background-color: transparent;
	}

td.senateMinority {
	text-decoration: line-through;
}

tr.majority td.senateMinority,tr.minority:hover td.senateMinority {
	color: #cc0000;
}

tr.majority td.polls {
	background-color: #aaaaaa;
	color: white;
}

tr.minority td {
	color: #666666;
	opacity: .7;
}

	tr.minority td.polls {
		background: #eeeeee;
		color: inherit;
	}

	tr.minority:hover td {
		color: inherit;
		opacity: 1;
	}
	
tr.separator td {
	padding: 7px 0;
}

	tr.separator:hover td {
		padding: 7px 0;
	}

tr.placeholder:not(:only-child) {
	display: none;
}

	tr.placeholder td {
		font-weight: bold;
	}

/* by th */

th {
	font-size: 90%;
	font-weight: normal;
}

th.clickable {
	cursor: pointer;
}

th.separator,td.separator {
	width: 15px;
}

/* by td */

td {
	text-align: center;
	vertical-align: middle;
	padding: 1px 0;
}

	tr:hover td {
		border: 1px dotted #999999;
		border-width: 1px 0;
		padding: 0;
	}
	
		tr:hover td:empty {
			border: none;
		}

td.nameList {
	font-size: 80%;
}

	td.nameList span.partyName {
		font-weight: normal;
	}

th.polls,td.polls {
	background-color: #eeeeee;
	width: 60px;
}

td.win {
	color: green;
}

td.lose {
	color: #cc0000;
}
/* other */

td select {
	width: 100%;
}

th h4 {
	margin: 0;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
}

thead.overview th[colspan=2] {
	width: 150px;
}

ul#rejections span.partyName {
	font-size: 100%;
}

dl#relationsOverview dt {
	font-weight: normal;
}

div.floater li {
	padding: 0.3em;
	margin-left: -1.5em;
}

div.floater li:nth-child(even) {
	background-color: #F2F3EF;
}

div.columns {
	border-bottom: 1px dotted;
	padding: 5px 0;
	overflow: auto;
}

div.columns div {
	width: 45%;
	float: right;
}

div.columns div:first-child {
	float: left;
}

div.columns h5 {
	border-bottom: 1px dotted;
	padding-bottom: 0;
	margin-bottom: 2px;
	font-weight: normal;
}

div.columns ol {
	margin: 0;
	border: none;
}

div.columns ol li {
	margin-left: -15px;
}

div.columns ol + h5 {

}

span.sup {
	padding-right: 3px;
	padding-left: 1px;
	position: relative;
	top: -7px;
	font-size: 90%;
}

dl.formula dt {
	margin: 0;
	margin-top: 5px;
	font-weight: normal;
}

dl.formula dd {
	margin-top: 0;
}
