body {
  max-width: 720px;
  font-family: Georgia,"Times New Roman",serif;
  line-height: 1.2;
  /*font-weight: bold;
  font-size: 12pt;*/
}
#stats {
    position: absolute;
    top: 5%;
    left: 2%;
    background-color: black;
    color: white;
    padding: 0.5em;
    text-align: right;
    border-radius: 1em;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-style: solid;
    border-width: 3px;
    border-color: white;
}

.separator {
  display: block;
}

table {
    color:white;
    margin-bottom: 1em;
}

.leftStatName {
    font-weight: bold;
    text-align: right;
    color: white;
}
.definition {
    font-weight: normal;
    font-style: italic;
}
.leftStatBar {
    background-color: #FF0000;
    height: 2em;
}
.rightStatName {
    text-align: left;
    font-weight: bold;
    color: white;
}
.rightStatBar {
    width: 150px;
    background-color: #8888FF;
    height: 2em;
}

label{
    font-size:17px;
    line-height:20px;
    padding: 11px 8px 12px 3em;
    display:block;
    text-indent: -3em;
}
.firstChild{
    border-top-width:1px;
    -webkit-border-top-right-radius:8px;
    -webkit-border-top-left-radius:8px;
    -moz-border-radius:8px 8px 0px 0px;
}
/* IE doesn't support label:last-child */
.lastChild{
    border-bottom-width:1px;
    -webkit-border-bottom-right-radius:8px;
    -webkit-border-bottom-left-radius:8px;
    -moz-border-radius:0px 0px 8px 8px;
    border-bottom-right-radius:8px;
    border-bottom-left-radius:8px;
}
.next {
    display:block;
    font-size:25px;
    font-weight:bolder;
    float:right;
    border-color:black;
    border-style:solid;
    border-width: 2px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-top: 0.7em;
    padding: 5px;
    cursor: default;
}

.next:hover {
  border-color: red;
}

.next img {
  height: 25px;
}

.myDragon {
  float:left !important;
}

h1 {
  font-size: x-large;
  margin: 0;
}

#footer {
  margin:85px 0px 75px 1em;
  clear: both;
}

#footer a img {
  border: 0;
}

#main {
  margin-top: 30px;
  padding-left: 16px;
}

#header {
  display: block;
}

#header p {
  margin: 0px 0px 1em 1em;
}

.spacedLink {
  margin-right:0.5em;
}

#sharelist li {
  margin: 1em;
}

#greybackground {
    position: fixed;
    width:100%;
    height:100%;
    background-color: black;
    filter:alpha(opacity=50);
    opacity: 0.5;
    top:0;
    left:0;
}

.radio {
  visibility: hidden;
}

.radioSpan {
    border-color:black;
    border-style:solid;
    border-width: 2px;
    width: 1em;
    height: 1em;
    margin-right: 1em;
}

#checkmark {
  position: absolute;
  margin: 0;
}

#share {
  margin-left: 1em;
}

  .gameTitle {
    margin-top: 7px;
  }


@media only screen and (max-device-width: 480px) {
  .definition{
    display: none;
  }
  
  #header {
    margin-top: 20px;
  }
  
  #header p {
    margin-left: 0;
  }
  
  #share {
    display: block;
    font-size: small;
    margin-left: 0;
  }
  
  #share span {
    display: block;
  }
  
  #footer {
    margin-left: 0;
  }
  
  #footer p {
    clear: both;
  }
  
  #stats {
    font-size: small;
  }
  
  .gameTitle {
    display: none;
  }

  iframe {
  /* Force AdMob to position statically
    This fixes a bug on Android where the
    frame scrolls wide despite explicit restrictions */
  position: static !important;
  }
  #admob_ad {
    height: 48px;
    margin: -8px;
  }
  
  #main {
    width: 95%;
    padding-left: 0px;
  }
  
  .next img {
    height: 25px;
  }


}