#output-markdown {
	background-color: unset;
	min-height: 600px;
}

.paper p {
	margin-bottom: 30px;
	text-size-adjust: 100%;
	color: #4d4f53;
	font-family: "Microsoft Yahei", 微软雅黑, "STHeiti Light", 华文细黑, SimSun, 宋体, Arial, sans-serif;
	font-size: 15px;
	letter-spacing: 2px;
	text-align: start;
	white-space: normal;
	margin-left: 1em;
	margin-right: 1em;
	line-height: 1.75em;
	margin-top: 0;
	text-align: justify;
	word-wrap: break-word;
}

.paper u {
	background-color: #ffffff00;
	line-height: 1.5;
	display: inline;
	text-decoration: none;
	background-image: radial-gradient(circle at center, #93dfb5 60%, transparent 39%);
	background-repeat: repeat-x;
	background-size: 11px 2.5px;
	background-position: 0 100%;
	padding-bottom: 4px;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}

.paper h1 {
	margin-bottom: 30px;
	text-size-adjust: 100%;
	color: #0C8918;
	font-size: 14px;
	letter-spacing: 2px;
	text-align: start;
	white-space: normal;
	margin-left: 1em;
	margin-right: 1em;
	line-height: 1.75em;
	font-weight: bold;
	margin-top: 0;
	font-family: "Microsoft Yahei", 微软雅黑, "STHeiti Light", 华文细黑, SimSun, 宋体, Arial, sans-serif;
}

.paper img {
    border-style: none;
    max-width: 100%;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.paper blockquote p {
    margin: 0;
    color: white;
    margin: auto;
    text-align: center;
    font-family: cursive;
    font-weight: 600;
    background-color: #61bc84;
    width: 80%;
    border-radius: 5px;
    padding: 5px;
	font-size: 14px;
}

.paper blockquote {
    background-color: #F5ECD7;
    margin: 0;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 3px;
	margin-bottom: 20px;
	border: none;
}