html {
  font-size: 15px;
}

body {
  background: #f8f9fc;
}

.navbar-brand {
  font-weight: 700;
}

.card {
  border: 0;
}

.profit-positive {
  color: #17803d;
  font-weight: 600;
}

.profit-negative {
  color: #cf2338;
  font-weight: 600;
}

.profit-row-positive > td {
    background-color: #00ff62;
}

.profit-row-negative > td {
    background-color: #ff001e;
}
