﻿#anylineRoot{
    margin: 0;
    padding: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0 black;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    -ms-user-select: none;
}

#anylineVideoElement{
    position: relative;
    z-index: -1;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;   
}

#anylineCanvas{
    margin: auto;
    z-index: 99;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    position: absolute;
}


#anylineCancelButton{
    position: fixed;
    z-index: 99999;
    bottom: 60px;
    margin: auto;
    left: 50%;
    font-size: 3em;
    background-color: transparent;
    border: 0;
    color: white;
    transform: translateX(-50%);
}

#anylineFlashButtonRoot{
    position:fixed;
    z-index: 99998;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

#anylineFlashButton {
    position: fixed;
    z-index: 99999;
    font-size: 3em;
    background-color: transparent;
    border: none;
    color: white;
}

