@charset "UTF-8";
/* CSS Document */

body{
	background-color: black;
	padding: 0px;
	margin: 0px;
}
a {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-weight: 900;
	text-transform: uppercase;
	color: white;
	text-decoration: none;
	
}
a:visited {
	color: #C6C6C6;
	text-decoration: none;
}
a:hover {
	color: grey;
	text-decoration: underline;
}

/*Div*/
#divTop {
	background-color: #680000;
	position:fixed;
	z-index: 3;
	width: 100%;
	height: 100px;
	top: 0px;
}
#divBottom {
	background-color: #680000;
	position: fixed;
	z-index: 2;
	width: 100%;
	height: 50px;
	bottom: 0px;
	text-align: center;
}
#divNav {
	position: absolute;
	right: 10px;
	top: 5px;
}

#divSocial {
	position: absolute;
	top: 18px;
	left: 10px;
}

#divLogo {
	position: absolute;
	top:-40px;
	left:0px;
}
#divContent {
	position: absolute;
	left: 10px;
	top: 110px;
	min-width: 1346px;
	min-height: 598px;
	max-width: 1346px;
	max-height: 598px;
	background-color: #900000;
	border-radius: 15px;
}
#wtBoard {
	position: absolute;
	top: 10px;
	left: 10px;
	min-width: 1326px;
	min-height: 578px;
	max-height: 578px;
	max-width: 1326px;
	border-radius: 10px;
	background-color: black;
	overflow: scroll;
}


#divPlaylist {
	position: absolute;
	height: 533px;
	width: 1300px;
	right: 10px;
	top: 20px;
	border-style: inset;
	border-width: 3px;
	border-color: white;
}

#plTop {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #191010;
	height: 60px;
	width: 1300px;
}

#plInfo {
	position: absolute;
	top: 60px;
	background-color: #191010;
	height: 220px;
	width: 1300px;
}

#nfoArt {
	position: absolute;
	top: 20px;
	left: 10px;
	z-index: 6;
	height: 180px;
	width: 190px;
	/*background-color:#191010;*/
	vertical-align: middle;
}

#nfoTitle {
	position: absolute;
	top: 20px;
	left: 220px;
	z-index: 5;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-weight: 900;
	color: white;
	font-size: 30px;
}

#nfoGenre {
	position: absolute;
	top: 60px;
	left: 220px;
	z-index: 4;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-weight: 900;
	color:white;
	font-size: 16px;
}

#nfoTags {
	position: absolute;
	top: 80px;
	left: 220px;
	z-index: 3;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-weight: 900;
	color:white;
	font-size: 14px;
}

#nfoAdd {
	position: absolute;
	top: 110px;
	left: 220px;
	z-index: 2;
}

#nfoAddBtn {
	width: 160px;
	height: 40px;
	background-color: red;
	color: white;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-weight: 900;
	text-transform: uppercase;
	vertical-align: middle;
}

#btnWords {
	position: absolute;
}

#visualizer {
	position: absolute;
	z-index: 1;
	top: 10px;
	left: 0px;
	background-color:#191010;
	height: 200px;
	width: 1300px;
}

#audio {
	position: absolute;
	top: 5px;
	right: 5px;
	height: 10px;
}

#songListHeader {
	background-color: #191010;
	position: absolute;
	top: 280px;
	width: 1300px;
	color: white; 
}

.tdImg {
	text-align: center;
	vertical-align: middle;
	width: 60px;
	height: 50px;
}

.tdTitle {
	width:220px;
}

.tdTime {
	width: 100px;
}

.tdBPM {
	width: 100px;
}

.tdShare {
	width: 30px;
}

#tabListHeader {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	text-transform: uppercase;
	font-size: 12px;
}

.tdCart {
	width: 70px;
}

#playList {
	background-color: #191010;
	position: absolute;
	top: 330px;
	width: 1300px;
	height: 204px;
	color: white;
	/*border-top-style: solid;*/
	border-width: 1px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 900;
	overflow-x: scroll;
}

