.downloadIcon {
  width: 16px;
}

.downloadHeader {
  text-align: left;
  position: absolute;
}

.compareStull {
  width: 400px;
  height: 300px;
  margin-left: 20px;
}

.compareStullDiv {
  display: inline-block;
}

#stullAndRecipeDiv {
  text-align: left;
}

.compareSwatch {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: red;
  border-style: solid;
  border-width: 1px;
  border-color: black;
  margin-right: 2px;
}

.colorColumn {
  text-align: right;
}

.compareValue {
  color: #000;
  background-color: rgba(255.0, 255.0, 255.0, 0.5);
  font-family: "Lucida Sans", sans-serif;
	font-size: 8pt;
  text-align: right;
  width: 35px;
  height: 15px;
  padding: 0;
  margin: 0;
  border-width: 1px;
  border-color: #000;
  position: relative;
  z-index: 11;
  border-radius: 0;
}

.compareData {
  background-color: var(--neutral5);
}

.percentValue {
  width: 40px;
}

.compareColumn {
  padding: 1px;
  margin: 0px;
  width: 1px;
}

.compareRow {
}

.nameColumn {
  text-align: right;
  white-space: nowrap;
  min-width: 65px;
}

.selected {
  background-color: #3e8;
}

.compareRecipeDiv {
  margin: 10px;
  margin-top: 24px;
  padding-right: 100px;
  display: inline-block;
  position: relative;
}

.compareExtendedUmfDiv {
  position: absolute;
  right: 10px;
  top: 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
                
.recipeTable {
  margin: auto;
}               

th.rotate {
  /* Something you can count on */
  height: 140px;
  white-space: nowrap;
}

th.rotate > div {
  transform: 
    /* Magic Numbers */
    translate(27px, 48px)
    /* 45 is really 360 - 45 */
    rotate(315deg);
  width: 30px;
}

th.rotate > div > span {
  border: 0px solid #000;
  border-bottom: 1px solid #000;
  padding: 9px 0px;
  vertical-align: bottom;
  display: inline-block;
  text-align: left;
  width: 120px;
}

.recipeName {
  font-weight: normal;
}

.valueBar {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  width: 20px;
  height: 15px;
  background-color: #25f;
  z-index: 10;
}

.barContainer {
  position: relative;
  z-index: 10;
}
