

.jumbotron
{
margin-top:60px;
}

/* text highlight for parties */
.highlightA
{
	background-color: #88b6e6;
}
.highlightB
{
	background-color: #434348;
	color:#e8e8e3;
}
.highlightC
{
	background-color: #a8e587;
}
.highlightD
{
	background-color: #eba66c;
}


/* position the scroll-to anchor elements to allow for *permanent* header */
a.anchor{display: block; position: relative; top: -30px; visibility: hidden;}


/* give the elements some spacing */
div.chart  {margin-top: 40px;}
div.section {margin-bottom:35px;}

p.colhead {margin-top: 40px;}


/* right justify an ordered list */
ol.text-left
{
padding:0px;
}
ol.text-left li
{
margin-left:10px;
}
/* table stylings */
table {margin-left:auto;margin-right:auto;}
table, td, th {padding:5px 5px; text-align:center;}
td, th
{
border:1px solid green;
}
th
{
background:#b8b8b8;
}


/* FOOTER */
footer
{
	border-top-style:solid;
	background:#696866;
	margin-top:40px;
	padding-top:20px;
}
footer a, .jumbotron a
{
	color:#b8b8b8;
}
.nav>li>a:hover
{
	background:#696866;
}

/* for javascript disabled */
#simpleMajority {
    background-image: url("../images/simple-majority.png");
}

.credits {
border-top-style:solid;
border-top-width:2px;
padding-top:10px;
}

.credits span
{
padding-left:0px;
padding-right:0px;
}