
html {
    background: #333;
    font-family: Verdana, sans-serif;
}
body {
    background: white;
    padding: 1em;
    
}
a {
    color: #0E2560;
}
h2 {
    margin-bottom: 1em;
}
.passage-audio {
    height: 2em;
}
#passage-audio {
    width: 100%;
    max-height: 2em;
}
#passage-text.speaking {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.autofocus-current-word,
.playback-rate {
    font-size: smaller;
}
.autofocus-current-word label,
.playback-rate label {
    font-weight: bold;
}
q {
    quotes: "“" "”" "‘" "’";
}
.section-heading {
    display: none;
}
.passage li {
    line-height: 2em;
	background-color: #f6f6f6;
	border: 1px solid gray;
    border-radius: 5px;
	margin-top: 2px;
	padding: 0 5px;
}
.verse-start {
    line-height: 0;

}
.initialized li[data-begin]:focus,
.initialized li[data-begin]:hover {
    background-color: yellow;
    box-shadow: 0px 0px 4px yellow;
}
/* .initialized li[data-begin].speaking {
    background-color: yellow;
    box-shadow: 0px 0px 4px yellow;
} */
.initialized li[data-begin] {
    cursor: pointer;
}
.error {
    color: red;
}

