@media screen and (max-width: 991px) {
	.table-block div.contenttable ul {
		margin-bottom: 0 !important;
	}

	.table-block div.contenttable ul:first-of-type {
		border-bottom: 1px solid #333333;
	}

	.table-block div.contenttable ul:last-of-type li:nth-of-type(2n),
	.table-block div.contenttable ul:first-of-type li:nth-of-type(1) {
		background-color: #dddddd;
	}

	.table-block div.contenttable ul:first-of-type li p {
		font-weight: 900;
	}

	.table-block div.contenttable ul:last-of-type li:nth-of-type(2n) p:not(:last-child),
	.table-block div.contenttable ul:first-of-type li:nth-of-type(1) p:not(:last-child) {
		border-bottom: 1px solid #ffffff;
	}

	.table-block div.contenttable ul li:nth-of-type(2n+1) p:not(:last-child) {
		border-bottom: 1px solid #dddddd;
	}

	.table-block div.contenttable ul li::before {
		content: "" !important;
		margin-left: 0 !important;
	}

	.table-block div.contenttable ul li {
		padding-left: 0 !important;
	}

	.table-block div.contenttable ul li p{
		padding: 5px 10px !important;
		margin: 0 !important;
	}
}