body
{
	font-family: serif;
	line-break: strict!important;
	background: rgba(22,167,242,0.007);
}

.border-bg {
	border-color: rgb(255, 95, 0);
	border-style: rgb(255, 95, 0);
	border: solid rgb(255, 95, 0);
	border-radius: 0px;
	border-width: 1px;
	min-width: 295px;
/*	background-color: rgba(255,95,0,0.07);*/
background: rgb(255, 244, 237);
	padding-top: 0px;
	padding-bottom: 7px;
	padding-left: 20px;
	padding-right: 20px;
}
h1, h2, h3, h4 {
	color: rgb(99, 99, 99);
	font-weight: normal;
}
hr {
	border-color: rgba(255,95,0,0.07);
}
li:hover {
	background: rgba(255,95,0,0.07);
	background-color: rgba(255,95,0,0.07);
	border-radius: 0px;
}

.warnings-and-extra {
	/*color: red;*/
	font-weight: bold;
}

.tab-style {
	margin-left: 44px;

}

.tab-style-double {
	margin-left: 88px;

}

pre {
	min-width: 295px;
	overflow-x: scroll;
	overflow-y: hidden;
}

code {
	font-size: 16px;
	background: rgb(255, 244, 237);
	line-break: strict;
}

.warnings-and-extra span {
	color: red;
}
.ull {
	padding-top: 2px;

}
.ull h2 {
	padding-left: 18px; height: 22px;
}
.ull a {
	display: block;
	color: rgb(99, 99, 99);
	text-decoration: none;
	/*color: rgb(255, 255, 255);*/
	color: #3333cc;
	border-right: none;
	border-left: none;
	/*border-top: 2px solid rgb(255, 255, 255);
	border-bottom: 2px solid rgb(255, 255, 255);*/
	margin-top: 2px;
	margin-bottom: 2px;
	vertical-align: middle;
	text-align: left;
/*	background-color: rgb(22, 167, 242);*/
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 3px;
	padding-bottom: 3px;
	/*font-weight: bold;*/
	border-radius: 0px;
}
.ull a:active {
	border-radius: 0px;
	color: #3333cc;
	/*background-color: rgb(0, 122, 208); */
}
.ull a:hover {
	/*background-color: rgb(0, 122, 208);*/
	border-radius: 0px;
}

.Contents {
	/*background: rgba(22,167,242,0.17);*/
	width: 50%;
	right: 15px;
	float: left;
	display: block;

}



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

.list-num {
	font-weight: bold;
	background-color: fff;
}

.paragraph-block {
	/*background: rgba(22,167,242,0.07);*/
	border-radius: 0px;

}
.paragraph-block p {
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 7px;
	padding-bottom: 7px;
	vertical-align: middle;
	text-align: left;
/*	color: rgb(99, 99, 99);*/
	font-size: 16px;

}
.paragraph-block h3 {
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 7px;
	padding-bottom: 7px;
	vertical-align: middle;
	text-align: left;
/*	color: rgb(99, 99, 99);*/


}

.api-table {
	border-color: rgb(255, 95, 0);
	border-style: rgb(255, 95, 0);
	border: solid rgb(255, 95, 0);
	border-radius: 0px;
	border-width: 1px;
	border-collapse: collapse;
	width: 100%;

}

.api-table thead {}
.api-table thead caption {


}
.api-table thead caption h2 {
	float: left;
	padding-left: 18px;
	padding-right: 18px;
	text-align: left;

}
.api-table tbody {}
.api-table tbody tr {}
.api-table tbody tr td {
	border-color: rgb(255, 95, 0);
	border-style: rgb(255, 95, 0);
	border: solid rgb(255, 95, 0);
	border-radius: 0px;
	border-width: 1px;
	border-collapse: collapse;

	padding-left: 18px;
	padding-right: 18px;
	padding-top: 4px;
	padding-bottom: 4px;
	vertical-align: middle;
	text-align: left;
	font-size: 16px;
}
.api-table tbody tr td:first-child {
		width: 15%;
}
.api-table tbody tr td:last-child {
		width: 85%;
}
.api-table tbody tr td p {}
.api-table tfoot {}



@media print {
	.Contents {
		display: none;
	}
	body {
		background: none;
		border: 1px solid gray;
	}
}

.language_switch_style {
	background: rgb(255, 244, 237);
	padding: 3px;
	float:right;
}

.language_switch_style span a {
	background: rgb(255, 244, 237);
	color: #3333cc;
	padding: 3px;
	text-align: center;
	float:right;
}


.AVb::before {
  counter-reset: my-sec-counter 141;
  counter-increment: my-sec-counter;
  content: "AV" counter(my-sec-counter) " - ";
}



/*rgba(255,95,0,0.17);
rgb(255, 228, 212);*/

/*rgba(255,95,0,0.07);
rgb(255, 244, 237);*/


.melko {
font-size:20px;
}