﻿code { font-family: 'Consolas', 'Deja Vu Sans Mono', 'Bitstream Vera Sans Mono', monospace !important; }

pre {
	font-family: 'Consolas', 'Deja Vu Sans Mono', 'Bitstream Vera Sans Mono', monospace !important;
	border: 1px dashed #ccc !important;
	background-color: #ffffe0 !important;
}

pre.overview-code-block {
	border: 1px solid #ccc !important;
	background-color: #fff !important;
}

pre.overview-inherited-code-block {
	font-size: smaller !important;
	border: 1px solid #ccc !important;
	background-color: #eee !important;
}

pre.title-code-block {
	font-size: larger !important;
	border: 1px none !important;
	border-top: solid #ccc !important;
	background-color: #f0f0f0 !important;
}

code { font-family: 'Consolas', 'Deja Vu Sans Mono', 'Bitstream Vera Sans Mono', monospace !important }

code a { color:#000000 !important; text-decoration: underline !important }
code a:visited:hover { color: #3091d1 !important }
code a:visited { color: #000000 !important }

pre a { color: #000000 !important; text-decoration: underline !important }
pre a:visited:hover { color: #3091d1 !important }
pre a:visited { color: #000000 !important }

td {
	white-space: normal !important;
}

.target-highlight {
    animation-name: target-highlight-flash;
    animation-duration: 2s;
}

@keyframes target-highlight-flash {
    0%   { box-shadow: none; }
    25%  { box-shadow: 0 0 4px 4px #acf, 0 0 4px 4px #acf inset; }
    100% { box-shadow: none; }
}
