@import url('https://fonts.googleapis.com/css?family=Share+Tech+Mono');
.cardBackground {
  background-color: white;
  height: 100%;
  width: 100%;
  position: absolute;
  display: flex;
}

.cardContent {
  background-color: white;
  margin: auto;
  width: 600px;
  height: 600px;
  display: flex;
  flex-direction: column;
}

.startRow {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.startButton {
  background: #00aaff;
  color: white;
  outline: none;
  font-family: 'Share Tech Mono';
  font-weight: 100;
  font-size: 75px;
  padding: 1px;
  margin-top: 25px;
  margin-right: 15px;
  border-radius: 300px;
  height: 300px;
  width: 300px;
}

.inputPad {
  margin-top: 30px;
  margin-left: 35px;
  margin-right: 35px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.buttonGroup {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-family: 'Share Tech Mono';
  font-weight: 100;
  font-size: 15px;
  text-align: center;
}

.buttonLabelA {
  width: 100px;
  height: 75px;
  padding-left: 15px;
  font-size: 30px;
  color: black;
  color: #00aaff;
}

.buttonLabelB {
  width: 100px;
  height: 75px;
  padding-right: 107px;
  font-size: 30px;
  color: #f44336;
}

.buttonValueSession {
  padding-top: 9px;
  font-size: 25px;
  font-weight: bold;
  color: black;
}

.buttonValueBreak {
  padding-top: 9px;
  font-size: 25px;
  font-weight: bold;
  color: black;
}

.buttonGroupLabel {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-bottom: 30px;
  padding-bottom: 20px;
  font-size: 15px;
  text-align: center;
}

#minusSession {
  background: 00aaff;
  color: black;
  width: 50px;
  height: 50px;
  font-weight: bold;
  font-size: 35px;
  text-align: center;
}

#plusSession {
  background: 00aaff;
  color: black;
  width: 50px;
  height: 50px;
  font-weight: bold;
  font-size: 35px;
  text-align: center;
}

#minusBreak {
  background: 00aaff;
  color: black;
  width: 50px;
  height: 50px;
  font-weight: bold;
  font-size: 35px;
  text-align: center;
}

#plusBreak {
  background: 00aaff;
  color: black;
  width: 50px;
  height: 50px;
  font-weight: bold;
  font-size: 35px;
  text-align: center;
}
