digraph {
	graph [fontname="Roboto Condensed"];
	node [fontname="Roboto Condensed"];
	edge [fontname="Roboto Condensed"];

	"LettieBirthdayConvo1 begins." [color=orange];
		"LettieBirthdayConvo1 begins." -> j602914730;
		"LettieBirthdayConvo1 begins." -> j4013684536;
	j602914730 [label="Hey! Alles Gute zum Geburtstag! Haben deine Ratten dir etwas geschenkt?",shape=box,color=red];
		j602914730 -> j2792167380;
	j4013684536 [label="Herzlichen Glückwunsch zum Geburtstag! Und das auch noch am Sternentag. Wie romantisch. :)",shape=box,color=red];
		j4013684536 -> j3419075425;
	j2792167380 [label="+20 Chemistry",color=orange];
		j2792167380 -> j2679066050;
	j3419075425 [label="Was ist ein Sternentag? \nWas auch immer. Ich hab zuviel zu tun. \nAdiós",shape=box,color=blue];
		j3419075425 -> "Chat ends.";
	j2679066050 [label="Jajaja nein\nIch möchte nur eine Stunde länger schlafen oder eine frische Tasse Kaffee. Ist das zu viel verlangt? \nPero, gracias",shape=box,color=blue];
		j2679066050 -> "Chat ends.";
	"Chat ends." [color=orange];
}