/* Theme default */
/* ======= Invoices ========= */
.overview-module {
  text-align: center;
}
.overview-module .item-title {
  color: #a2a6af;
  font-size: 13px;
}
.overview-module .item-figure {
  font-size: 36px;
  font-weight: 300;
}
.invoices-module .heading-wrapper {
  position: relative;
  margin-bottom: 30px;
}
.invoices-module .heading-wrapper .title {
  margin-top: 0;
  margin-bottom: 15px;
}
.invoices-module .heading-wrapper .actions {
  position: absolute;
  right: 30px;
  bottom: 0;
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .overview-module .item-figure {
    font-size: 28px;
  }
  .invoices-module .heading-wrapper .actions {
    position: static;
  }
}
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
