/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
/*# sourceMappingURL=normalize.min.css.map */

* {
    font-family: "Roboto";
}
html, body {
    overscroll-behavior: contain;
    touch-action: pan-down;
}
body {
    background:#333;
    text-align:center;
}

.wrapper {
    width: 600px;
    margin: auto;
    margin-top:30px;
    position: relative;
    touch-action: pan-down;
}

h1 {
    font-family: 'Roboto', arial, serif;
    font-size: 24px;
    text-align: left;
    margin-bottom: 30px;
    margin-top: 0;
    color: #ccc;
    text-shadow:0 0 20px #000;
}

.canvas {
    position: relative;
    height: 600px;
    width: 600px;
    margin: auto;
}

canvas, .changelog {
    background:#ccc;
    -webkit-box-shadow:0 0 20px #000;
	-moz-box-shadow: 0 0 20px #000;
    box-shadow:0 0 20px #000;
}
.changelog {
    text-align: left;
    padding: 20px;
    width: 560px;
    overflow-y: auto;
}

.buttonWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
}
.scorewrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: right;
}
#score {
    padding: 15px;
    font-size: 24px;
    font-weight: bold;
    color: #ba3125;
    opacity: 0.55;
    cursor: pointer;
}
#score:hover, #score:focus {
    opacity: 1;
    transition: all ease-in-out 0.25s;
}

button, .button {
    background: #fff;
    border: 1px solid #ba3125;
    border-radius: 1px;
    color: #333;
    padding: 10px 15px;
    font-size: 16px;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
    height: 44px;
    max-height: 44px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}
a.button {
    max-height: 22px;
    line-height: 22px;
    vertical-align: middle;
}

#highscore, .changelink {
    margin-left: 15px;
}

button:hover, button:focus, .button:hover, .button:focus {
    background: #ba3125;
    color: #fff;
    border-color: #333;
    box-shadow: 0px 4px 12px -4px rgba(0,0,0,0.75) !important;
    text-decoration: none;
}
.changelog table {
    border: 0;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
}
.changelog table th {
    vertical-align: bottom;
    border-bottom: 2px solid #333;
    padding: 10px;
    border-top: 1px solid #333;
    text-align: left;
}
.changelog table td {
    vertical-align: top;
    border-top: 1px solid #333;
    padding: 10px;
    text-align: left;
}

footer {
    width: 600px;
    margin:auto;
    color: #fff;
    text-align: right;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
}
footer a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}

footer a:hover {
    text-decoration: underline;
}

.user table td{
	border-top: 0 none;
	padding-top: 4px;
	padding-bottom: 4px;
}

#userTop{
  color: red;
}
