body {
        font-family: Inter, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif, "Noto Color Emoji", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        max-width: 960px;
        margin: 32px auto;
        font-size: 18px;
}
@media screen and (max-width: 1024px) {
	body {
		max-width: 702px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 768px) {
	body {
		width: -webkit-calc(100% - 64px);
		width: -moz-calc(100% - 64px);
		width: -ms-calc(100% - 64px);
		width: -o-calc(100% - 64px);
		width: calc(100% - 64px);
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 480px) {
	body {
		width: -webkit-calc(100% - 32px);
		width: -moz-calc(100% - 32px);
		width: -ms-calc(100% - 32px);
		width: -o-calc(100% - 32px);
		width: calc(100% - 32px);
		margin-left: auto;
		margin-right: auto;
	}
}

a, a:visited, a:active {
	color: #15a6f0;
        font-weight: 700;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

/* alert */

.alert {
	border-radius: 8px;
	padding: 16px;
	background-color: rgba(238,153,152,0.333);
	color: #b8201f;
	margin-bottom: 32px;
}
.alert h3 {
	margin-top: 0;
}
.alert a {
	color: #b8201f;
}

.post {
	background: #f9f9f9;
	border-radius: 8px;
	border: none;
	padding: 12px;
	font-size: 18px;
	margin-bottom: 33px;
}
.post img, .post video {
	max-width: 100%;
}

.post .content {
	overflow-wrap: break-word;
	word-wrap: break-word;
}

.info {
	color: #707070;
	font-size: 18px;
}

.info p {
	margin: 0 0 20px 0;
}

.poster {
	float: left;
	font-weight: bold;
}
.dt {
	text-align: right;
	color: #999999;
}



.msg {
	padding: 0;
}

blockquote, q {
	border-style: solid;
	border-width: 0 0 0 5px;
	border-color: #c2c2c2;
	padding: 12px;
	margin: 0;
	background-color: #ebebeb;
	display: block;
	quotes: "" "" "" ""
}

blockquote cite {
	display: block;
	color: #707070;
	font-style: normal;
	margin-bottom: 12px;
}

dl.codebox > dt {
	display: none;
}
dl.codebox > dd {
	margin-left: 0;
}

code {
	display: inline-block;
	border: none;
	padding: 2px;
	margin: 0;
	border-radius: 8px;
	background: #ebebeb;
	color: #525252;
	font-family: Roboto Mono, Consolas, Menlo, Monaco, "Lucida Console", "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New", monospace;
	overflow-x: auto;
	max-width: 100%;
}

.breadcrumb p {
	margin: 0px;
        color: #999999;
}

q > br:first-child, code > br:first-child {
	display: none;
}

.inline-attachment dl.file {
	display: inline-block;
	border: 1px solid #c2c2c2;
	border-radius: 8px;
	padding: 8px;
}

.inline-attachment dl.file dt img.attach-icon {
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

.inline-attachment dl.file dd {
	margin-top: 4px;
	margin-left: 21px;
	color: #707070;
	font-size: 14px;
}

/* footer */

footer {
        margin: 64px 0 32px 0;
	line-height: 2;
	font-size: 12px;
        color: #999999;
	text-align: center;
}
	footer span {
		font-weight: 700;
	}

	footer .copyright,
	footer .terms {
		display: block;
		float: none;
	}

	footer .copyright {
		margin-right: 0;
	}

	footer .terms a {
		padding-right: 16px;
		margin-right: 14px;
		border-style: solid;
		color: #999999;
		border-color: #c2c2c2;
		border-width: 0 1px 0 0;
		font-weight: 400;
	}
	footer .terms a:last-child {
		margin-right: 0;
		padding-right: 0;
		border-style: none;
	}
	footer .terms a:hover,
	footer .terms a:active,
	footer .terms a:hover:active {
		color: #333333;
	}
