.api-section {
	border-bottom: 1px dotted #999;
}
.api-title {
	font-size: 24px;
	margin: 30px 0 20px;
}
.api-description {
	font-size: 14px;
	margin: 20px 0;
}
.api-code-title {
	font-weight: bold;
	margin: 20px 0 10px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 5px;
	border: 1px solid #ccc;
}
pre {
	white-space: pre-wrap;
}
.api-premium-table {
	width: 320px;
}
.api-premium-table td {
	padding: 5px 10px;
	text-align: center;
}
.api-premium-table td:first-child {
	text-align: left;
}
.api-premium-label {
	display: inline-flex;
	align-items: center;
	padding: 5px 10px;
	border: 1px solid #4b4;
	color: #4b4;
	font-size: 15px; /* override title style */
	font-weight: bold;
	border-radius: 3px;
	user-select: none;
}
.api-premium-label svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: #4b4;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	margin: 0 6px 0 -3px;
}
.api-premium-label,
.api-premium-btn {
	float: right;
	margin-left: 10px;
}