#editor-bottom-bar a {
  float: left;
}

.FListFunction a {
  color: darkgray;
}

.FListFunction a::before, .FListFunction a::before {
  padding-left: 14px;
  background: url('icons.png') no-repeat;
  width: 8px;
  height: 8px;
  content: ' ';
}

#FListMenu li {
  border:none;
  margin-right: 10px;
  white-space: nowrap;
}

.FListFunction { white-space: nowrap; }

.FListFunction.private a::before { background-position: 0 -16px; }
.FListFunction.protected a::before { background-position:  0 32px; }
.FListFunction.class a::before { background-position: 0 -48px; }

#FListMenu li a {
  padding: 5px;
}

ul.FList li:last-child { 
  border-bottom: 1px solid #333;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.sidebar#sb-right {
  width: 220px;
  right: -210px;
}

.sb-right-content ul.FList {
  margin-left: -6px;
}

.sb-right-content {
  width: 208px;
}