
.window h3 {
  text-align: center;
  margin: 10px;
}

#win_about {
  width: 400px;
  height: 300px;
}

#simulationContainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 700px;
  width: 700px;
  margin-bottom: 50px;
}

.detectorContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#aliceSquaresContainer {
  min-height: 225px;
  width: 265px;
  height: 225px;
  display: flex;
  flex-wrap: wrap;
}
#aliceSquaresContainer .rowLabel {
  display: flex;
  margin: 0px;
  height: 75px;
  font-size: 16pt;
  font-weight: 100;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

#bobSquaresContainer {
  min-height: 225px;
  width: 225px;
  height: 225px;
  display: flex;
  flex-wrap: wrap;
}
#bobSquaresContainer .columnLabel {
  display: flex;
  margin: 0px;
  width: 75px;
  font-size: 16pt;
  font-weight: 100;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 10px;
}

.square {
  width: 75px;
  height: 75px;
  border: 1pt black solid;
}

#emmiterContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#emmiter {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: -10px;
  border: 2pt black solid;
}

#explanationContainer p {
  font-size: 16pt;
  text-align: center;
}

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