#hexdump span{
	font: 0.85em "Courier New", Courier, mono;
}

#hexdump #line-number{
	color: #666666;
}

#hexdump span[data-string-id]{
	vertical-align: middle;
	position: relative;
	display: inline-block;
	overflow: hidden;
	height: 14px;
	color: #000000;
	width: 12x;
	text-align: center;
}

#hexdump span.ui-selecting {
  background: #fcfde0;
  color: #00000;
  text-shadow: #fff 0 1px 0;
}

#hexdump span.ui-selected {
	background: #4eabf7;
	color: #fff;
	text-shadow: #000 0 1px 0;
}

#hexdump span[data-string-null=true]{
	width: 10px;
	position: relative;
	display: inline-block;
	overflow: hidden;
	height: 15px;
}