/***** section id="documentation-wrapper" *****/
#documentation-wrapper {
	padding: 0 px 0 100px 0;
	height: calc(100vh - 274px - 72px);
}

.doc-nav {
	display: flex;
	align-items: center;
}

.nav-item .button-nav span,
.doc-info-block p.main-two-p span {
	font-variant-numeric: lining-nums;
}

.doc-info-block .sub_three,
.doc-info-block h3 {
	color: var(--darkGray);
}

.doc-nav .active.button-nav {
	color: var(--accent);
}

.a.button-nav {
	letter-spacing: 1px;
	font-size: 13px;
}

.info-table-td {
	font-weight: 400;
	font-size: 14px;
	line-height: 28px;
	font-weight: 600;
	color: #4f4f4f;
}

.doc-info-block .main-seven-p {
	color: #4f4f4f;
}

.doc-info-block .main-seven-p span,
.info-table-td span,
.info-table-height span {
	font-variant-numeric: lining-nums;
}

.info-table-height {
	height: 70px;
	font-weight: 600;
}

.info-table-height a {
	color: var(--accent);
	text-decoration: underline;
}

.doc-info-row {
	border-top: 1px solid #d1d7dc;
	border-bottom: 1px solid #d1d7dc;
}

.special-offer-table-div table {
	min-width: 1100px;
}

@media (max-width: 1200px) {
	div.special-offer-table-div {
		overflow-x: scroll;
		white-space: nowrap;
	}
}

@media (max-width: 550px) {
	.documentation-tabs ul.nav {
		margin-bottom: 25px;
	}

	.documentation-tabs li.tabs-li {
		width: 100%;
	}

	.documentation-tabs h1.main-name-h1 {
		text-align: left;
	}
}

/***** //section id="documentation-wrapper" *****/