html {
	overflow: -moz-scrollbars-vertical; 
	overflow-y: scroll;
}
body {
	text-align: center;
}
h3.headline {
	margin-top: 20px;
	margin-bottom: 0;
}
.title-bullet {
	color: black;
}
a {
	color: #049b3c;
}
a:hover {
	color: #049b3c;
}
a.no-decor {
	text-decoration: none;
}
a.no-decor:hover {
	color: #015e23;
}
a.song-link {
	color: #495057;  /* use normal non-link color */
	text-decoration: none;
	cursor: default;
}
a.song-link.direct {
	cursor: pointer;
}
.position-time {
	float: left;
	position: relative;
	top: 2px;
    font-size: 0.8em;
    color: #959ba0;
}
h4 {
	margin-top: 70px;
	margin-bottom: 0;
}
#go-to-top-link {
	position: fixed;
	top: 15px;
	right: 15px;
}
.search-field {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
.live-date {
	color: #9c9c9c;
}
.list-group-item {
	padding: .25rem 0.65rem;
}
.song-num {
	font-size: 1em;
	color: silver;
	font-family: monospace;
}
@media (min-width: 768px) {
	.song-item {
		padding-left: 90px;  /* to match the space that the badge is using on the right side */
	}
	.position-time {
		left: -80px;  /* to counteract padding-left: 90px */
	}
}
.song-item .badge {
	text-transform: uppercase;
	float: right;
	position: relative;
	top: 4px;
}
.song-item .badge-secondary {
	font-size: 0.6em;

/*	color: #6c757d;
	background-color: #dedede;
*/
	color: #959ba0;
	background-color: transparent;
	border: 1px solid #dedede;
}
.song-item .badge-secondary:hover {
	color: #7f8489;
	background-color: #eeeeee;
	border: 1px solid #cdcdcd;
}

.top-favorites {
	max-width: 400px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}
.badge-primary {
	background-color: #049b3c;
}
