.alphaville-container {
	margin-left: -150px;
	text-align: center;
}

.alphaville-wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

.top-big-text {
	margin: 0px 0px 10px 0px;
	background-color: #000000;
	color: #ffc800;
	padding: 10px;
	text-align: justify;
	text-align-last: justify;
	-moz-text-align-last: justify;
	text-transform: uppercase;
	line-height: 140%;
	font-family: Oswald, Sans-serif;
	font-size: 32pt;
	text-justify: distribute;
	-ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}


.top-big-text span {
font-size: 1px ;
word-spacing: 1000px;
}

.script-wrapper {
	margin: 20px 0px;
	padding: 40px;
	text-align: center;
	font-family: Inconsolata;
	border: 2px solid #000000;
	text-align: center;
}

.script-text {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.text-notes {
	margin: 7px 0px;
	padding: 0px;
	font-family: Inconsolata;
}

.text-name {
	margin: 25px 0px 0px 220px;
	padding: 0px;
	font-family: Inconsolata;
}

.text-line {
	margin: 1px 0px 35px 130px;
	padding: 0px;
	font-family: Inconsolata;
}

@media screen and (max-width: 736px) {
	.alphaville-container {
		margin-left: 0px;
	}
	
	.alphaville-wrapper {
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.top-big-text {
		font-size: 21pt;
	}
	
	.script-wrapper {
		padding: 5px;
	}
	
	.script-text {
		width: 100%;
	}
	
	.text-name {
		margin: 20px 0px 0px 100px;
	}
	
	.text-line {
		margin: 1px 0px 30px 40px;
	}
}