
table.psalm {
  width: 100%;
  border: 0 !important;
  fontsize: 90%;
}

table.psalm td {
   border: 0 !important;
}

table.psalm td.num {
  width: 2.5em !important;
  text-align: right;
  vertical-align: top;
}

/* for inner tabbed components
/* hide the radio buttons */
.tabmenu input[type="radio"] {
  display: none;
}

/* style the labels as clickable items */
.tabmenu label {
  display: inline;
  border: none;
  background-color: lightgray;
  cursor: pointer;
}

/* style the active item */
.menu input[type="radio"]:checked + label {
  background-color: gray;
}

/* show the selected text paragraph */
#Def:checked ~ .text-container .text:nth-child(1),
#Sun:checked ~ .text-container .text:nth-child(2),
#Mon:checked ~ .text-container .text:nth-child(3),
#Tue:checked ~ .text-container .text:nth-child(4),
#Wed:checked ~ .text-container .text:nth-child(5),
#Thu:checked ~ .text-container .text:nth-child(6),
#Fri:checked ~ .text-container .text:nth-child(7),
#Sat:checked ~ .text-container .text:nth-child(8) {
  display: block;
}

