body {
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #659DBD; /* #2628DD #969aff; */
}
h1 {
	text-align: center;
	padding: 0.15em 0;
	margin: 0;
	background-color:  #659DBD; /* #2628DD #969aff; */
	color: white;
	text-shadow: 2px 2px 4px #000000;
	font-family: "merriweather", serif;
	font-weight: 900;
	font-style: italic;
	font-size: 1.75em;
}
#container1 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	margin: 0 2em;
	padding: 0.15em 0 0.15em 0;
}
#container2 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	margin: 0 2em;
	padding: 0.15em 0 0.15em 0;
}
input[type="text"] {
	flex: 9; 
	margin: 0.15em 0;
	border-radius: 8px 0 0 8px;
	border:  2px inset #BC986A;
	/*  border-top: 2px inset #BC986A; #969aff; 
	border-bottom: 2px inset #BC986A; #969aff;
	border-left: 2px inset #BC986A; #969aff; 	
	border-right: none;*/
	height: 30px;
	font-size: 1em;
	font-family: "Courier New", monospace;
}
#radioGroup {
	flex: 0.75;
	margin: 0.15em 0;
	padding: 0 0 0 0.15em;
	white-space: nowrap;
}
#radioLabel {
	flex: 9.25;
	margin: 0.15em 0;
	padding: 0 0.15em 0 0;
	text-align: right;
	white-space: nowrap;
}
input[type="radio"] {
	margin: 0;
	padding: 0 0 0 0.15em;
}
button {
	flex: 1;
	margin: 0.15em 0;
	border-radius: 0 8px 8px 0;
	border:  2px outset #BC986A;
	/* border-top: 2px outset #FBEEC1; #555555
	border-bottom: 2px outset #FBEEC1; #555555
	border-right: 2px outset #FBEEC1; #555555 
	border-left: none; */
	height: 34px;
	font-size: 1em;
	font-family: "Courier New", monospace;
	background-color: #BC986A; /* #555555 */
	color: white;
}
button:hover {
	background-color: #DAAD86; /* black*/
}
.display-chat {
	margin: 0 2em;
	padding: 0.75em 0.75em;
	height: 80vh;
	background-color: #FBEEC1; /* white*/
	color: black;
	overflow-y: auto;
	font-family: "source-code-pro", monospace;
	font-weight: 400;
	font-size: 1em;
    white-space: pre-wrap;
	border-radius: 8px;
	
}
#user {
	font-family: "fira-mono", monospace;
	font-weight: 400;
	font-style: normal;
	background-color: #dcddf7;
	padding: 0.5em;
	margin: 0.5em 0;
}
#llama {
}
.clearfix { clear: both }