/* line 4, app/assets/stylesheets/dashboards.scss */
.info-box h2 {
  display: block;
  font-weight: bold;
  font-size: 30px;
  margin-top: 3px;
  margin-bottom: 2px;
}

/* line 12, app/assets/stylesheets/dashboards.scss */
.info-box h3 {
  display: block;
  font-weight: bold;
  font-size: 22px;
  margin-top: 3px;
  margin-bottom: 10px;
}

/* line 20, app/assets/stylesheets/dashboards.scss */
.info-box .info-box-footer {
  color: white;
  display: block;
  position: relative;
  text-align: right;
  text-decoration: none;
  float: right;
}

/* line 29, app/assets/stylesheets/dashboards.scss */
.progress-description {
  display: inline-block;
  margin-bottom: -2px;
}

/* line 36, app/assets/stylesheets/dashboards.scss */
.info_datatable {
  display: block;
  text-align: right;
  margin: 5px;
}

/* line 42, app/assets/stylesheets/dashboards.scss */
.table-link-modal {
  color: #000;
}

/* line 46, app/assets/stylesheets/dashboards.scss */
.table-link-modal:hover {
  color: #000;
  text-decoration: underline;
}
