

@charset "UTF-8";


body,
body * {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0 none;
    vertical-align: baseline;
        -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#content_div {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 300px;
    height: 250px;
    background-color: #fff; 
    overflow: hidden;
    visibility: hidden;
}

#background_exit {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer; 
}

.border {
    -webkit-box-shadow: 0 0 0 1px #000 inset;
    box-shadow: 0 0 0 1px #000 inset;
    pointer-events:none;   
}

.canvas_img {
    position: absolute; 
}

.canvas_div {
    position: absolute; 
    top:0;
    left:0;
}

.canvas_size {
    position: absolute;
    width: 300px;
    height: 250px;
}

.cta_grad {
    left:120px;
}


.cta_holder {
    pointer-events: none;
    position: absolute; 
    top:204px;
    left:171px;
    width:115px;
    height:32px;
    overflow:hidden;
    /* background:grey; */
}




.totop{
    z-index:1;
    pointer-events: none;
}

