body {
	font-family: 'Open Sans', sans-serif;
}

.primary-menu {
	visibility: hidden;
}

.chatbot-container {
	height: calc(100vh - 9rem - 50px);
}

.chat-form input[type="text"] {
	border: 1px solid #fff;
	border-radius: 0.25rem;
}

.chat-form input[type="submit"] {
	display: none;
}

.starter-prompt {
	padding: 0.5rem 1rem;
	font-weight: 600;
	color: #fff;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 0.25rem;
}

.starter-prompt:hover,
.starter-prompt:focus {
	color: #000;
	background-color: #fff;
}