
/* - columns.css - */
@media screen {
/* https://knowhow.ncvo.org.uk/portal_css/columns.css?original=1 */
#plonebrowser .cell{float:left;}
#plonebrowser .width-1\3a 4{width:25%;}
#plonebrowser .width-1\3a 2{width:50%;}
#plonebrowser .width-3\3a 4{width:75%;}
#plonebrowser .width-full{width:100%;}
#plonebrowser .position-0{clear:left;}
#plonebrowser .thumbnail:hover{position:relative;}
#plonebrowser #details_panel,#plonebrowser #addimage_panel{margin-left:0;box-sizing:border-box;padding-left:1em;}
#plonebrowser #footer #action-button{width:8em;margin-left:0;}

}

