ul.breadcrumb li:nth-last-of-type(1) {
width: 60%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.altmenuSol > ul > li > a + span {
line-height: 40px;
float: right;
margin-right: 20px;
}
.altmenuSol > ul > li > a + span:last-child {
display: none;
}