/* Created by Igor Penjivrag (www.colorlightstudio.com) - 12.11.2006 */


body {
	margin: 0px;
	font-family: Verdana, Arial, sans-serif;
}

.sloka, .refren, .intro, .nochords, .outro {
	text-align: left;
	margin: 0px;
	padding: 15px 5px 5px 15px;
	margin-bottom: 1em;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	border-left: solid 4px #bbb;
	line-height: 3em;
}

.nochords {
	padding-top: 0px;
}

.refren {
	border-left-color: #b51614;
}

.intro, .outro {
	border-left-style: dashed;
}

.cols i, .fontsize i {
	font-size: 2em;
	margin: 0 4px;
}
.columns-1 {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}
.columns-2, .columns-3 {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	break-inside: avoid;
}
.columns-3 {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}

.columns-2 div, .columns-3 div,
.columns-2 div ul, .columns-3 div ul {
	break-inside: avoid;
}

.singers .letter, .songs .letter  {
	background-color: #b51614;
	width: 1.5em;
	height: 2em;
	line-height: 2em;
	font-size: 20px;
	margin-bottom: 5px;
	display: inline-block;
	border-radius: 2px;
	color: #fff;
	text-align: center;
}

.singers p .letter, .songs p .letter {
	background-color: #f3f3f3;
	color: #b51614;
	width: 1.5em;
	height: 2em;
	line-height: 2em;
	margin-left: 0.5em;
	text-align: center;
	font-size: 15px;
}

.singers p .song-name {
	margin-left: 0.5em;
}

.bg-w {
	background-color: #fff !important;
}

.songs div h6 small a, .singers span a  {
	color: #000;
}

section.subhead, section.subhead section {
	display: flex;
	align-items: baseline;
}

div.transposition, section.cols, section.fontsize {
	height: 3.5em;
	align-items: center;
	display: flex;
	margin: 0 2em 0 0;
}

section.cols, section.fontsize {
	float: left;
}

#use-chords-2 svg path, #use-chords-2 svg circle {
	fill: #b51614;
	stroke: #b51614;
}

#use-chords-2 svg circle.open {
	fill: none;
	stroke: #b51614;
}
@media print {
	/* All your print styles go here */
	#header,
	#footer,
    footer,
	#nav,
	.cols,
	.fontsize,
	.transposition {
		display: none !important;
	}
}

