digraph {
	graph [fontname="Roboto Condensed"];
	node [fontname="Roboto Condensed"];
	edge [fontname="Roboto Condensed"];

	"EleanorBirthdayConvo3 begins." [color=orange];
		"EleanorBirthdayConvo3 begins." -> j3334957528;
		"EleanorBirthdayConvo3 begins." -> j2051115916;
	j3334957528 [label="Happy Birthday, Eleanor! Hope you’re enjoying it!",shape=box,color=red];
		j3334957528 -> j3366228044;
	j2051115916 [label="… so is it hard to blow out birthday cake candles with that tongue of yours getting in the way?",shape=box,color=red];
		j2051115916 -> j2034273026;
	j3366228044 [label="+20 Chemistry",color=orange];
		j3366228044 -> j3616172952;
	j2034273026 [label="Thanks for reminding me that I haven’t had a birthday cake in years. Truly thoughtful.",shape=box,color=blue];
		j2034273026 -> "Chat ends.";
	j3616172952 [label="I am. Everyone’s been very sweet, even those who are usually not. Maybe there’s hope for us yet?",shape=box,color=blue];
		j3616172952 -> "Chat ends.";
	"Chat ends." [color=orange];
}