.cardName {
  font-size: 0.75vw;
}

.infoText {
  font-size: 0.5vw;
}

.boardCol:first-child {
  margin-left: 0;
}

.boardCol:last-child {
  margin-right: 0;
}

.boardCol {
  margin-left: auto;
  margin-right: auto;
  width: 10vw;
  flex-grow: 0 !important;
}

.BoardTitle {
  font-size: 1vw;
  background-color: white;
  padding: 5px;
  font-family: Tahoma, serif;
  font-style: italic;
  width: 10vw;
}

.spotPlacer {
  height: 0;
  position: relative;
  overflow: hidden;
}

.spotPlacerDot {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  font-size: 34px;
}

.recruitCardExpanded {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
  transition: all 0.25s;
  background-color: rgba(255, 255, 255, 0.6666666667) !important;
  border: 1px solid rgba(170, 170, 170, 0.6666666667);
}

.recruitCard {
  width: 10vw;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
  border-top: 1px solid black;
  position: relative;
  z-index: 100;
  background-color: white;
  font-size: 0.45vw !important;
}

.recruitCardExtraInfo {
  background-color: #f2f5f7;
  height: 0;
  transition: all 0.2s;
  overflow: hidden;
}

.recruitingBoardHead {
  height: 3vw;
  width: 3vw;
  padding: 3px;
  border-radius: 5px;
  display: grid;
}

.recBtn {
  border: 0px !important;
  font-size: 0.5vw !important;
  padding: 0.2vw 0.25vw !important;
}

/*# sourceMappingURL=recruiting_board.css.map */