#sng1Add {
	width: 70px;
	height: 30px;
	background-color: red;
	color: white;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-weight: 500;
	text-transform: uppercase;
	vertical-align: middle;
	font-size: 10px;
}

#sng2Add {
	width: 70px;
	height: 30px;
	background-color: red;
	color: white;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-weight: 500;
	text-transform: uppercase;
	vertical-align: middle;
	font-size: 10px;
}

#sng3Add {
	width: 70px;
	height: 30px;
	background-color: red;
	color: white;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-weight: 500;
	text-transform: uppercase;
	vertical-align: middle;
	font-size: 10px;
}

#sng4Add {
	width: 70px;
	height: 30px;
	background-color: red;
	color: white;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-weight: 500;
	text-transform: uppercase;
	vertical-align: middle;
	font-size: 10px;
}

#sng5Add {
	width: 70px;
	height: 30px;
	background-color: red;
	color: white;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-weight: 500;
	text-transform: uppercase;
	vertical-align: middle;
	font-size: 10px;
}

#sng6Add {
	width: 70px;
	height: 30px;
	background-color: red;
	color: white;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-weight: 500;
	text-transform: uppercase;
	vertical-align: middle;
	font-size: 10px;
}

#sng7Add {
	width: 70px;
	height: 30px;
	background-color: red;
	color: white;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-weight: 500;
	text-transform: uppercase;
	vertical-align: middle;
	font-size: 10px;
}

#sng8Add {
	width: 70px;
	height: 30px;
	background-color: red;
	color: white;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-weight: 500;
	text-transform: uppercase;
	vertical-align: middle;
	font-size: 10px;
}

#sng9Add {
	width: 70px;
	height: 30px;
	background-color: red;
	color: white;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-weight: 500;
	text-transform: uppercase;
	vertical-align: middle;
	font-size: 10px;
}

#sng10Add {
	width: 70px;
	height: 30px;
	background-color: red;
	color: white;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-weight: 500;
	text-transform: uppercase;
	vertical-align: middle;
	font-size: 10px;
}

#sng11Add {
	width: 70px;
	height: 30px;
	background-color: red;
	color: white;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-weight: 500;
	text-transform: uppercase;
	vertical-align: middle;
	font-size: 10px;
}

#sng12Add {
	width: 70px;
	height: 30px;
	background-color: red;
	color: white;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-weight: 500;
	text-transform: uppercase;
	vertical-align: middle;
	font-size: 10px;
}

#sng13Add {
	width: 70px;
	height: 30px;
	background-color: red;
	color: white;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-weight: 500;
	text-transform: uppercase;
	vertical-align: middle;
	font-size: 10px;
}

#sng14Add {
	width: 70px;
	height: 30px;
	background-color: red;
	color: white;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-weight: 500;
	text-transform: uppercase;
	vertical-align: middle;
	font-size: 10px;
}

#sng15Add {
	width: 70px;
	height: 30px;
	background-color: red;
	color: white;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-weight: 500;
	text-transform: uppercase;
	vertical-align: middle;
	font-size: 10px;
}

#sng16Add {
	width: 70px;
	height: 30px;
	background-color: red;
	color: white;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-weight: 500;
	text-transform: uppercase;
	vertical-align: middle;
	font-size: 10px;
}

#sng17Add {
	width: 70px;
	height: 30px;
	background-color: red;
	color: white;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-weight: 500;
	text-transform: uppercase;
	vertical-align: middle;
	font-size: 10px;
}

#sng18Add {
	width: 70px;
	height: 30px;
	background-color: red;
	color: white;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-weight: 500;
	text-transform: uppercase;
	vertical-align: middle;
	font-size: 10px;
}

#sng19Add {
	width: 70px;
	height: 30px;
	background-color: red;
	color: white;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-weight: 500;
	text-transform: uppercase;
	vertical-align: middle;
	font-size: 10px;
}

#sng20Add {
	width: 70px;
	height: 30px;
	background-color: red;
	color: white;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-weight: 500;
	text-transform: uppercase;
	vertical-align: middle;
	font-size: 10px;
}

