﻿
.tifButton {
  font-size: xx-small;
  color: var(--font-colour-secondary);
  border-color: var(--font-colour-primary);
  border-radius: 10%;
  border-width: 1px;
  width: 60px;
  height: 90px;
  padding: 10px;
}

  .tifButton img {
    width: 90%;
  }

  .tifButton:hover {
    background: var(--itemBackground);
  }

  .tifButton:active {
    background: var(--itemBackground);
  }

  .tifButton:focus {
    background: var(--itemBackground);
  }

.dayButtonClicked {
  background: var(--itemBackground);
}

.bidofferlabels {
  font-size: x-small;
  padding-bottom: 30px;
  color: green;
}

.tradeimage {
  width: 20%;
  height: 75%;
}
