.bottom {
  position: sticky;
  bottom:0;
}

.flexr {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.flexc {
  display: flex;
  flex-flow: column wrap;
  align-items: stretch;
}

.just-cent {
  justify-content: center;
}

.just-start {
  justify-content: flex-start;
}

.just-sp-around {
  justify-content: space-around;
}

.just-sp-bet {
  justify-content: space-between;
}

.align-stretch {
  align-items: stretch;
}

.align-cent {
    align-items: center;
}

.spacer {
  min-height: 5vh;
}

.chosen {
    background: #e6ff1c;
}

.widest {
  width: 100%;
}

.press {
	cursor: pointer;
	position: relative;
}

.press:active {
  transform: translate(2px, 4px);
}

.grey-text {
  color: #878787;
}

.small-text {
  font-size: 14px;
}

.flex1 {
  flex:1;
}


.grey {
  color: #878787;
}

.bor-bot {
  border-bottom:1px solid black;
}

.bor-top {
  border-top:1px solid black;
}

.bor-left {
  border-left:1px solid black;
}

.bor-right {
  border-right:1px solid black;
}

.no-bot {
  border:1px solid black;
  border-bottom: none;
}

.bor-sides {
  border-left:1px solid black;
  border-right:1px solid black;
}