#sng21Add {
	width: 70px;
	height: 30px;
	background-color: red;
	color: white;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-weight: 500;
	text-transform: uppercase;
	vertical-align: middle;
	font-size: 10px;
}

#sng22Add {
	width: 70px;
	height: 30px;
	background-color: red;
	color: white;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-weight: 500;
	text-transform: uppercase;
	vertical-align: middle;
	font-size: 10px;
}

#sng23Add {
	width: 70px;
	height: 30px;
	background-color: red;
	color: white;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-weight: 500;
	text-transform: uppercase;
	vertical-align: middle;
	font-size: 10px;
}

#sng24Add {
	width: 70px;
	height: 30px;
	background-color: red;
	color: white;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-weight: 500;
	text-transform: uppercase;
	vertical-align: middle;
	font-size: 10px;
}

#sng25Add {
	width: 70px;
	height: 30px;
	background-color: red;
	color: white;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-weight: 500;
	text-transform: uppercase;
	vertical-align: middle;
	font-size: 10px;
}

#sng26Add {
	width: 70px;
	height: 30px;
	background-color: red;
	color: white;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-weight: 500;
	text-transform: uppercase;
	vertical-align: middle;
	font-size: 10px;
}

#sng27Add {
	width: 70px;
	height: 30px;
	background-color: red;
	color: white;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-weight: 500;
	text-transform: uppercase;
	vertical-align: middle;
	font-size: 10px;
}

#sng28Add {
	width: 70px;
	height: 30px;
	background-color: red;
	color: white;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-weight: 500;
	text-transform: uppercase;
	vertical-align: middle;
	font-size: 10px;
}

#sng29Add {
	width: 70px;
	height: 30px;
	background-color: red;
	color: white;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-weight: 500;
	text-transform: uppercase;
	vertical-align: middle;
	font-size: 10px;
}

#sng30Add {
	width: 70px;
	height: 30px;
	background-color: red;
	color: white;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-weight: 500;
	text-transform: uppercase;
	vertical-align: middle;
	font-size: 10px;
}

#sng31Add {
	width: 70px;
	height: 30px;
	background-color: red;
	color: white;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-weight: 500;
	text-transform: uppercase;
	vertical-align: middle;
	font-size: 10px;
}

#sng32Add {
	width: 70px;
	height: 30px;
	background-color: red;
	color: white;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-weight: 500;
	text-transform: uppercase;
	vertical-align: middle;
	font-size: 10px;
}

.spacer {
	column-span: 6;
	border-top-style: solid;
	border-width: 1px;
	border-color: #674A4A;
	height: 1px;
}

.tdNumber {
	width: 10px;
}

.trkOne:hover {
	background-color: #402020;
}

.trkTwo:hover {
	background-color: #402020;
}

.trkThree:hover {
	background-color: #402020;
}

.trkFour:hover {
	background-color: #402020;
}

.trkFive:hover {
	background-color: #402020;
}

.trkSix:hover {
	background-color: #402020;
}

.trkSeven:hover {
	background-color: #402020;
}

.trkEight:hover {
	background-color: #402020;
}

.trkNine:hover {
	background-color: #402020;
}

.trkTen:hover {
	background-color: #402020;
}

.trkEleven:hover {
	background-color: #402020;
}

.trkTwelve:hover {
	background-color: #402020;
}

.trkThirteen:hover {
	background-color: #402020;
}

.trkFourteen:hover {
	background-color: #402020;
}

.trkFifteen:hover {
	background-color: #402020;
}

.trkSixteen:hover {
	background-color: #402020;
}

.trkSeventeen:hover {
	background-color: #402020;
}

.trkEightteen:hover {
	background-color: #402020;
}

.trkNineteen:hover {
	background-color: #402020;
}
.trkTwenty:hover {
	background-color: #402020;
}
.trkTwentyOne:hover {
	background-color: #402020;
}
.trkTwentyTwo:hover {
	background-color: #402020;
}
.trkTwentyThree:hover {
	background-color: #402020;
}
.trkTwentyFour:hover {
	background-color: #402020;
}
.trkTwentyFive:hover {
	background-color: #402020;
}
.trkTwentySix:hover {
	background-color: #402020;
}


