/* Mobile Responsive Typography Fixes for AdminLTE 2.0.0 */
@media (max-width: 767px) {

  /* Global font size tweak */
  body {
    font-size: 13px !important;
  }

  /* Headings size reduction */
  h1, .h1 { font-size: 22px !important; }
  h2, .h2 { font-size: 18px !important; }
  h3, .h3 { font-size: 16px !important; }
  h4, .h4 { font-size: 14px !important; }

  /* Content Header Title Adjustments */
  .content-header > h1 {
    font-size: 18px !important;
  }
  .content-header > h1 > small {
    font-size: 12px !important;
    display: block;
    margin-top: 3px;
  }

  /* Box Component Headers & Content */
  .box-title {
    font-size: 15px !important;
  }
  .box-body {
    font-size: 13px !important;
  }

  /* Small Box (Stat Cards) Fixes */
  .small-box h3 {
    font-size: 26px !important;
  }
  .small-box p {
    font-size: 12px !important;
  }

  /* Main Sidebar Menu Items */
  .sidebar-menu > li > a {
    font-size: 13px !important;
  }
  .user-panel > .info {
    font-size: 12px !important;
  }

  /* Top Navbar Dropdown Menu Items */
  .navbar-nav > li > a {
    font-size: 13px !important;
  }
  .dropdown-menu {
    font-size: 13px !important;
  }

  /* Table text adjustment */
  .table {
    font-size: 12px !important;
  }
}