.imschords {
	margin: auto;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #FFF
}
.imschords .chordsMaster {color: #889299;}

.imschords .centerFlex {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: auto;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-align-content: center;
	align-content: center
}

.imschords .centerFlex>div {
	-webkit-order: 0;
	order: 0;
	-webkit-flex-grow: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 1;
	flex-shrink: 1;
	-webkit-flex-basis: auto;
	flex-basis: auto;
	-webkit-align-self: auto;
	align-self: auto;
	display: inline-block;
	overflow: hidden;
	width: 100%
}

@media screen and (min-height:650px) {
	.imschords .centerFlex {
		height: 100%
	}
}

.imschords .headContent {
	padding: 10px 0 0;
	border: none;
	margin-top: 0;
	display: table;
	width: 100%
}

.badgeNote, .chordsMaster .img {
	display: inline-block;
	white-space: nowrap
}

.chordsMaster .help {
	float: right;
	width: 40px;
	height: 30px
}

.chordsMaster .cont-img {
	padding: 5px;
	background-color: #FFF;
	max-height: 200px
}

.bckScroll ::-webkit-scrollbar {
	background-color: #FFF;
	border-radius: 5px;
	
}
.bckScroll ::webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.5);
}

.chordsMaster .img {
	height: 180px;
	width: 180px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	overflow: hidden
}

.noteTitle {
	width: 100%;
	text-align: center;
	color: #A7C622;
	font-weight: 800;
	padding: 0;
	margin: 0;
	max-height: 160px
}

.noteName {
	font-size: 120px;
	line-height: 120px
}

.noteFam {
	font-size: 30px
}

.badgeNote {
	height: 30px;
	width: 30px;
	background-color: #A7C622;
	border-radius: 50%
}

.badgeNoteLabel {
	color: #FFF;
	font-family: Raleway;
	font-size: 11px;
	font-weight: 700;
	line-height: 13px;
	text-align: center;
	margin-top: 9px
}

.selectList {
	height: 30px;
	width: 110px;
	border: 1px solid #D8D8D8;
	border-radius: 2px;
	background-color: #FFF;
	color: #666
}

.btn-left-default, .btn-left-success, .btn-right-default,
	.btn-right-success {
	background-color: transparent;
	border: none;
	border-bottom: solid 1px
}

.btn-left-default, .btn-right-default {
	color: #889299;
	border: none !important
}

.btn-left-default:hover, .btn-left-success, .btn-right-default:hover,
	.btn-right-success {
	color: #A7C622 !important;
	border-color: #A7C622
}

instrument {
	zoom: .8
}

.btn-instru.active {
	background: #A7C622
}



@media screen and (min-width:680px) {
	.imschords .headContent {
		border: 1px solid rgba(255, 255, 255, .3);
		margin-top: 5px;
		padding: 5px
	}
	.noteName {
		font-size: 140px;
		line-height: 140px
	}
	instrument {
		zoom: 1
	}
}