/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2 mai 2015, 23:01:13
    Author     : Alexandre
*/


#modernizr-block{z-index:10000!important;position:absolute; left:15px;
                   /*     width:calc(100% - 51px)!important;
                        width: -webkit-calc(100% - 51px)!important; 
                        
                        width: -moz-calc(100%-51px)!important; */
                   
                   top: 0px;
}

.ok, .no {
    display: none;
    padding: 2px;
}

.ok {
    background-color: #7DF481;
}

.no {
    background-color: #FE8484;
}

HTML.videoogg .ogg.ok { display: block; }
HTML.no-videoogg .ogg.no { display: block; }

HTML.videoh264 .h264.ok { display: block; }
HTML.no-videoh264 .h264.no { display: block; }

HTML.videowebm .webm.ok { display: block; }
HTML.no-videowebm .webm.no { display: block; }