/* FONT STYLING */

    .normText {
      font-family: Verdana;
      font-size: 10px;
      color: #333333;
      line-height: 15px;
      font-weight: none;
    }

    .headerText {
      font-family: Verdana;
      font-size: 14px;
      color: #8DB521;
      line-height: 15px;
      font-weight: bold;
    }
    
/* STEMLIJST ELEMENTEN */

	.stemlijst_gestemt {
	  font-family: arial;
	  font-size: 12px;
	  padding: 3px;
	  margin-bottom: 5px;
	  width: 100%;
	  color: #008800;
	  background: #ddffdd;
	  border: 1px solid green;
	}
		
	.stemlijst_algestemt {
	  font-family: arial;
	  font-size: 12px;
	  padding: 3px;
	  margin-bottom: 5px;
	  width: 100%;
	  color: #880000;
	  background: #ffdddd;
	  border: 1px solid red;
	}
