#ticketresult .resultstable {
  width: 604px;
  font-size: 11px;
}

#ticketresult .resultstable .row {

}
#ticketresult .resultstable .cell {
	font-size: 10px;
	text-align:center;
	width: 100px;
	height: 25px;
	float: left;
	border: none;
	
	/*
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	*/
}

#ticketresult .resultstable .orangeicon {
  background-image:url('../images/icons/oranje.gif');
  background-repeat: no-repeat;
  background-position: center left;
}
#ticketresult .resultstable .greenicon {
  background-image:url('../images/icons/groen.gif');
  background-repeat: no-repeat;
  background-position: center left;
}
#ticketresult .resultstable .redicon {
  background-image:url('../images/icons/rood.gif');
  background-repeat: no-repeat;
  background-position: center left;
}

#ticketresult .legenda {font-size: 10px; padding-left: 5px;}
#ticketresult .legenda img {float: left; margin-right: 5px;}
#ticketresult .legenda span {height: 20px; line-height: 20px;}
