/* Hides the app name and makes the app menu caret visible on mobile screens */
@media only screen and (max-width: 768px) {
  .header-appname {
    display: none;
  }
  .header-appname-container {
    text-align: right;
    width: 100px;
  }
}