.rcrumbs {
 white-space: nowrap;
 overflow:hidden;
 padding-right: 12px;
 text-align: left;
 width: auto;
 position: relative;
 right: 0px;
}
.rcrumbs > ul {
 list-style: none;
 height: 43px;
}
.rcrumbs > ul > li > .divider {
 margin-left: 8px;
 margin-top: 12px;
}

.rcrumbs > ul > li > .layerCompContainer {
 margin-left: 8px;
 height: 43px;
}

.rcrumbs > ul > li {
 overflow: hidden;
 display: none;
}
.rcrumbs > ul > li.show {
 display: inline-block;
 line-height: 43px;
 height: 43px;
}
.rcrumbs > ul > li.ellipsis {
 text-overflow: ellipsis;
 -o-text-overflow: ellipsis;
 overflow: hidden;
}
