.top-sl-wrapp {
	display: none !important;
}

.item {
	max-width: 850px;
	margin: 0 auto 20px;
	overflow: auto;
}

.item .colored {
	color: #009edd;
}

.item.item-table {
	margin-bottom: 35px;
}

.item span {
	display: block;
	margin-bottom: 14px;
}

.item table,
.item img {
	width: 100%;
}

.item thead {
	background: #00ade4;
	color: #fff;
}

.item thead td {
	padding: 9px 15px;
	font-weight: bold;
}

.item tbody tr {
	background: #dee0e0;
}

.item tbody tr:nth-child(2n) {
	background: #fff;
}

.item tbody td {
	padding: 13px 15px 17px;
}

.item tbody td.separator {
	height: 3px;
	padding: 0;
}

@media (max-width: 886px) {
	.item tbody td,
	.item thead td {
		padding: 5px;
	}
}

@media (max-width: 720px) {
	.item .right {
		width: 100%;
	}

	.item table,
	.item img {
		height: auto;
		min-height: 0;
	}
}