@charset "UTF-8";

@media all {
	.block-iconset {
		max-height: 500px;
		overflow: auto;
	}

	.block-iconset th:first-child {
		text-align: center;
	}

	.block-iconset td:first-child {
		text-align: center;
		vertical-align: middle;
	}

	.block-iconset td:last-child {
		text-align: left;
		vertical-align: middle;
	}

	.block-iconset td:first-child span {
		font-size: 1.5rem;
		color: inherit;
	}

	.block-iconset td:first-child span::before,
	.block-iconset td:first-child span:hover::before {
		color: inherit;
	}
}