/*
CSS File for videoFeedback

*/
/* 
    Created on : Feb 10, 2018, 10:16:07 AM
    Author     : KlausGiebermann
*/



.left{position: absolute; 
      left: 0pt; 
      right: 20pt; 
      top: 0pt; 
      bottom: 47pt;
      background: #808080}


.right {position: absolute;
        right: 0pt;
        width: 20pt;
        top: 0pt;
        bottom: 47pt;
        background: #f0f0f0;
        overflow-y: scroll;
        font-size: 2em;
        z-index: 100;
}

.info-panel {position: absolute;
        right: 20pt;
        width: 200pt;
        top: 0pt;
        bottom: 47pt;
        background: rgba(240,240,240,0.6);
        overflow-y: scroll;
        z-index: 100;
}


.bottom {position: absolute;
         left: 0;
         right: 0;
         bottom: 12pt;
         height: 35pt;
         background: #a0a0a0;
}


.footer{
    position: absolute; 
    bottom: 0;
    left: 0;
    right: 0;
    height: 12pt;
    background: #000;
    color: #f0f0f0;
    font-size: 9pt;
    padding-right: 5pt;
}
.lg {
    font-size: 30pt;
    cursor: pointer;
}
 