@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document 
url-prefix("http://www.google.com/reader/view/"),
url-prefix("https://www.google.com/reader/view/"){

.entry-body{
max-width:200% !important;
max-height: 98% !important;
height:600px !important;
//overflow-y:scroll !important;
}

.item-body{
height:580px !important;
width:100% !important;
//max-height:95% !important;
-moz-column-width:300px !important;
-webkit-column-width:300px !important;
-moz-column-rule: 2px dashed silver !important;
-webkit-column-rule: 2px dashed silver !important;
-moz-column-gap: 15px !important;
-webkit-column-gap: 15px !important;
overflow:visible !important;
}

.item-body img{
max-width: 98% !important;
height: auto !important;
}

.item-body img:hover{
position:relative !important;
//display:block !important;
max-width:500px !important;
height: auto !important;
z-index:999 !important;
}

.unread-count{
font-size: 8px!important;
position:relative  !important;
left:0px  !important;
}

#sub-tree-item-0-main{
-moz-column-count:2 !important;
//-webkit-column-count:2 !important;
}

}