body, html {
    height:100%;
    margin:0;
    padding:0;
}

body {
    background-color:white;
}

canvas {
    display:block;
}

.tools {
    position: absolute;
    top: 20px;
    left: 0;
}

.sharing-container {
    position: absolute;
    left:0;
    bottom:20px;
}

.button {
    padding:10px;
    color:black;
    width:50px;
    height:50px;
    cursor:pointer;
    line-height:50px;
    font-size: 24px;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.button:active {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.logos {
    position:absolute;
    bottom:0;
    right:0;
    padding:20px 30px;
}

img.logo {
    width:125px;
    display:block;
    padding:5px;
    float:left;
}

.spinner {
    position:absolute;
    width:32px;
    height:32px;
    background-image:url(http://localhost:8000/img/spinner.gif);
    -webkit-background-size:100% 100;
    background-size:100% 100%;
}