.message {
	padding: 0 0.5em;
}

/*recovery article list-style*/
.message ul li {
	list-style: disc outside none;
}

.message ol li {
	list-style: decimal outside none;
}

/* set img margins */
.message img {
    border-color: transparent;
    margin: 1em 0 !important;
}

/*adjust code style start*/
pre code {
font: 400 14px Source Code Pro,DejaVu Sans Mono,Ubuntu Mono,Anonymous Pro,Droid Sans Mono,Menlo,Monaco,Consolas,Inconsolata,Courier,monospace,PingFang SC,Microsoft YaHei,sans-serif!important;
}

pre code span {
line-height: inherit !important;
}
/*adjust code style end*/

/*adjust header font size start*/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
line-height: 1.5;
}
h2 {
font-size: 1.8rem;
}
/*adjust header font size end*/

