/* css styles common to all user pages */

.dashicons {
  vertical-align: middle;
}
h1 .dashicons {
  height: 42px;
  font-size: 42px;
  width: 42px;
}
h2 .dashicons {
  height: 34px;
  font-size: 34px;
  width: 34px;
}
h3 .dashicons {
  height: 30px;
  font-size: 30px;
  width: 30px;
}
h4 .dashicons {
  height: 26px;
  font-size: 26px;
  width: 26px;
}

/* 907 theme adjustments */
.agl-breadcrumb {
  font-family: Arial, sans-serif;
  font-size: 15px;
  line-height: 19px;
  padding-bottom: 5px;
}
.agl-breadcrumb a:hover .dashicons {
  /* no dashicon underscore */
  text-decoration: none;
}

body .page-content { /* text color */ color: #000; }
.tab-detail a, .tab-detail a:hover { /* light background */ color: #33f; }
.north { color: #00CC66; }
.south { color: #FF9966; }