.overlay {
	position: absolute;
	top: 68px;
	left: 42px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.play-button {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 40px;
	height: 40px;
	background-color: rgba(256, 256, 256, 1);
	background-image: url("../media/imgs/Play.png");
	mask: url("../media/imgs/playBtn.png") center / contain no-repeat;
	cursor: pointer;
	z-index: 1;
}

.progress-ring {
	position: absolute;
	top: 0%;
	left: 20%;
	transform: translate(-50%, -50%);
}

.progress-ring__circle {
	transition: 0.35s stroke-dashoffset;
	transform: rotate(-90deg);
	transform-origin: 50% 50%;
}

#playBtn {
	width: 50px;
	height: 50px;
}

#divEngineer {
	position: relative;
	min-width: 1346px;
	min-height: 3322px;
	max-width: 1346px;
	max-height: 3322px;
	background-color: #900000;
	border-radius: 15px;
}

#engBoard {
	position: absolute;
	top: 10px;
	left: 10px;
	color:white;
	border-radius: 10px;
	background-color: black;
	min-width: 1326px;
	max-width: 1326px;
	min-height: 3302px;
	max-height: 3302px;
	overflow: hidden;
}

#mixWords {
	position: absolute;
	width: 400px;
	top: 100px;
	left: 20px;
	text-align: left;
}

.wordHeading {
	font-size: 33px;
	font-weight: 900;
	border-bottom-style: solid;
	border-color: red;
}

#engTitle {
	position: relative;
	top: 20px;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 60px;
	border-bottom-style: solid;
	border-color: red;
}

.desc {
	position: relative;
	top: 10px;
}

.serv {
	position: relative;
	top: 30px;
}

.cta {
	position: relative;
	top: 30px;
}

.sc {
	position: relative;
	top: 60px;
}

#mixGraphic {
	position: absolute;
	background-color: orange;
	width: 830px;
	height: 510px;
	top: 106px;
	right: 10px;
	border-radius: 10px;
	overflow: hidden;
}

#mixTier {
	position: relative;
	width: 1295px;
	height: 569px;
	padding: 10px;
	top: 542px;
	border-bottom-style: solid;
	border-color:red;
	color: white;
}

.package {
	height: 532px;
	width: 327px;
	background-color: darkgrey;
	border-radius: 10px;
	overflow: hidden;
	cursor: pointer;
}

.pckOne {
	position: relative;
	left: -340px;
}

.packHeader {
	background-color:#252525;
	height: 50px;
	font-size:35px;
}

.packInfo {
	background-color: white;
	color:black;
	font-size: 30px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	text-transform: uppercase;
	font-weight: 900;
	padding-bottom: 40px;
}

.packPrice {
	background-color: #252525;
}

.pckTwo {
	position: relative;
	top: -532px;
}

.pckThree {
	position: relative;
	top: -1064px;
	left: 340px;
}

#recWords {
	position: absolute;
	width: 400px;
	top: 1226px;
	right: 20px;
}

#recGraphic {
	position: absolute;
	background-color:red;
	width: 830px;
	height: 454px;
	top: 1226px;
	left: 10px;
	border-radius: 10px;
	overflow: hidden;
}

#recTier {
	position: relative;
	width: 1295px;
	height: 567px;
	padding: 10px;
	top: 1015px;
	border-bottom-style: solid;
	border-color:red;
}

#sdfWords {
	position: absolute;
	top: 2289px;
	left: 20px;
	width: 400px
}

#sdfGraphic {
	position: absolute;
	background-color:orange;
	width: 830px;
	height: 453px;
	top: 2289px;
	right: 10px;
	border-radius: 10px;
	overflow: hidden;
}

#sdfTier {
	position: absolute;
	top: 2750px;
	left: 10px;
	width: 1306px;
	border-radius: 10px;
}

#toEng {
	position: absolute;
	top: 100px;
	right: 10px;
}

#recGraphic img {
	position: relative;
	top: -60px;
}

