
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);

h1, .frontpage h2 {
font-family: 'Source Sans Pro', sans-serif;
}

form #login {
font-family: 'Source Sans Pro', sans-serif;
}

a.button, input[type="submit"], input[type="reset"], input[type="button"] {
font-family: 'Source Sans Pro', sans-serif;
}
.electiontitle h1 {
  font-family: 'Source Sans Pro', sans-serif;
}
.electiontitle h2 {
  font-family: 'Source Sans Pro', sans-serif;
}
h1, h2 {
font-family: 'Source Sans Pro', sans-serif;
}

#kandidaat {
font-family: 'Source Sans Pro', sans-serif;
}

.kandidatenlijst ul li {
font-family: 'Source Sans Pro', sans-serif;
font-size: 22px;
}

.elecinstruction {
font-family: 'Source Sans Pro', sans-serif;
font-size: 20px;
}

#footer, #frontfooter, .frontpage form {
font-family: 'Source Sans Pro', sans-serif;
font-size: 13px;
}

.kandidatenlijst {
  width: 250px;
 }
 
 th, td {
  font-size: 20px;
}
 #kandidaat .attribuut {
  width: 30%;
}

#kandidaat .attribuutwaarde {
  width: 70%;
}
.frontpage form th {
  font-size: 21px;
  padding-right: 25px;
}



body  {
	background-color: #FFFFFF;
}
