body {
	display: table;
	margin: 5px auto 5px auto;
	background: #DEE;
}

.conversation {
	vertical-align: middle;
	font-family: Arial;
	width: 400px;
	background: white;
	overflow: hidden;
}

.conversation ~ .conversation {
	margin-top: 25px;
}

.title {
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	background: #F1F0F5;
	border-bottom: 1px solid #DDD;
	margin-top: 0;
	margin-bottom: 5px;
}

.subtitle {
	font-size: .6em;
	font-weight: normal;
}

.user, .bot, .botimg, .botbuttons, .description, .instructions {
	display: inline-block;
	border-radius: 10px;
	padding: 5px;
	max-width: 300px;
	margin-top: 0px;
	margin-bottom: 5px;
	clear: both;
}

.description {
	display: block;
	background: #F1F0F5;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

.desctitle {
	font-weight: bold;
	text-align: center;
	display: block;
	margin-bottom: 8px;
}

.instruction-wrapper {
	text-align: center;
}

.instructions {
	color: white;
	background: #E37222;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	max-width: 370px;
	text-align: left;
}

.instructions .image, .instructions .text, .instructions .buttons {
	display: block;
	margin-top: 0;
	margin-bottom: 0;
}

.instructions .image {
	text-align: center;
	margin-bottom: 5px;
}

.instructions .text br {
	display: block;
	margin: 10px 0;
	line-height: 22px;
	content: " ";
}

.instructions .text li br {
	margin: 0;
}

.instructions .buttons {
	margin-top: 5px;
}

.instructions button {
	border: 0;
	background: none;
	box-shadow: none;
	border-radius: 0px;
	color: white;
	font-size: 1.5em;
	width: 175px;
	cursor: pointer;
}

.prev {
	float: left;
}

.next {
	float: right;
}

.user {
	background: #007EE5;
	color: white;
	margin-right: 5px;
	float: right;
}

.bot {
	background: #F1F0F5;
	margin-left: 5px;
	float: left;
}

.botimg {
	margin-left: 5px;
	float: left;
}

.botimg img {
	width: 300px;
}

.botbuttons {
	padding: 0;
    width: 350px;
    max-width: 350px;
}

.botbuttons > span {
	background: white;
	border: 1px solid #047DE3;
	color: #047DE3;
	margin-left: 5px;
	float: left;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
	padding: 5px;
	max-width: 300px;
	margin-top: 0px;
	margin-bottom: 5px;
}

.botbuttons > .small {
	clear: both;
	width: 150px;
}

.botbuttons > .large {
	clear: both;
	width: 300px;
}

.botbuttons > .full {
	max-width: 331px;
	width: 331px;
}

.botbuttons > .half {
	clear: none;
	width: 157px;
}

.botbuttons > .third {
	clear: none;
	width: 99px;
}

.botbuttons > .quarter {
	clear: none;
	width: 70px;
}

.botbuttons > .fifth {
	clear: none;
	width: 52px;
}

.botbuttons > .first {
	clear: left;
}

.botbuttons > .last {
	clear: right;
}

.img {
	display: block;
}

.img img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}

.command {
	text-decoration: underline;
}

.bot .command {
	text-decoration: none;
	color: #014BAC;
}

.hidden {
	display: none;
}

a:link, a:visited, a:hover, a:active {
	color: #014BAC;
}

.instructions a:link, .instructions a:visited, .instructions a:hover, .instructions a:active {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

@media only screen and (max-width: 420px) {
	body {
		display: initial;
	}
	.conversation {
		width: auto;
	}
}
