html, body {
    background: #000;
    color: #fff;
    font-family: Roboto, sans-serif;
    padding: 0;
    margin: 0;
}
#header {
    background: #000;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
}

#header img {
    margin: 10px;
    max-width: 100%;
    max-height: 40px;
    width: auto;
    height: auto;
}
#title {
    background: #fff;
    padding: 10px;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
}
#success,
#footer,
#sponsors {
    text-align: center;
    font-size: 14px;
    padding: 10px;
}

#footer p,
#sponsors p {
    margin: 5px 0;
}

p a {
	color: #2F3588;
	text-decoration: underline;
}

#sponsors img {
    /* border-bottom: 1px solid #550E1A; */
    background: #000;
    padding: 10px;
}

#sponsors .two {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
#sponsors .two img {
    max-height: 120px;
    width: auto;
}
form {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
form select,
form input {
	background: #131313;
	color: #fff;
    padding: 14px;
    font-size: 20px;
    border: 1px solid #c0c0c0;
    margin: 5px 0;
    border-radius: 0;
}
form button {
    background-color: #3E4146;
    font-weight: normal;
    color: #ffffff;
    padding: 14px;
    font-size: 20px;
    text-align: center;
}
form label {
    margin: 25px 0;
}

#footer {
    margin-top: 25px;
}
.gtc {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.gtc a {
    color: #c60000;
}
#gtc {
    font-size: 11px;
    padding: 20px 10px;
}
#gtc p {
    margin: 1em 0;
}
#gtc ul {
    margin: 1em 0;
}
#gtc h3 {
	font-size: 13px;
    margin: 1em 0;
}
#gtc h2 {
	font-size: 15px;
    margin: 1.5em 0 1.0em;
}

#form-error {
    background: #c60000;
    color: #fff;
    font-size: 14px;
    line-height: 120%;
    padding: 25px
}
#form-error.good {
    background: #009600;
}

#success {
    text-align: left;
}
#success .badge {
	display: block;
	text-align: center;	
}
#success .badge strong {
	display: inline-block;
	padding: 4px 10px;
   	font-size: 1.4em;
   	font-weight: bold;
   	border-radius: 6px;
   	background: #000;
}
#success .badge.used strong {
	background: red;
}
#qr {
    background: #fff;
    padding: 50px 20px;
}

#qr img {
    width: 100%;
    height: auto;
}

.slots {
    /*display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;*/
    display: grid;
    grid-template-columns: auto auto auto;
}
button.slot {
    background: #000;
    border: 2px solid #c3c3c3;
    border-radius: 5px;
    color: #fff;
    margin: 3px;
    padding: 14px 40px 14px 5px;
    font-size: 0.9em;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
button.slot .av {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 100%;
    background: #8E0018;
    color: #fff;
    height: 14px;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 9px;
}

button.slot:disabled {
    background: #333333;
    color: #606060;
    border-color: #606060;
}
button.slot.next {
    grid-column: span 3;
}

button.slot.active {
    background: #2F3588;
    color: #fff;
}

#prizes {	
	margin-top: 25px;
	padding-top: 40px;
	background: #252525;
	text-align: center
}
#prizes > span {
	display: block;
	padding: 0 20px;
}

#prizes h2 {
	margin: 0;
	padding: 25px 20px 5px 20px;
	font-size: 22px;
	font-weight: normal;	
	text-align: center;
}
#prizes p {
	margin: 0;
	padding: 20px 20px;
	background: #000;
	text-align: left;
}

#prizes p.p2000 {
	background: #000 url(../prizes/P2000.png) no-repeat scroll 95% top;
	background-size: contain;
}
#prizes p.q1 {
	background: #000 url(../prizes/q1.png) no-repeat scroll 95% top;
	background-size: contain;
}
#prizes p.alpha {
	background: #000 url(../prizes/alpha.png) no-repeat scroll 95% top;
	background-size: contain;
}
#prizes p.simedal {
	background: #000 url(../prizes/simedal.png) no-repeat scroll 95% top;
	background-size: contain;
}
#prizes p.vnm {
	background: #000 url(../prizes/vnm.png) no-repeat scroll 95% top;
	background-size: contain;
}
#prizes p.rf2 {
	background: #000 url(../prizes/rf2.png) no-repeat scroll 95% top;
	background-size: contain;
}
