#wheelTarget {
	overflow: scroll;
    visibility: hidden;
}

#backgroundShadedContainer {
    position: fixed; /* Stay in place */
    z-index: 1000000; /* Sit on top */
    padding-top: 0px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}

#backgroundContainer {
    left: 0;
    top: 0;
	/*border: 2px solid red;*/
    position: fixed; /* Stay in place */
    z-index: 1000001; /* Sit on top */
    height: 100%; /* Full height */
}


#wheelContainer {
    font-family: Arial, sans-serif;
    font-size: 1em;
    padding-top: 20px;
    padding-left: 80px;
	/*border: 2px solid green;*/
    width: 100%;
    height: 100%;
    position: fixed; /* Stay in place */
    z-index: 1000002; /* Sit on top */
    top: 0;
    left: 0;
    background-color: transparent;
}

#wheelSVG {
    width: 90%;
    height: 90%;
}

#textContainer {
    left: 0;
    top: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	/*border: 2px solid blue;*/
    position: fixed; /* Stay in place */
    z-index: 1000003; /* Sit on top */
	background-color: transparent;
	font-family: Tahoma, Geneva, sans-serif;
	color: white;
}

#textInnerContainer {
	/*border: 2px solid yellow;*/
	width: 90%;
	display: flex;
	flex-direction: column;
	align-items: left;
	justify-content: center;
}

#spinResult {
    margin-top: 20px;
	/*border: 2px solid yellow;*/
	width: 80%;
	display: flex;
	flex-direction: column;
	align-items: left;
	justify-content: center;
}

#textHeader {
	font-size: 40px;
    line-height: 40px;
}

#textsubHeader {
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.textListItem {
    font-size: 15px;
}

#spinForm {
    margin-top: 5px;
}

.formInput {
	font-size: 16px;
	color: black;
    width: 95%;
    padding-left: 5%;
	height: 40px;
	margin-top: 10px;
	border:0 none;
}

.formInput:focus{
    outline: none;
}


#spinButton {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px !important;
	font-size: 16px;
	margin-top: 20px;
	width: 100%;
    padding: 15px 0px;
    background: red;
    color: white;
    border: 0 none;
    cursor: pointer;
}

#closeButtonContainer {
    /*border: 2px solid yellow;*/
	margin-top: 10px;
}

#closeButton {
	cursor: pointer;
	width: 160px;
    padding: 5px 0px;
    /*border: 2px solid red;*/
    text-decoration: underline;
    font-size: 15px;
}

#codeBox {
    width: 100%;
	margin-top: 20px;
    background-color: white;
    height: 60px;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

#codeButton {
	font-size: 16px;
	margin-top: 20px;
	width: 100%;
    padding: 15px 0px;
    color: white;
    border: 0 none;
    cursor: pointer;
}

#countdownBar {
    left: 0;
    top: 0;
    /*border: 2px solid red;*/
    position: fixed;
    z-index: 1000001;
    background-color: #2B84D1;
    width: 100%;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#countdownText {
    width: 100%;
    text-align: center;
    padding: 10px;
    font-family: Tahoma, Geneva, sans-serif;
    color: white;
    font-size: 18px;
}

#winCodeInBanner {
    text-decoration: underline;
}

#countdownInBanner {
    text-decoration: underline;
}

#poweredByContainer {
    z-index: 1000005;
    position: fixed;
    bottom: 0;
    right: 0;
	padding: 20px;
    color: white;
    font-family: Arial, sans-serif;
    display: flex;
    align-items: center;
    flex-direction: column;
}

#poweredByText {
    font-size: 12px;
    font-style: italic;
}

#poweredByLogo {
    height: 40px;
}

#bigLogo {
	width: 70%;
	margin-bottom: 15px;
}



