#numq {
  font-size: 3em;
  font-family: sans-serif;
}

.rounding-page #numq {
  font-size: 1.1em;
}

#message {
  font-weight: bold;
}

.flex-container .item {
  font-family: inherit;
}

#practicearea,
#questionbox {
  position: relative;
}

.p-5.rounded-3 {
  margin: auto;
}

.tc {
  display: inline-block;
  margin-right: 20px;
}

.timed {
  margin-top: 20px;
}

#addHomeScreen {
  z-index: 1000;
}

.form-check-label::before {
  background-color: #fff;
}

.custom-control.custom-checkbox {
  margin-bottom: 7px;
}

#correctawrong,
#questionon {
  position: absolute;
}

.tc label {
  padding-bottom: 10px;
}

#wend,
#cend {
  float: left;
}

#wend {
  background-color: salmon;
  height: 100%;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}

#cend {
  background-color: green;
  height: 100%;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}

.my-select,
.gen-my-select {
  border: 1px solid #ccc;
  border-radius: 12px;
  padding: 3px;
  background-color: white;
}

.gen-link a {
  word-break: break-all;
}
