.nospaces {
  margin-right: 0;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0;
  border: none;
}

.niceBorder {
  border-color: steelblue;
  border-radius: 10px;
  border-width: 3px;
  border-style: double;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.body {
  position: fixed;
  min-width: 40vw;
  left: 10vw;
  top: 5vh;
}

.main {

  color: darkblue;
  width: fit-content;
  font-size: 15px;
  background-color: white;
  border-style: solid;
  border-width: 10px;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text {
  font-family: Cambria;
  color: black;
  font-size: 30px;  
}

.textSmall {
  font-family: Cambria;
  color: steelblue;
  font-size: 20px;
  text-align: center;
  height: 25px;
}

.withMargins {
  margin: 1vw;
  text-align: center;
}

.forImg {
  width: 100px;
  height: 100px;
}

.horizGroup {
  display: flex;
}

.big {
	color: green;
	font-size: 50;
}

.horiz {
  font-size: 0;
  float: left;
  border: none;
}

.brickAny {
  width: 10px;
  height: 10px;	
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;  	
}

.brickFull {
  background-color: black;
  border: none;
  color: white;
  margin: none;
}

.brickFull:hover {
  background-color: red;
  border: none;
  display: inline-block;
}

.brickEmpty {
  background-color: white;
  border: none;
}

.brickEmpty:hover {
  background-color: rebeccapurple;
  border: none;
}

.brickEmptyLast {
  background-color: white;
}

.brickEmptyLast:hover {
  background-color: green;
}

.brickEmptyFirst {
  background-color: yellow;
  border: none;
  opacity: 1;
}

.brickEmptyPreFirst {
  background-color: white;
  border: none;
  font-size-adjust: none;
  font-size: 8px;
  font-weight: bold;
  color: green;
  text-align: center;
}

.brickEmptyFirst:hover {
  background-color: white;
}

.brickBorder {
  background-color: gray;
  border: none;
}

.brickBorder:hover {
  background-color: violet;
}

.oopsHdn {
  visibility: hidden;
  font-size: 30px;
  width: 200px;
}

.oops {
  color: red;
  font-size: 30px;
  width: 200px;
}

.start {
  background-color: white;
  width: 100px;
  height: 50px;	  
}