* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.d2s-demo {
    margin-left: auto;
    margin-right: auto;
}

.d2s-demo-widget-container {
    height: 100%;
}

.canvas-container {
    position: relative;
    height: calc(100% - 49px);
}

.model-container {
    width: 100%;
    height: 100%;
}

.canvas-overlay {
    position: absolute;
    left: 30px;
    top: 15px;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.play-animation {
    display: block;
    color: #333;
    vertical-align: top;
    pointer-events: auto;
    margin-bottom: 15px;
    cursor: pointer;
    padding: 6px 16px 0px;
    font-size: 18px;
    line-height: 1.33;
    border: 1px solid transparent;
    border-radius: 6px;
}

.view-mode-hint {
    max-height: 10%;
}

.model-link {
    padding: 10px;
    text-align: center;
    border: 0;
    background-color: white;
    font: 25px Consolas, 'Menlo', monospace;
}

.model-link a {
    color: #333;
    text-decoration: none;
}

.widget-description {
    font-size: 0.8em;
}