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;
	background: #36393e;
}

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

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

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

.usercontent, .botcontent, .discorduser {
	display: inline-block;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
	clear: both;
}

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

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

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

.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, .user a:link, .user a:visited, .user a:hover, .user 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;
}

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