.tutorial1 > .title > p {
  font-size: 32px;
}

.tutuorial1 > .interact > .allCandidates > .candidate {
  position: relative;
}

#tut1candidates {
  margin-top: 10%;
}

#tut1cand1 {
  margin-left:30%;
  position: relative;
}

#tut1cand2 {
  position: relative;
}

.leftbutton {
  position: absolute;
  width: 40%;
  height: 45%;
  margin-left: 10%;
  z-index: 1;
}

.rightbutton {
  position: absolute;
  width: 40%;
  height: 45%;
  margin-left: 50%;
  z-index: 1;
}

.rightbutton > img, .leftbutton > img {
  width: 60%;
  position: relative;
  margin-top: 80%;
  transition: width, .1s, ease-in-out, opacity, .2s, ease-in-out;
  opacity: 0;
}

.showModChild {
  opacity: 1 !important;
}

.rightbutton > img:hover, .leftbutton > img:hover {
  margin-top: 70%;
  width: 80%;
}

.pointfield {
  margin-top: 0px;
  font-size: 36px;
}

.darkOverlay {
  position: absolute;
  background-color: black;
  width: 80%;
  padding-bottom: 80%;
  margin-top: 5%;
  margin-left: 10%;
  border-radius: 50% 50% 50% 50%;
  opacity: 0;
  transition: opacity, .15s, ease-in-out;
}
.darken {
  opacity: .5;
}
.allTut1Candidates {
  height: 50%;
}

.remainingPointsDiv {
  height: 30%;
  width: 20%;
  margin-left: auto;
  margin-right: auto;
}
.remainingPointsDiv > p:first-child {
  font-size: 24px;
  margin-bottom: 10px;
}
.remainingPlusPointsDiv {
  height: 80%;
  width: 50%;
  margin: 0px;
  float: left;
}
.remainingPlusPointsDiv > img {
  /*webkit filter used just for debugging here. replace with adjusted svg later on */
  -webkit-filter: brightness(65%);
  width: 50%;
  margin-bottom: -10px;
}
.remainingPlusPoints {
  font-size: 48px;
  margin: 0px;
  color: #067A27;
}

#tut1remainingPlusPointsDiv {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.helpButton {
  text-decoration: none;
  color: #067A27;
  font-size: 32px;
  background-color: #0BCF43;
  display: block;
  text-align: center;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
  height: 50px;
  width: 175px;
  box-shadow: 5px 5px 0px #09AC38;
  transition: box-shadow, 0.05s, ease-in-out, transform, .05s, ease-in-out;
  position: absolute;
  margin-left: 24px;
}

.helpButton:active {
  box-shadow: 2px 2px 0px #07842A;
  transform: translate3d(3px, 3px, 0px);
}
