body{
	margin: 0px;
	padding: 0px;
}

.bold{font-weight: bold !Important;}

.content{
	background: #f0f0f0;
}

.container-lg {
    max-width: 1012px;
    margin-right: auto;
    margin-left: auto;
}

.onePage{
	background: #FFFFFF;
	padding: 20px 30px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    word-wrap: break-word;
	min-height: 100vh;
}

.logo{
	
}
.logo img{
	vertical-align: top;
}
.logo span{
	display: inline-block;
	font-size: 30px;
	padding: 0px 0px 0px 15px;
	vertical-align: top;
	line-height: 30px;
}

.h_title{
	border-bottom: 1px solid #dbdbdb;
	display: inline-block;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
}

.h_title_sm{
	border-bottom: 1px solid #dbdbdb;
	display: inline-block;
	font-size: 23px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
}

ul{
	
}

ul li{
	font-size: 18px;
	padding: 5px 0px 0px 0px;
	font-weight: bold;
}
ul li.sub{
	font-size: 18px;
	padding: 0px 0px 5px 0px;
	margin-left: 25px;
	font-weight: normal;
}

ul li.sub2{
	font-size: 16px;
	padding: 0px 0px 5px 0px;
	margin-left: 50px;
	font-weight: normal;
}

.code{
	font-size: 15px;
	color: #AA0000;
	line-height: 20px;
	width: 100%;
	text-wrap: wrap;
	background: #f7f7f7;
	padding: 10px;
	border: 1px solid #dddddd;
	border-radius: 10px;
	font-family: monospace;
	tab-size: 25px;
}
.code.nowrap{
	text-wrap: nowrap;
}
.code.header{
	padding: 0px;
	position: relative;
}
.code.header ._h{
	width: 100%;
	font-size: 13px;
	background: #c7dffd;
	padding: 0px 10px;
	color: #000000;
	font-weight: bold;
}
.code.header ._b{
	padding: 10px;
}

.code.header ._h .copyCode{
	position: absolute;
	right: 0px;
	top: 0px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 15px;
	background: #6f7d93;
	border-radius: 10px 9px 0px 10px;
	padding: 0px 8px;
	border-left: 1px solid #ebf3ff;
	display: inline-block;
	height: 19px;
	cursor: pointer;
}
.code.header ._h .copyCode.done{
	color: #FFFFFF !Important;
	background: #00ad07 !Important;
}
.code.header ._h .copyCode:hover{
	color: #000000;
	background: #a5c9ff;
}

.table{
	border-spacing: 0;
    border-collapse: collapse;
}

.table tr:nth-child(2n){
	background-color: #f6f8fa;
}

.table th{
	padding: 6px 13px;
	background-color: #c1e0ff;
	border: 1px solid #a2bdd9;
}

.table td{
	padding: 6px 13px;
	border: 1px solid #d0d7de;
}

.table>:not(:last-child)>:last-child>* {
    border-bottom-color: #a2bdd9;
}