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

.manual {
	vertical-align: middle;
	font-family: Arial;
	width: 800px;
	background: white;
	overflow: hidden;
	padding-bottom: 5px;
}

.manual > .title {
	font-size: 2em;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 20px;
}

.manual > .description {
	padding: 10px;
}

.toc {
	padding-left: 15px;
	text-indent: -30px;
}

.toc li {
	list-style-type: none;
	margin-top: 5px;
}

.toc a {
	font-weight: bold;
}

.toc .multicommand {
	font-weight: bold;
}

.command-header {
	margin-left: 5px;
	display: table;
	width: calc(100% - 10px);
	background-color: #DDD;
	margin-top: 25px;
}

.command-header ~ .command-header {
	margin-top: 50px;
}

.command-header > .header {
	display: table-row;
}

.command-header > .header > .title {
	font-size: 1.5em;
	display: table-cell;
	vertical-align: middle;
	padding-left: 5px;
	white-space: nowrap;
	min-width: 150px;
}

.command-header > .header > .description-wrapper {
	width: 100%;
	text-align: right;
	display: table-cell;
	vertical-align: middle;
	padding-right: 5px;
}

.command-header > .header > .description-wrapper > .description {
	display: inline-block;
	text-align: left;
}

.command-body {
	border-right: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	margin-left: 5px;
	display: table;
	width: calc(100% - 12px);
}

.alias {
	padding: 10px 5px 10px 20px;
	border-bottom: 1px dashed #DDD;
	font-style: italic;
	color: #333;
}

.alias::before {
	content: "Alias: ";
}

.seealso {
	padding: 10px 5px 10px 20px;
	border-bottom: 1px dashed #DDD;
	font-style: italic;
	color: #333;
}

.seealso::before {
	content: "See also: ";
}

.details {
	padding: 5px;
	margin-top: 15px;
}

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

.parameters-wrapper {
	padding-left: 50px;
	padding-right: 50px;
}

.parameters {
	display: table;
	border-collapse: collapse;
	margin: 10px auto 10px auto;
}

.parameter {
	display: table-row;
}

.parameter > .name, .parameter > .description {
	display: table-cell;
	padding: 5px;
	border: 1px solid #DDD;
}

.parameter > .name {
	white-space: nowrap;
}

.parameter.required > .name {
	font-weight: bold;
}

.parameter.optional > .name {
	font-style: italic;
}

.parameter.optional > .name::before {
	content: "[";
}

.parameter.optional > .name::after {
	content: "]";
}

.parameter.optional > .description::before {
	content: "OPTIONAL: ";
	font-style: italic;
}

.example {
	border: 1px solid #DDD;
	width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.example::after {
	content: "";
	display: table;
	clear: both;
}

.example > .name::before {
	content: "Example: ";
}

.example > .name {
	font-weight: bold;
	font-style: italic;
	font-size: .9em;
	color: #555;
	padding: 5px;
}

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

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


.user .forward {
	font-weight: bold;
	color: #90CAFF;
	display: block;
	margin-bottom: 10px;
}

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

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

.botimg > img {
	width: 300px;
}

.usrimg {
	margin-right: 5px;
	float: right;
}

.usrimg > img {
	width: 300px;
}

.usrimg.tall > img {
	height: 300px;
	width: initial;
}

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

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

.totop {
	font-size: .8em;
	text-align: right;
	padding: 5px;
}

a:link, a:visited, a:hover, a:active {
	color: blue;
}

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

.details table {
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #DDD;
}

.details table th, .details table td {
	padding-left: 10px;
	padding-right: 10px;
}

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

@media only screen and (max-width: 420px) {
	.example {
		width: auto;
	}
}
