#tut2candidates {
  margin-top: 10%;
}

#tut2cand1 {
  margin-left:30%;
  position: relative;
}

#tut2cand2 {
  position: relative;
}

.tutorial2 > .title > p {
  font-size: 32px;
}
.remainingMinusPointsDiv {
  height: 80%;
  width: 50%;
  margin: 0px;
  float: left;
}
.remainingMinusPointsDiv > img {
  /*webkit filter used just for debugging here. replace with adjusted svg later on */
  -webkit-filter: brightness(65%);
  width: 50%;
  margin-bottom: -10px;
}
.remainingMinusPoints {
  font-size: 48px;
  margin: 0px;
  color: #c0392b;
}
