/*This CSS sheet will be the worst abomination of a CSS sheet you've ever seen. */

.pointSelection > .title > p {
  font-size: 32px;
}

.PSrow1 {
  width: 100%;
  height:50%;
}

.PSrow2 {
  width: 100%;
  height: 50%;
}

#pointSelectionCandidates {
  margin-top: 2%;
  width: 100%;
  height: 100%;
}

.pointCandidate {
  position: relative;
}

#PSgriss {
  float: left;
  margin-left: 5%;
}
#PShofer {
  float: left;
  margin-left: 3%;
}
#PShundstorfer {
  float: left;
  margin-right: 2%;
  margin-left: 4%;
}
#PSkhol {
  float: right;
  margin-right: 5%;
}
#PSvdb {
  float: right;
  margin-right: 16.5%;
}
#PSlugner {
  margin-left: 16.5%;
  float: left;
}

.PSremainingPointsDiv {
  height: 50%;
  width: 20%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5%;
}

.PSremainingPointsDiv > p:first-child {
  font-size: 24px;
  margin-bottom: 10px;
}
