html, body, .body-container { width: 100%; height: 100%; }

.body-container {
	background-repeat: no-repeat;
	background-position: center center;
	/*background-size: cover;*/
	background-size: contain;
	background-color: #000;
	font-family: Helvetica, Arial, Verdana;
}

.modal-message {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 200px;
	font-size: 11px;
	padding: 15px;
	border: 3px solid #000;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	border-radius: 5px;
	text-align: center;
}

.pay-per-view-header {
	display: table;
	width: 100%;
	height: 100%;
	background: rgba(0, 64, 92, 0.9);
	color: #fff;
}

.pay-per-view-info {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.pay-per-view-msg {
	font-size: 20px;
	font-weight: 700;
	padding: 20px;
	width: 60%;
	margin: 0 auto;
	line-height: 1.6em;
	text-shadow: 0 0 5px #000;
}

.pay-per-view-msg a:link, .pay-per-view-msg a:visited,
.pay-per-view-msg a:hover, .pay-per-view-msg a:active,
.pay-per-view-help a:link, .pay-per-view-help a:visited,
.pay-per-view-help a:hover, .pay-per-view-help a:active {
    color: #fff;
    text-decoration: underline;
}

.small-viewport-padding { padding-top: 20px; }

.pay-per-view-buttons button, .pay-per-view-buttons .button, .multi-ppv button {
	vertical-align: middle;
	font-size: 14px;
	border: 0;
	padding: 15px 10px;
	font-family: Helvetica, Arial, Verdana;
	text-transform: uppercase;
	color: #fff;
	margin: 5px 0;
	background: #00679b;
	min-width: 250px;
	max-width: 90%;
	transition: all ease .25s;
}

.pay-per-view-buttons button em,
.pay-per-view-buttons .button em {
	font-size: 2em;
	font-weight: normal;
	font-weight: bold; }
.pay-per-view-buttons button:hover,
.pay-per-view-buttons .button:hover,
.pay-per-view-buttons button.begin-access.playlist:hover,
.pay-per-view-buttons button.begin-download.playlist:hover{
	background: #222;
	color: #fff;
}

.pay-per-view-buttons button.begin-access.playlist,
.pay-per-view-buttons button.begin-download.playlist{
	background: #002e42;
	border-color: #00679b;
}

.multi-ppv-padding { padding: 20px; }
.multi-ppv button { width: 48%; margin: 0 0.5%; font-size: 0.8em; min-height: 50px; vertical-align: middle; }
.multi-ppv button + button { margin-top: 0.3em; }

.pay-per-view-help {
	margin-top: 20px;
	color: #a5caea;
}

.clear { clear: both; }

.pay-per-view-playlist-line {
    border: none;
    width: 95%;
    height: 2px;
    background-color: #002e42;
    color: #002e42;
}

@media only screen and (max-width: 650px) {
	.pay-per-view-info { font-size: 0.85em; }
	/*.pay-per-view-info { width: 60%; }
	.pay-per-view-buttons { width: 40%; }*/
}
@media only screen and (max-width: 420px) {
	.pay-per-view-info { font-size: 0.8em; }
    .pay-per-view-msg {
        font-size: 1em;
        font-weight: 700;
        padding: 10px;
        width: 60%;
        margin: 0 auto;
        line-height: 1.25em;
        text-shadow: 0 0 5px #000;
    }
	/*.pay-per-view-info { width: 60%; }
	.pay-per-view-buttons { width: 40%; }*/
}