table#css-filters {	border: none; }

	table#css-filters * {
		/*font-size: 0.95em;*/
		font-weight: normal;
	}

	table#css-filters th {
		background: #000;
		padding: 0;
		border-bottom: solid 1px #fff;
		border-right: solid 1px #fff;
		text-align: left;
	}

	table#css-filters th a:hover {
		text-decoration: none;
		color: #F2E40A;
	}

	table#css-filters td {
		color: #fff;
		background: #000;
		font-size: 1.2em;line-height: 12px;
		margin:0; padding:0;
		text-align: center;
		border-bottom: solid 1px #fff;
		border-right: solid 1px #fff;
	}

	table#css-filters td.y {
		background: #000;
	}

	table#css-filters td.n {
		background: #000;
	}

	table#css-filters td code {
		font-size: inherit;
	}

	table#css-filters a {
		text-decoration: none;
		color: #fff;
	}

	tbody tr: hover {
		background: #C2BEC1;display: block;
		color:#F2E40A;
	}

	table#css-filters tr:hover td a {
		color:#F2E40A ! important;
	}

	table#css-filters tr:hover th a {
		/*background: #C2BEC1;*/
		color: #F2E40A; display: block;
	}

	#css-filters th a:hover,#css-filters .y a:hover, #css-filters .n a:hover { color: #F2E40A;}