
/* - ploneCustom.css - */
@media all {
/*
 *  This is the file where you put your CSS changes. 
 *  You should preferrably 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 :) */


.orderform_mail table {
/* margin-bottom: 1em;*/
}

.image-inline {
  background-color:#777777;
  border:1px solid #CCCCCC;
  float:none;
  padding:1px;
}

.nwrap {white-space:nowrap}

/*  */


}

