@media (max-width: 992px) {
	#musical-instrument-list-for-desktop {
		display: none;
	}
	.Mailing-list-wrapper {
		display: none;
	}
}

@media (max-width: 992px) {
	.show-on-mobile {
		display: block !important;
	}
}

.button-notes-page {
	border: none;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    border-radius: 24px;
    background-color: inherit;
    color: black;
}

.green-btn {
    border-bottom: 1px solid green;
    border-top: 1px solid green;
    color: green;

}

.button-notes-page:focus {
	outline: none;
}

.green-btn:hover {
    border-bottom: 1px solid green;
    border-top: 1px solid green;
    color: green;

}

.download-free-btn, .download-free-btn:focus, .download-free-btn:hover {
    color: blue;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    font-size: 15px;
}

.note-song-wrapper img {
    width: 100%;
}
.note-song-wrapper {
    padding: 30px; 
    background-color: white; 
    border-bottom-style: solid; 
    border-width: 1.5px;
}