.td-descr {
	cursor: pointer;
}

.table-descr {
	display: none;
	position: fixed;
	width: 450px;
	padding: 10px;
	background: #1e4566;
	color: #fff;
	border-radius: 10px;
	z-index: 5;
}

@media screen and (max-width: 767px) {
	.table-descr {
		display: none !important;
	}
}