body .wpDisplayBar {
    padding: 8px 4px 8px 4px;
    overflow-x:hidden;
    margin-bottom: 8px;
    border-radius: 8px;
}

body .wpDisplayBar ol {
  color: #ccc;
  list-style-type: none;    
}
 
body .wpDisplayBar ol li {
  position: relative;
  font: bold italic 12px;
  margin-bottom: 4px;
}
 
body .wpDisplayBar li .wpDisplayBarItem {
  font: 12px;
  padding-left: 16px;
  color: #555;
  line-height: 14px;
}

body .wpDisplayBarSource {
	color: #555;
	font-style: italic;
	display: inline;
}

body .wpDisplayBarSourceSeparator {
	display: inline;
	margin-left: 4px;
	margin-right: 4px;
}

body .wpDisplayBarHighlight {
	font-weight: bold;
}