/*
  This file is based on the ploneCustom.css.dtml shipped with Plone.

   (do not remove this)
   (not this either)
*/

/* YOUR CSS RULES START HERE */

.faceted-widget  li, .faceted-widget  li {
    background: none !important;
}

.faceted-results span {
    display: block;
}

.eea-preview-items div {
    margin-bottom: 10px;
}

div.eea-preview-items div a span:nth-child(2) {
    font-weight: normal;
    color: #333333;
}

.faceted-form .right-area-js {
    margin-right: 0;
}

.faceted-form .listingBar {
    margin-bottom: 22px;
}

.faceted-form .result_breadcrumb {
    margin-top: 0px;
}
.faceted-left-column div.faceted-text-widget input[type="text"] {
    width: 95% !important;
}

.faceted-sections-buttons-more {
    display:none !important;
}

#faceted-form fieldset {
 border-top: none !important;
 border-left: none !important;
 border-right: none !important;
 border-bottom: 0px solid #ccc !important;
}

#faceted-form fieldset{
 background-color: white;

}

#faceted-form legend {
 background-color:white;
 border: none;
 color: #004db2;
  margin-left: -1em !important;
}



.faceted-form .left-area-js {
 margin-left: 29em;
}

.faceted-left-column .faceted-criteria a {
 color: #004db2 !important;
}

#portal_footer {
  text-transform: lowercase;
}



/* YOUR CSS RULES STOP HERE */

/*  */

/* Latest version of the documentation on pre-defined properties from Plone 
   can be found in CMFPlone/skins/plone_styles/ploneCustom.css.dtml */
