/* V4.6.9.10 titlebar brand font -5% */
.topbar-title{
  font-size:95% !important;
}

body.phone-shell .topbar-title{
  font-size:11.875px !important; /* ~5% down from prior 12.5px */
}

@media (max-width:420px){
  body.phone-shell .topbar-title{
    font-size:11.4px !important; /* ~5% down from prior 12px */
  }
}
