/*
* Dashboard ==========================================
*/

/* Assign the icons */
.cd-account .wp-menu-image:before, .cd-account .cd-title-icon:before {
  content: '\f337';
}

.cd-help .wp-menu-image:before, .cd-help .cd-title-icon:before {
  content: '\f223';
}

.cd-reports .wp-menu-image:before, .cd-reports .cd-title-icon:before {
  content: '\f239';
}

/* Style widgets */
.cd .wp-menu-image:before, .cd-title-icon:before {
  font: 100 55px/1 dashicons;
  speak: none;
  display: inline-block;
}

.postbox-container a.cd {
  display: block;
  text-align: center;
}

.postbox-container .cd .wp-menu-image:before {
  font: 100 20em/1 dashicons;
}

/*
* Page ==========================================
*/

/* Style the page title icons */
.cd-title-icon {
  vertical-align: -16px;
}

/*
* Other ==========================================
*/
.cd-click {
  cursor: pointer;
}