
/* - anonymous1.css - */
/*
 *  This is the file where you put your CSS changes. 
 *  You should preferably use this and override the 
 *  relevant properties you want to change here instead 
 *  of customizing plone.css to survive upgrades. Writing
 *  your own plone.css only makes sense for very heavy 
 *  customizations. Useful variables from Plone are 
 *  documented at the bottom of this file.
 */
 
/*  (do not remove this :) */
/*  (not this either :) */


/* PUT YOUR CUSTOM STUFF HERE */

/* THIS IS CSS THAT WILL BE USED IF THE USER IS NOT LOGGED IN */


.contentViews {
    display:none;
}

.contentActions (
    margin-top: 12px;
}

#renderAdaptedMaterialListing.contentActions {
    display:none;
}

/*  */

