﻿html, body {
  width: 100vw;
  height: 100vh;
  padding: 0;
  margin: 0;
}

.green-arrow-up {
  position: relative;
  top: -10px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #028b2b;
}

.red-arrow-down {
  position: relative;
  top: 10px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #e91b1b;
}

.conditionalFormatting {
  background: white !important;
}