.table td,
.table th {
  padding: 20px;
   font: 300 10px 'Oxygen', sans-serif;
   font-weight: bold;
}

.tooltip .arrow:before {
  border-left-color: #dc3545;
}
.tooltip .tooltip-inner {
  background: #dc3545;
}