@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain(digg.com) {

body {
  font-size: 110% !important;
}

.body {
  color: black !important;
}

.source {
display: block;
float: right;
padding: 0 0 4em 5px !important;
margin: 0 0 0 8px !important;
border-left: thin solid lightgray;
opacity: .3;
overflow: hidden;
max-width: 150px;
white-space: nowrap;
}

.tool {
opacity: .5;
}

.selector a,
.selector span{
margin-top: -.7em !important;
}

.sidebar {
width: 19% !important;
overflow: hidden;
padding-left: 2em;
opacity: .2;
z-index:100  !important;
background-color: transparent ;
}

.sidebar:hover {
width: 60% !important;
height: 100%;
overflow: visible;
opacity: 1;
position: absolute;
right:0px;
top:0px;
background-color: Ghostwhite;
z-index:100  !important;
}

.main {
width: 75% !important;
clear: none;
z-index:5 !important;
position:relative;
}

#topten-list h3 a{
width: 20em !important;
}

#h {
overflow: hidden !important;
height: 52px !important;
}

#h:hover {
overflow: hidden !important;
height: auto !important;
}

.sponsored {
display: none !important;
}

}