
body {
    overflow: hidden;
    margin: 0 auto;
    -webkit-font-smoothing: antialiased;
    color: #232525;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-color:white;
    font-size: 12px;
}

h1 {
    font-size: 14px;
}

h2 {
    font-size: 16px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}

h5 {
    font-size: 11px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}

a {
  color: #FAC633;
  text-decoration: none;
  font-weight: bold;
}

td {
    padding-left: 2px;
    padding-right: 2px;
}

input#PlayerUsername {
    -webkit-appearance: none;
    cursor:pointer;
    background:white;
    border:0px;
    color: black;
    font-size:12px;
    width: 140px;
    outline: none;
    text-align: center;
    height:20px;
    display: inline-block;
    margin-left:5px;
}

input.TextInput {
    cursor:pointer;
    background:white;
    border:0px;
    color: black;
    font-size:12px;
    width: 140px;
    outline: none;
    text-align: center;
    height:20px;
    display: inline-block;
    margin-left:5px;
    margin-top:5px;
}

input.Button {
    -webkit-appearance: none;
    display: inline-block;
    cursor:pointer;
    background:#FAC633;
    border:0px;
    color: white;
    font-size:12px;
    width: 28%;
    height: 22px;
    text-align: center;
    vertical-align:middle;
    
    margin-left:5px;
    margin-right:5px;
    margin-bottom:5px;
}

input#LocationLink {
     -webkit-appearance: none;
     cursor:pointer;
    background:rgba(0,0,0,0.0);
     border:0px;
     color: white;
    font-size:10px;
    width: 220px;
    outline: none;
    height:12px;
    display: inline-block;
    margin-left:10px;
     margin-bottom:5px;
}

input#LocationLink::selection {
	background: #ffb7b7; /* Safari */
	}
input#LocationLink::-moz-selection {
	background: #ffb7b7; /* Firefox */
}
input#viewButton {
    -webkit-appearance: none;
    display: inline-block;
    cursor:pointer;
    background:#FAC633;
    border:0px;
    color: white;
    font-size:12px;
    width: 28%;
    height: 22px;
    text-align: center;
    vertical-align:middle;
    
    margin-left:5px;
    margin-right:5px;
    margin-bottom:5px;
}
input#viewButton:hover, input#gobutton:focus{
    background-color :#F2D387; /*make the background a little darker*/
}

#about {
    visibility: hidden;
}

#appStore_ios {
        visibility: hidden;
    background-color: rgba(0, 0, 0, 0.6);
    width:200px;
    margin-left: auto;
    margin-right: auto;
    text-align:center;
}

#appStore_mac {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    position:absolute;
    top:10px;
    width:360px;
    left:50%;
    margin-left:-180px;
    padding-top:0px;
    padding-bottom:5px;
}


#appStore {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    position:absolute;
    top:10px;
    left:50%;
    margin-left:-180px;
    padding-top:10px;
    padding-bottom:10px;
}

td.appStore {
    color: white;
    text-align: center;
}

p.appStore {
    color: white;
    margin: 10px;
    text-align: center;
}


#title {
    text-align:center;
    color: rgba(0, 0, 0, 0.6);
}

#MapContainer {
    position:absolute; 
    top:0px; 
    left:0px;
    right:-20px;
    bottom:-20px;
    z-index:-1;
}

#LeftContainer {
    overflow: hidden;
    position:absolute;
    top:0px; 
    left:0x;
    width:260px;
}

#RightContainer {
    overflow: hidden;
    position:absolute;
    top:0px; 
    right:0px;
    width:260px;
}

#CenterContainer {
    overflow: hidden;
    position:absolute;
    bottom:0px; 
    right:0px;
    width:260px;
    left:50%;
    margin-left:-130px;
}

#BottomLeftContainer {
    overflow: hidden;
    position:absolute;
    bottom:0px;
    right:0px;
    width:260px;
}

.Container {
    background: rgba(0, 0, 0, 0.6);
    margin:10px;
    color:white;
}

.LegendColor {
    width:20px;
    height:20px;
    margin-left:5px;
    margin-right:5px;
    margin-top:2px;
    margin-bottom:2px;
    color:white;
}

.scroll-container {
    width: 100%;
    height: 205px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x:hidden;
}
.LegendText {
    margin-top:2px;
    height:20px;
}

.RankingComment {
    text-align:left;
    font-size:12px;
    padding:10px;
}

.Facebook {
    padding:10px;
    text-align:center;
}

.ContainerMargins {
    padding-top:8px;
    padding-bottom:8px;
    padding-left:8px;
    padding-right:8px;
}

.Tab {
    position:relative;
    height:240px;
}

.TabTitle {
    text-align:center;
    position:absolute;
    top:0px;
    width:100%;
    height:24px;
    padding-top:2px;
    font-weight: bold;
}

.TabHeader {
    text-align:center;
    position:absolute;
    top:0px;
    width:33%;
    height:24px;
    padding-top:2px;
    font-size: 16px;
    font-weight: bold;
}

.TabHeaderCenter {
    text-align:center;
    position:absolute;
    top:0px;
    right:33%;
    width:33%;
    height:24px;
    padding-top:2px;
    font-size: 16px;
    font-weight: bold;
}

tr {
    height: 16px;
}

.TabHeaderRight {
    text-align:center;
    position:absolute;
    top:0px;
    right:0px;
    width:33%;
    height:24px;
    padding-top:2px;
    font-size: 16px;
    font-weight: bold;
}

.TabContent {
    position:absolute;
    top:26px;
    padding:8px;
}

hr {
    border: none;
    background-color: #ccc;
    color: #ccc;
    height: 1px;
}

::-webkit-scrollbar { width: 5px; height: 3px;}
::-webkit-scrollbar-button {  background-color: #666; }
::-webkit-scrollbar-track {  background-color: clear;}
::-webkit-scrollbar-track-piece { background-color: clear;}
::-webkit-scrollbar-thumb { height: 20px; background-color: #BBB; border-radius: 3px;}
::-webkit-scrollbar-corner { background-color: #999;}}
::-webkit-resizer { background-color: #666;}


#PlayerBox {
    margin-bottom:5px;
}

@media (max-width: 1024px) {
    #appStore_ios {
        visibility: visible;
        background-color: rgba(0, 0, 0, 0.6);
        width:200px;
        margin-top:10px
        margin-left: auto;
        margin-right: auto;
        padding-bottom:10px;
        text-align:center;
    }

    #appStore_mac {
        visibility: hidden;
    }

    #LeftContainer {
        visibility:hidden;
    }
    #RightContainer {
        visibility:hidden;
    }
    #BottomLeftContainer {
        visibility:hidden;
    }

}

@media (max-height: 600px) {

    #LeftContainer {
        visibility:hidden;
    }
    #RightContainer {
        visibility:hidden;
    }
    #BottomLeftContainer {
        visibility:hidden;
    }
}
@media (max-width: 320px) {

    #LeftContainer {
        visibility:hidden;
    }
    #RightContainer {
        visibility:hidden;
    }
    #BottomLeftContainer {
        visibility:hidden;
    }

    #about {
        visibility: visible;
        font-size:16px;
        text-align: center;
        margins: 5px;
        margin-top:55px;
    }


    #appStore {
        overflow: hidden;
        position:absolute;
        top:10px;
        left:50%;
        margin-left:-67px;
    }

}
