/* Search Box */
.ccsearch-search-field
{
   width: 50%
}

/* Refinements */
.ccsearch-facet-options ul{
   list-style-type: none;
   padding:0;
   margin:0;
}
.ccsearch-facet-options li {
   display:block;
}
.ccsearch-facet-options li a{
   max-width: 80%;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   display: inline-block;
}
.ccsearch-facet-options li span{
   overflow: hidden;
   display: inline-block;
}
.ccsearch-facet-options .show-more-link {
   display: block;
   cursor: pointer;
   color: #333;
   text-align: center;
   
}
.ccsearch-facet-options .show-more-link:hover {
   background-color: #f5f5f5;
}

/* Result list */
.ccsearch-results ul {
    list-style-type: none;
    /* Remove HitNr:
    padding-left: 40px;
    */
   padding-left: 0;
}
.ccsearch-results ul > li{
    position: relative;
    margin-bottom: 20px;    
}

.ccsearch-results ul > li .hitNr{
    /* Remove HitNr:
    margin-left: -40px;
    display: inline-block;    
    vertical-align: baseline;
    font-size: 1.4em;
    min-width: 35px;    
    */
    display: none;   
}

.ccsearch-results ul > li h3{
    display: inline-block;    
}

.ccsearch-results .results-teaser {
    margin-left: 0px;
}

.ccsearch-results ul .search-snippet {
   /* Show max 3 lines of text 3x 24px (lineheight) */
   line-height: 24px;
   max-height: 72px;
   overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.ccsearch-field-header span {
   font-weight: bold;
}