#breadcrumb {
    background-color: #e6e6e6;
    height:30px;
    box-sizing:border-box;
    padding:0;
}

#breadcrumb li { 
height: 30px; line-height:30px;
box-sizing:border-box;
background-image:none; 
padding-left:0;
margin-left:6px;
}
#breadcrumb li:before {
content: '/ ';
color: #999;
font-size: 1.2em;
display:inline-block;
width:10px;
}

#breadcrumb li:first-child:before {
content: '';
width:0;
margin-left:0px;
}
#breadcrumb, #breadcrumb li:first-child  { margin:0}
#breadcrumb li:first-child { background-image:none; }
#breadcrumb li:first-child  a {
background: url(/climate/images/symbols/icon-home-16x16.svg) no-repeat 14px 6px;
display:inline-block;
box-sizing: border-box;
width: 30px;
height:30px;
overflow: hidden;
text-indent: 40px;
white-space: nowrap;
}