/* reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{display: block;}
ul{list-style: none;}
a{text-decoration: none;}

body, html {
  width: 100%;
  height: 100%;
}
body {
  background: rgba(0, 0, 0, 0.8);
}

#scoreResult {
  background: #fff;
  width: 85%;
  margin: 20px auto;
  padding-bottom: 20px;
  border-radius: 12px;
}
#scoreResult header {
  width: 100%;
  height: 50px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
  box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
  border-radius: 12px 12px 0 0;
}

.buttons {
  margin: 0 auto;
}
.button {
  cursor: pointer;
  text-align: center;
  color: #fff;
  display: block;
  margin: 20px 0;
  border-radius: 6px;
}
.bg-blue {
  background: #00a2f2;
}

.game-info {
  width: 100%;
}
.game-info img{
  float: left;
  padding: 5px 10px;
}
.game-info h1 {
  display: table;
  width: 100%;
}
.game-info h1 div {
  width: 100%;
  padding-top: 12px;
}
.highscore-title {
  float: left;
  margin-right: 6px;
}

.login-box {
  margin: 20px 0;
}
.yahoo-login {
  cursor: pointer;
  text-align: center;
  display: block;
}
.sub-title {
  display: block;
  width: 100%;
  color: #f03;
  text-align: center;
  font-weight: normal;
  font-size: .8rem;
  text-decoration: underline;
}

