.content {
	background: #fff;
	padding-top: 20px;
}
.content>div>div:first-child {
	padding: 0 20px;
}
.table-box {
	font-family: "Trebuchet MS",​Tahoma;
  font-size: 11px;
  font-weight: 700;
  color: #383c41;
}

.table-box .row:first-child {
	background: #5b6d81;
	color: #fff;
	line-height: 44px;
	height: 54px;
	margin-bottom: 20px;
}
.table-box .row>div {
	padding: 5px 0;
	height: 44px;
}
.table-box .row>div:first-child {
	padding-left: 5px;
}
.table-box a {
	text-decoration: underline;
	color: #1580d2;
}
.table-box input {
	height:18px;
	width:22px;
	text-align:center;
	line-height: normal;
}
/*===*/
@media (max-width: 767px) {
	.content>div>div:first-child {
		padding: 0;
	}
	.table-box .row:first-child>div {
		font-size: 10px;
	}
}

.disks .row>div:first-child {text-align: left;}
.disks .row>div {text-align: center;}


/* ================ удалить ================ */
.content h3 {
	padding-left: 20px;
}
/* ================ /удалить ================ */