.container-fluid {
    width: 1060px;/*+30 px потому что у контейнера margin по 15px*/
}

/* .tab-pane svg {
	height: 880px;
	border-left: 1px solid #dee2e6;
	border-right: 1px solid #dee2e6;
	border-bottom: 1px solid #dee2e6;
} */

.svgComp, aside {
	border: 1px solid grey;
}

#mainPage {
	padding-top: 10px;
}


.axisLabel {
	font-family: 'Tahoma', sans-serif;
	font-size: 15px;
}

.vLabel {
	font-family: 'Tahoma', sans-serif;
	font-size: 14px;
	stroke-width: 0;
	stroke: black;
}
/* .input {
	margin-bottom: 5px;

} */
.difText {
	font-family: 'Tahoma', sans-serif;
	font-size: 10px;
	stroke-width: 0;
	stroke: black;
}

.myTable {
	/* width: 100%; */
	font-family: Tahoma, sans-serif;
	margin-left: 20px;
}

td {
	padding-left: 10px;
	/* border: 1px solid black; */
}

th {
	text-align: center;
	padding: 5px;
}

aside {
	margin-top: 42px;
	padding-top: 10px;
}

#I2nom {
	width: 75px;
	height: 30px;
}

#faultType {
	font-weight: 500;
	color: #0275d8;
}

.ktText {
	font-family: 'Tahoma', sans-serif;
	font-size: 10px;
	stroke-width: 0;
	stroke: black;
	opacity: 0.5;
}

.title2sdHarm, .titleTsaturKDraw {
	font-family: 'Tahoma', sans-serif;
	font-size: 10px;
	stroke-width: 0;
	stroke: black;
}

/* .titleTsaturKDraw {
	font-family: 'Tahoma', sans-serif;
	font-size: 12px;
	stroke-width: 0;
	stroke: black;
} */

.imgBorder {
	border: 2px solid rgb(192, 192, 192)
}

.imgBorderTop {
	border-top: 2px solid rgb(192, 192, 192);
	border-left: 2px solid rgb(192, 192, 192);
	border-right: 2px solid rgb(192, 192, 192);
}

.imgBorderSide {
	border-left: 2px solid rgb(192, 192, 192);
	border-right: 2px solid rgb(192, 192, 192);
}

.imgBorderBottom {
	border-bottom: 2px solid rgb(192, 192, 192);
	border-left: 2px solid rgb(192, 192, 192);
	border-right: 2px solid rgb(192, 192, 192);
}