@media (min-width:120px) and (max-width:320px) {
 .user-info {
 display:none;
}
.dashboard-header h2 {
  font-size: 24px;
}
}

@media (min-width:1024px) and (max-width:1279px) {
.dashboard-header h2 {
  font-size: 20px;
}
.navbar-form-custom {
  width: 190px;
}
.dashboard-header .list-group-item span.label {
  margin-right: 5px;
}
.label {
  font-weight: normal;
  padding: 3px 5px;

}
.list-group.clear-list .list-group-item {
  font-size: 11px;
}
.navbar-static-side {
  width: 190px;
}
#page-wrapper {
  margin: 0 0 0 190px;
}
#side-menu .nav > li > a {
  font-weight: normal;
  padding: 7px 50px !important;
}
.ibox-title h5 {
  font-size: 12px;
}
}