.title {
	text-align: center;
	color: white;
	font-family: "Google Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-variation-settings:
		"GRAD" 0;
}

h1, h2, h3 {
	text-align: center;
	color: black;
	font-family: "Google Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings:
		"GRAD" 0;
}

p {
	font-family: "Google Sans", sans-serif;
	text-align: center;
	font-optical-sizing: auto;
	padding: 20px 75px 20px 75px;
}

p.nopad {
	padding: 0,0,0,0;
}

a.nodec {
	text-decoration: none;
}

.bold{
	font-weight: 600;
	color: #404040
}

.reform {
	color: #12b6cf;
}

.libdems {
	color: #ff6400;
}

.green {
	color: #02A457;
}

.labour {
	color: #e4003b;
}

.tory {
	color: #0087DC;
}

p.foottext {
	color: white;
	text-align: left;
}

.footright {
	color: white;
	text-align: right;
}

#footer {
  position: fixed;
  left: 0;
  bottom: 0;
  color: white;
  width: 100%;
}

.footer{
	float: left;
	width: 48%;
	background-color: #12b6cf;
}

.header {
	position: sticky;
	top: 0;
	background-color: #12b6cf;
	color: white;
	width: 100%;
	text-align: center;
}

.labf {
	background-color: #e4003b;
	display: table-cell;
	width: 1%;
	height: 100%;
	float: left;
}

.libf {
	background-color: #ff6400;
	display: table-cell;
	width: 1%;
	float: left;
	height: 100%;
}

.torf {
	background-color: #0087DC;
	display: table-cell;
	width: 1%;
	float: left;
	height: 100%;
}

.gref {
	background-color: #02A457;
	display: table-cell;
	width: 1%;
	float: left;
	height: 100%;
}

.light {
	font-weight: 200;
}


.titlebox {
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	background-color: #12b6cf;
}

.invis{
	color: rgba(0, 0, 0, 0);
	user-select: none;
}

.mail {
	text-align: right;
	color: white;
	text-decoration: underline;
	text-decoration-color: white;
}

.graph{
	display: block;
	margin: auto;
}