digraph {
	graph [fontname="Roboto Condensed"];
	node [fontname="Roboto Condensed"];
	edge [fontname="Roboto Condensed"];

	"MinervaBirthdayConvo1 begins." [color=orange];
		"MinervaBirthdayConvo1 begins." -> j487589066;
		"MinervaBirthdayConvo1 begins." -> j4217940359;
	j487589066 [label="Doing anything special today? ",shape=box,color=red];
		j487589066 -> j1876860235;
	j4217940359 [label="Happy Birthday!! You must be excited.",shape=box,color=red];
		j4217940359 -> j1553110031;
	j1876860235 [label="MomToxicated: Eleanor and the rest of the ladies have promised me a \"night I will definitely forget.\"",shape=box,color=blue];
		j1876860235 -> j1145975889;
	j1553110031 [label="MomToxicated: Birthdays stop being thrilling after a certain point, but I appreciate your optimism.",shape=box,color=blue];
		j1553110031 -> "Chat ends.";
	j1145975889 [label="+20 Chemistry",color=orange];
		j1145975889 -> j4183789190;
	"Chat ends." [color=orange];
	j4183789190 [label="MomToxicated: And I could not be more excited.",shape=box,color=blue];
		j4183789190 -> "Chat ends.";
}