html,
body {
    background: #0C7CA2;
    -webkit-user-select: none;
    max-width: 800px;
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
}

#logo {
    color: #fff;
    padding-left: 16px;
    text-align: left;
    margin-bottom: 0;
}

.scores {
    margin:0;
}

.p1,
.p2 {
  display: inline-block;
  width: 300px;
  height: 50px;
  margin: 0 1em;
}

.p1 {
    color: #000;
}

.p2 {
    color: #eee;
}

#gamePlayArea {
    width: 725px;
    margin: 0 auto;
}

.reload,
.settings {
    cursor: pointer;
    display: inline-block;
    height: 32px;
    position: absolute;
    text-indent: -10000px;
    top: 6px;
    width: 32px;
    z-index: 1;
}

.reload {
    background: transparent url('reload.png') no-repeat 4px 4px;
    background-size: 24px 24px;
    right: 38px;
}

.settings {
    background: transparent url('settings.png') no-repeat 4px 4px;
    background-size: 24px 24px;
    right: 6px;
}