#divCart {
	position: fixed;
	background-color: blue;
	max-height: 739px;
	width: 267px;
	top: 125px;
	right: 10px;
	border-radius: 10px;
}

.cartItem {
	width:220px;
	text-align: left;
}
.cIPrice {
	text-align: right;
}

#shopCart {
	position: fixed;
	top: 110px;
	right: -281px;
	background-color: blue;
	max-height: 744px;
	width: 300px;
	border-radius: 10px;
	padding: 5px;
	overflow: scroll;
	color: white;
	font-weight: 450;
	font-size: 20px;
}
#shopCart table{
	background-color:black;
	border-style: groove;
	border-color: red;
	border-radius: 10px;
	border-width: 4px;
	width: 300px;
}

#paypal-container-86UP4UME624DG {
	position: relative;
	top: -70px;
	height: 176px;
	font-size: 15px;
}

#paypal-container-NMLEAJC6ZSTVS {
	position: relative;
	top: -70px;
	height: 176px;
	font-size: 15px;
}

#paypal-container-3P8VUFHXXSCUG {
	position: relative;
	top: -70px;
	height: 176px;
	font-size: 15px;
}

#paypal-container-49LZPYXWFGCSA {
	position: relative;
	top: -70px;
	height: 176px;
	font-size: 15px;
}

#paypal-container-9TSATNTC6FD5J {
	position: relative;
	top: -70px;
	height: 176px;
	font-size: 15px;
}

#paypal-container-JCC9YPU4ZRDH8 {
	position: relative;
	top: -70px;
	height: 176px;
	font-size: 15px;
}

.paypalTd {
	overflow: hidden;
}

#engineerFull {
	position: absolute;
	top: 718px;
	width: 100%;
	height: 3392px;
	color: white;
}

.subTable {
	padding: 5px;
	font-size: 15px;
}
.subTable td{
	padding: 6.5px
}

.subTotal {
	font-weight: 900;
}

.subSubmit {
	text-align: center;
	vertical-align: bottom;
	height: 42px;
}

.leaseFeatures {
	position: relative;
	padding: 10px;
	top: 10px;
	left: 10px;
	background-color: #304040;
	border-radius: 10px;
	width: 395px;
	font-size: 15px;
}

.leaseFeatures ul {
	list-style: none;
}

.leaseBuy {
	position: relative;
	top: 0px;
}

#leaseTerms {
	position: fixed;
	top: 110px;
	left: 10px;
	height: 633px;
	width: 1346px;
	background-color: #900000;
	z-index: 9;
	border-radius: 10px;
}

#mp3Lease {
	color: white;
	background-color: black;
	position: absolute;
	top: 10px;
	left: 10px;
	border-radius: 10px;
	width: 435px;
	height: 613px;
	overflow: hidden;
}

#nonTracked {
	color: white;
	background-color: black;
	position: absolute;
	top: 10px;
	left: 455px;
	border-radius: 10px;
	width: 436px;
	height: 613px;
	overflow: hidden;
}

#Exclusive {
	color: white;
	background-color: black;
	position: absolute;
	top: 10px;
	right: 10px;
	border-radius: 10px;
	width: 435px;
	height: 613px;
	overflow: hidden;
}

#paypal-container-546EWX666XST8 {
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}

#paypal-container-9UCKLSTDY3LMG {
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}

#paypal-container-CFZKHRVJM6QY8 {
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}

