.branding-title{
  font-weight: bold;
  font-size: 16px;
  color:#fff;
  padding-top:3px;
  background-image:url(/static/images/panel-logo.svg);
  background-repeat: no-repeat;
  background-size:contain;
  width:140px;
  height: 22px;
  transform: translateY(4px);
}
.dashboard-tools{
  display: none;
}
.sidebar-section:first-child{
  display: none!important;
}
.link-item{
  font-size:13px!important;
  letter-spacing: 2px;
}