/*@import url("https://fonts.googleapis.com/css?family=Parisienne|Petit+Formal+Script|Cinzel+Decorative");*/

/* cinzel-decorative-regular - latin */
@font-face {
  font-family: 'Cinzel Decorative';
  font-style: normal;
  font-weight: 400;
  src: url('/_font/cinzel-decorative-v6-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Cinzel Decorative Regular'), local('CinzelDecorative-Regular'),
       url('/_font/cinzel-decorative-v6-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/_font/cinzel-decorative-v6-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/_font/cinzel-decorative-v6-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/_font/cinzel-decorative-v6-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/_font/cinzel-decorative-v6-latin-regular.svg#CinzelDecorative') format('svg'); /* Legacy iOS */
}

.chronoSub {
	background-image: url(../_media/HK1059back.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	xperspective: 2px; }

.XchronoSub::after {
	/* Display and position the pseudo-element */
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	
	/* Move the pseudo-element back away from the camera,
	 * then scale it back up to fill the viewport.
	 * Because the pseudo-element is further away, it appears to move more slowly, like in real life. */
	xtransform: translateZ(-1px) scale(1.5);
	xtransform: translateZ(-2px) scale(2);
	/* Force the background image to fill the whole element. */
	background-size: cover;
	/* Keep the image from overlapping sibling elements. */ 
	z-index: -1;
	background-image: url(../_media/HK1059back.jpg);
}


h1	{
	font-family: "Cinzel Decorative", "Petit Formal Script", Parisienne, serif;
	font-weight: normal;
	font-style: italic; }
.header h1{
	margin-bottom: -0.2em;
	}

td, td *						{
	vertical-align: top;
	font-size: 14px;
	}
.sans11	{
	font-size: 11px;
	}
	
td:target, tr:target td 		{
	background-color: #b2d8fd !important;}
	
.stripes tr:nth-child(2n+3) td,
.stripes1 tr:nth-child(2n-1) td,
.stripes1 li:nth-child(2n-1) td{
	xbackground-color: rgba(178,216,253,0.2);
	background-color: rgba(253,252,253,0.4);
	}
	
.buttons {
	white-space: nowrap;
	}
td:nth-child(3),td:nth-child(4) {
	width: 44%; }
#inputFilter {
	position: fixed;
	top: 50vh;
	right: 0; }
