/* Common */
/* Media */
/* Content */
/* Blocks */
.docs__inner, .docs__box {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 8.33333vw;
}

.docs__table {
	font-size: 3.22222vw;
	font-weight: 400;
	line-height: 130%;
	display: block;
	max-width: -webkit-fit-content;
	max-width: fit-content;
	overflow-x: auto;
	width: 0;
	min-width: 100%;
}

.docs__table thead tr {
	background: #e6e6fa;
}

.docs__table tbody tr.blue {
	background: #f0f8ff;
}

.docs__table td {
	border: 1px solid #D3D8E3;
	padding: 4.44444vw;
	vertical-align: top;
}

.docs__table a.disabled {
	pointer-events: none;
}

.docs__table a:hover {
	color: #FF0A47;
}
