body, HTML {
padding:0px;
}
#sharers {
position:fixed;
top:50px;
left:0px;
}
#sharers img {
width:30px;
}
.logo {
height:50px; margin:0 auto;
}
#playersinput {
padding:0px;
margin:0px;
text-align:center;
}
#bg {
width:100%;
position:fixed;
top:0px;
left:0px;
z-index:-1;
}
#bg img {
min-width:100%;
min-height:100%;
z-index:-1;
}
#boxart {
width:100%;
text-align:center;
}
#boxart img {
height:200px;
border-radius:5px;
box-shadow:5px 5px 10px #000;
}
#name {
color:white;
font-size:32px;
text-align:center;
font-family: 'Bangers', sans-serif;
text-shadow:5px 5px 10px #000;
padding-top:20px;
}
#leadin {
color:white;
font-size:22px;
text-align:center;
font-family: 'Bangers', sans-serif;
text-shadow:5px 5px 10px #000;
padding-bottom:20px;
}
#leadout {
display:none;
}
#comments {
display:none;
}
#alt {
width:100%;
background-color:white;
color:black;
font-size:20px;
font-family: 'Bangers', sans-serif;
padding:5px;
margin-top:10px;
border-radius:5px;
text-align:center;
display:none;
}
#alt input {
outline: none;
font-size: 16px;
height: 30px;
border: 1px solid #111;
background-color: #fff;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
border-bottom-left-radius: 2px;
padding: 5px 15px;
color: #111;
opacity: 1;
font-family: 'Bangers', sans-serif;
}
#menu {
width:100%;
background-color:white;
color:black;
font-size:16px;
font-family: 'Bangers', sans-serif;
margin-top:10px;
border-radius:3px;
text-align:center;
}
#menu input {
outline: none;
font-size: 16px;
height: 30px;
font-family: 'Bangers', sans-serif;
border: 1px solid #111;
background-color: #fff;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
border-bottom-left-radius: 2px;
padding: 5px 15px;
color: #111;
opacity: 1;
}
#menu option {
outline: none;
font-size: 16px;
height: 30px;
font-family: 'Bangers', sans-serif;
border: 1px solid #111;
background-color: #fff;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
border-bottom-left-radius: 2px;
padding: 5px 15px;
color: #111;
opacity: 1;
}
#legal {
font-size: 12px;
color:#fff;
text-align:center;
font-family: 'Bangers', sans-serif;
text-shadow:0px 0px 3px #000;
margin-top:10px;
}