@charset "utf-8";
/* CSS Document  Copyright 2021 Madison Historic District Shops */

h1, .mark { color:#28A; font-weight:bold;  letter-spacing:1px;
			text-shadow:.7px .7px #333, -.7px -.7px #555, 3px 3px 2px #33A; 
			background-color:#FFF; 
			border:4px ridge #f0df73;	 box-shadow:4px 4px 3px #333; }

/* NOTE: not used on street view */
.bxt h1, h1 { display:table; border-collapse:separate; border-spacing:10px;

			width:200px; height:140px;
			display:table;
			border-radius:110px / 75px; }
			
			/* width:190px; height:155px; special shape function */
			/* position:relative; left:5px; top:10px;		/* special shape function */
			/* border-radius: 110px / 60px; special shape function */

.mark { display:inline-block; padding-left:10px; padding-right:10px; }




table.bxt:nth-of-type(n+2) h2 { color:#00F; text-shadow:2px 2px 2px #999; }
table.bxt:nth-of-type(n+2) h3 { line-height:1.5; white-space:normal;  }

