/*
.verse_row
{
    background-color: goldenrod;
}
*/

.verse_highlight {
    background-color: rgb(243, 243, 242);
}

/* .arrow-up {
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 14px solid #555;
    cursor: pointer;
    float: left;
    
}
.arrow-down {
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 14px solid #555;
    cursor: pointer;
    float: left;
} */
.arrow-dock {
    position: absolute;
    top: 2px;
    right: 2px;
}
.bd-highlight {
    background-color: rgba(185, 147, 241, 0.15);
    border: 1px solid rgba(86,61,124,0.15);
}
.bt-card
{
    margin-bottom: 10px;
}
.verse-card
{
    margin-bottom: 10px;
}