@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("viddler.com") {

div.video-download-menu {
position: fixed !important;
z-index: 100 !important;
left: 5px !important;
top: -15px !important;
opacity: 0.5 !important;
}

div.video-download-menu:hover { opacity: 1.0 !important; }

#downloadvid-cont {
display: inherit !important;
height: 0 !important;
padding: 0 !important;
border: 0 !important;
}

.vdm-content {
padding: 1px 5px 8px 7px !important;
background: #fff !important;
border-bottom: 2px solid rgba(0, 0, 0, 0.3) !important;
border-left: 2px solid rgba(0, 0, 0, 0.3) !important;
border-right: 2px solid rgba(0, 0, 0, 0.3) !important;
-moz-border-radius-bottomleft: 10px;
-moz-border-radius-bottomright: 10px;
}

ul#action-buttons li#downloadvid { display: none !important; }

}