.article .mobile {
	display: none;
}
.article table tr:last-child td {
	border-bottom: none;
}
.article table tr:last-child:hover td {
	background: none;
}

@media (max-width: 1190px) {
	.article table tr:last-child td {
		display: none;
	}
	.article .mobile {
		display: block;
	}
}