html {
  background-color: slategray;
}

body {
  font-size: 20px;
}

/* div[data-role="page"], div[data-role="header"], div[data-role="footer"] {
  width: 700px !important;
  margin-left: auto !important;
  margin-right: auto !important;
} */ 

/* keep the App Title from truncating */
.ui-header .ui-title, .ui-footer .ui-title {
  margin-left: 0;
  margin-right: 0;
}

/* make sure the content container is the full height of the screen */
.ui-content {
  min-height:inherit;
}

[data-role="content"] p {
  max-width: 75ch;
  line-height: 1.5;
}

.footer-content {
  margin: .25em;
  display: flex;
  flex: 0 100%;
  gap: 1rem;
}

a.book-ref {
  text-decoration: none !important;
  box-shadow: none !important;
  color: white;
}

.footer-text {
  justify-content: center !important;
  align-content: center !important;
  width: 100% !important;
}

img.shuffle {margin-top: -5px !important;}

table.workout {
  border: 1px solid gray;
  max-width: 100%;
  width: 75ch;
  background-color: #ffffc6;
  box-shadow: 6px 6px 5px #888;
}

table.workout thead {font-weight: bold;}

table.workout thead tr td {border-bottom: 1px solid gray;}

/* Center align the text for the 'Sets' column */
table.workout thead tr td:nth-of-type(2), table.workout tbody tr td:nth-of-type(2) {
  text-align: center;
}

share-button button.share {
  margin-top: -16px !important;
  margin-bottom: 1rem !important;
  display: inline-block;
  outline: none;
  border-width: 0px;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: inherit;
  font-weight: 500;
  max-width: 100%;
  text-align: center;
  text-decoration: none;
  transition: background 0.1s ease-out 0s, box-shadow 0.15s cubic-bezier(0.47, 0.03, 0.49, 1.38) 0s;
  background: #091e420a;
  cursor: pointer;
  height: 32px;
  line-height: 32px;
  padding: 0px 12px;
  vertical-align: middle;
  width: auto;
  font-size: 14px;
  color: black
}

share-button button.share:hover {
  background: #091e4214;
  text-decoration: inherit;
  transition-duration: 0s, 0.15s;
  color: #42526e;
}

[data-role="content"] p:first-of-type {
  margin-top: 0;
}