#paypal-container-4F3WLFLJQAQ7E {
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}
#paypal-container-7CYZZ9FDFSATC {
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}
#paypal-container-7EELM656H67PS {
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}
#paypal-container-AYZZEFSWC78AY {
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}
#paypal-container-QGRAH6FZYRHQQ {
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}
#paypal-container-VYM83WQJDZPY4 {
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}
#paypal-container-9FF2DB95LQ3K8 {
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}
#paypal-container-LJNFBPVPRKM3L {
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}
#paypal-container-6GRWAP6N8FL9N {
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}
#paypal-container-BMAP6HZ6V79EW {
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}
#paypal-container-66E672XWMFPSW {
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}
#paypal-container-NGBFBMBWTNHEE {
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}
#paypal-container-7A4DWCG2RHCE8 {
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}
#paypal-container-P8LD8MFZCD72C {
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}
#paypal-container-G4QFTTXKAPA78 {
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}
#paypal-container-Y8M22JHFPC93S {
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}
#paypal-container-NRLKU3LQ8VKYW {
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}
#paypal-container-D5PSW6K9NA6K6 {
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}
#paypal-container-R7YEC8J6GK8BW {
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}
#paypal-container-HJ7RXZE7EVLR2 {
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}
#paypal-container-RRWRTUMCPMG7L {
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}
#paypal-container-HKLYN28QJ7G5Q {
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}
#paypal-container-KUDZQLJNPFFNL {
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}
#paypal-container-QCNB7WYDMDK92 {
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}
#paypal-container-7LD2BFXGRK5LU {
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}
#paypal-container-5S9WQAUS779M2 {
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}
#paypal-container-BYS6FWDGNEMDG {
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}
#paypal-container-A6LGRQ2QP8LC4 {
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}
#paypal-container-MLGURVPC7KUT8 {
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}
#paypal-container-UNS6UZ87DKHT6 {
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}
#paypal-container-Z9C48HLK7V7U4 {
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}
#paypal-container-2QY88F8P3GW7C {
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}
#paypal-container-NVHRFUC5TUUB2 {
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}
#paypal-container-SFR7HQASBLN52{
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}
#paypal-container-Q9URNCYHXZE76{
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}
#paypal-container-Y7AMS9TJG2DKL{
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}
#paypal-container-3R5W5KZCAGYG6{
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}
#paypal-container-Z7L9GUGVGMVS6{
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}
#paypal-container-ZZSDK3BND8F7Y{
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}
#paypal-container-XSEUP8B6CPX54{
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}
#paypal-container-NVZ3Y488WBTYL{
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}
#paypal-container-GKAB7DUVKUW8L{
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}
#paypal-container-XNW2M4J3LURVC{
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}
#paypal-container-V79TBSNGNT3CL{
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}
#paypal-container-DRH7LMTGMH9ES{
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}
#paypal-container-X8EZ92547VWEE{
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}
#paypal-container-GTN7M7HESLPG2{
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}
#paypal-container-PDHENTWXW3HLC{
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}
#paypal-container-QMPZVSY4TWFGL{
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}
#paypal-container-7GQ3ALL3TK8JN{
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}
#paypal-container-T2258YSXQJ5D2{
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}
#paypal-container-KNNLE62Q6LBEL{
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}
#paypal-container-47NTBMY6RQPYN{
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}
#paypal-container-CLZNDSJWBTBXW{
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}
#paypal-container-KPP2HKRY9WPYY{
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}
#paypal-container-CLV6FUHHGT26S{
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}
#paypal-container-DXKSBF7WN274E{
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}
#paypal-container-ZHTT5CGGD9YJJ{
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}
#paypal-container-6CBNNN7EJASUU{
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}
#paypal-container-VZRWGMQ5U9UYU{
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}
#paypal-container-79HTTNR42K8KC{
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}
#paypal-container-E766QXC2QQVC2{
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}
#paypal-container-YMR9TKU3GX88C{
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}
#paypal-container-SP7QX72EPDYNE{
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}
#paypal-container-25CWDTY9L2NPU{
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}
#paypal-container-DCAWUYUVLG47S{
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}
#paypal-container-5WQYKZ7X4LD68{
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}
#paypal-container-C7LWHLLC8T96W{
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}
#paypal-container-FWU99RTCVFCUE{
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}
#paypal-container-PWLAXRMWKGU7E{
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}
#paypal-container-VW28CDH5SCPX8{
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}
#paypal-container-XD7N9SGU23V92{
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}
#paypal-container-VY4N3L82UJC7G{
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}
#paypal-container-LWCT589JGH6UE{
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}
#paypal-container-TF5MVPVUQV33Q{
	text-align: center;
	font-size: 15px;
	width: 415px;
	height: 290px;
	overflow: hidden;
}
#leaseCancel {
	color: white;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 9;
}
