

.shouts {
	font-family: monospace;
	border: 100px;
	border-color: #111199;
	border-radius: 10px;
}
#shoutMaker > input, button {
	border-radius: 5px;
	padding: 5px;
}
#shoutText {
	min-width: 300px;
}
