digraph {
	graph [fontname="Roboto Condensed"];
	node [fontname="Roboto Condensed"];
	edge [fontname="Roboto Condensed"];

	"EleanorBirthdayConvo1 begins." [color=orange];
		"EleanorBirthdayConvo1 begins." -> j3377168445;
		"EleanorBirthdayConvo1 begins." -> j2410844373;
	j3377168445 [label="Happy Birthday to the firstborn of the Nightingale family!",shape=box,color=red];
		j3377168445 -> j3166202885;
	j2410844373 [label="Happy Birthday, monster lady!",shape=box,color=red];
		j2410844373 -> j1219473399;
	j3166202885 [label="+20 Chemistry",color=orange];
		j3166202885 -> j3597594205;
	j1219473399 [label="Happy ordinary day, mere human annoyance!",shape=box,color=blue];
		j1219473399 -> "Chat ends.";
	j3597594205 [label="And I’ve never let him forget it. Heh.",shape=box,color=blue];
		j3597594205 -> "Chat ends.";
	"Chat ends." [color=orange];
}