.sb-widget {
  padding: 16px;
  margin-bottom: 48px;
}
/* Section */
.sb-widget .sb-summary-section {
  margin-bottom: 2em;
}
.widget .sb-widget ul li {
  border: 0;
  padding: 0;
}


/* TODO: CHANGE TO TABLE / TABLE-CELL */;
.sb-title {
  position: relative;
  margin-bottom: 1em;
}
.sb-title h2 {
  display: inline-block;
  margin: 0 0 1em 0!important;
  max-width: 60%; /* Don't overlap with the View All link */
}
.sb-title .sb-view-all {
  float: right;
  vertical-align: bottom;
}
/* body container with white background */
.sb-card {
  background-color: #FFFFFF;
  padding: 1em;
}
.sb-card h4 {
  margin: 0 0 1em 0!important;
}
.sb-card .sb-card-subtitle {
  color: #AAAAAA;
  font-size: .85em;
  margin-bottom: 1em;
}
.sb-card .sb-card-subtitle a {
  color: #AAAAAA;
  text-decoration: none;
  box-shadow: none!important;
}
.sb-card .sb-description {
  margin-bottom: 0;
}