.bible-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  margin: 0 auto;
  max-width: 932px;
}

.bible-btn {
  flex: 0 0 auto;           /* do not grow or shrink */
  height: 20px;
  line-height: 20px;          /* vertical center text */
  text-align: center;
  font-weight: normal;
  text-decoration: none;
  color: black;
  border: 1px solid white;
  box-sizing: border-box;
  padding: 0 4px;           /* extra horizontal padding for longer text */
  white-space: nowrap;       /* prevent text wrapping */
  transition: all 0.2s ease;
  cursor: pointer;
 margin: 0;
}

.btn-bibles { width: 81px; }
.btn-read-orthodox { width: 174px; }
.btn-read-without { width: 167px; }
.btn-download-orthodox { width: 214px; }
.btn-download-without { width: 206px; }
.btn-explanation { width: 90px; }

.bible-btn.allred { background-color: #f08080; }
.bible-btn.red { background-color: #f08080; }
.bible-btn.blue { background-color: #9cd8d4; }

.bible-btn:hover {
  background-color: #7abcee;
  font-weight: bold;
}

/* Disable hover for the BIBLES button */
.bible-btn.allred:hover {
  background-color: #f08080 !important;
  font-weight: normal !important;
}
