@charset "utf-8";
/* CSS Document */

.body {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#canvas {
    align-content: center;
    background-color: #FFFFFF;
    position: absolute;
    display: block;
    background-color: white;
}
#dom_overlay_container {
    overflow: hidden;
    height: 0 !important;
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    opacity: 0;
}
.button-back {
    position: absolute;
    top: 100;
    left: 100;
    width: 110px;
    height: 110px;
    cursor: pointer;
    border: none;
}
.button-back:hover {
    border: medium;
    border-color: red;
}
.page-title {
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
    color: rgba(153,51,0,1.00);
    /*    font-weight: bold;*/
    text-align: center;
}
.sub-title {
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
    color: black;
    text-align: center;
}
.page-functions {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    color: black;
    text-align: left;
    clear: both;
    padding: 10px 50px
}
