.chip-button {
	border: none;
	background: none;
	margin-top: 6px;
}
.leeren-button {
	margin-left: -18px;
	line-height: 25px;
	color: #777;
	cursor: pointer;
	z-index: 100;
}
.container
{
	margin-bottom: 20px;
}
#_md-chips-wrapper-3 {
	margin-left: 3px;
}

@media only screen and (max-width: 700px) {
	.onlyfull
	{
		display: none;
	}
}
@media only screen and (max-width: 500px) {
	.notonsmartphone
	{
		display:none;
	}
}

@media (max-width: 955px) {
	#large-custom-wrapper {
		width: 100vw !important;
	}
	#infotext {
		display: none;
	}
	table.md-table:not(.md-row-select) td.md-cell:nth-child(n+2):nth-last-child(n+2), table.md-table:not(.md-row-select) th.md-column:nth-child(n+2):nth-last-child(n+2) {
		padding: 0 4px 0 0;
	}

	#artTable {
		margin-left: 10px!important;
		margin-right: 10px!important;
	}
}
@media (min-width: 955px) {
	#large-custom-wrapper {
		width: 955px !important;
		margin-left: -15px !important;
	}
	#infotext {
		display: none;
	}
	table.md-table:not(.md-row-select) td.md-cell:nth-child(n+2):nth-last-child(n+2), table.md-table:not(.md-row-select) th.md-column:nth-child(n+2):nth-last-child(n+2) {
		padding: 0 4px 0 0;
	}

}
@media (min-width: 1200px) {
	#large-custom-wrapper {
		width: 1200px !important;
		margin-left: -130px !important;
	}
	#infotext {
		display: block;
	}
	#infobutton {
		display: none;
	}
	table.md-table:not(.md-row-select) td.md-cell:nth-child(n+2):nth-last-child(n+2), table.md-table:not(.md-row-select) th.md-column:nth-child(n+2):nth-last-child(n+2) {
		padding: 0 56px 0 0;
	}
}
@media (min-width: 1440px) {
	#large-custom-wrapper {
		width: 1440px !important;
		margin-left: -250px !important;
	}
}
