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

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

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

.title {
	display: block;
	color: white;
	font-size: 1.5em;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	background: #36393f;
	border-bottom: 1px solid #292b2e;
	margin-top: 0;
	margin-bottom: 5px;
}

.title.dm::before {
	content: "@";
	color: #8a8e94;
}

.title.text::before {
	content: "#";
	color: #8a8e94;
}

.usercontent, .botcontent, .description, .instructions, .discorduser {
	display: inline-block;
	padding: 5px;
	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;
	border-radius: 10px;
	background: #E37222;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	width: 360px;
	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;
}

.usercontent {
	margin-top: -4px;
	color: #bec0bb;
	margin-left: 5px;
	float: left;
	width: 360px;
	font-size: .9em;
}

.botcontent {
	color: #bec0bb;
	background: #32363b;
	margin-left: 10px;
	float: left;
	border-left: 4px solid #4f545c;
	width: 360px;
	font-size: .9em;
}

.bot img {
	width: 300px;
	margin-top: 5px;
}

.img {
	display: block;
}

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

.botbuttons {
	display: block;
	clear: both;
	margin-left: 10px;
}

.botbuttons > span {
	background: #3E4147;
	border-radius: 2px;
	width: 45px;
	display: inline-block;
	padding-left: 5px;
	margin-bottom: 5px;
	color: #747069;
}

.command {
}

.botcontent .command {
	font-weight: bold;
}

.instructions .command {
	font-weight: bold;
}

.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;
}

.bot a:link, .bot a:visited, .bot a:hover, .bot a:active {
	color: #0096cf;
	font-weight: default;
	text-decoration: none;
}

.bot a:hover {
	text-decoration: underline;
}

.discorduser {
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 0;
}

.discorduser .username {
	color: white;
	font-weight: bold;
}

.discorduser .bottag {
	color: white;
	font-size: .8em;
	background-color: #7289da;
	border-radius: 2px;
	margin-left: 5px;
	padding-left: 2px;
	padding-right: 2px;
}

.discorduser .time {
	margin-left: 5px;
	color: #5b5756;
	font-size: .8em;
}

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