@-ms-viewport,
@viewport {
	width: device-width;
}

body {
	max-width: 800px;
	margin: 2em auto;
	background: #111;
	color: #ddd;
	font: 700 200%/1 "Minion Pro", Marion, Charter, "Palatino Linotype", Palatino, Georgia, serif;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	text-size-adjust:100%;
	text-align: center;
  background-color: #7B7B7B;
	background-image: radial-gradient(#adadad, #474747);
	background-attachment: fixed;
	text-shadow: 2px 3px 0 #111;
	}
	
h1, h2 {margin: 0 auto 1rem}
	
.block {
	margin: 0 .75rem 3rem;
}

.credits {
	margin: 0;
	list-style-type: none;
	padding: 0;
}

.creditsline {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
  text-align: justify;
	margin-bottom: .75rem;
	}
	
.character,
.dots,
.actor {
 flex: 0 1 auto;
}
 
.dots {
	flex: 1 1 auto;
	border-bottom: .075em dotted currentColor; /*3px*/
    text-indent: -110%; /*Hide hyphen fallback*/
    white-space: nowrap;
    overflow: hidden;
}

.character {
	font-style: italic;
}

footer {
	font-size: 50%;
	font-family: Thonburi, "Lucida Grande", Corbel, Futura, sans-serif;
	text-transform: uppercase;
	text-shadow: none;
}

a {color: currentColor}