.tab-icon {
  cursor: pointer;
  color: rgba(0,0,0,0.5);
}

.tab-icon.active {
  color: #000;
}

.card-body p.card-text {
  font-size: 0.9em !important;
}

.footer div.col.active {
  border-top: 2px solid #000;
  color: #000;
}

.footer div.col {
  color: #888;
}

