.song-title {
	font-size: 1.3em;
}

.song-locked-container {
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
	flex-wrap: wrap;
	padding: 1em;
	background: #FFFFFF;
	border: solid #A7A7A7 1px;
	margin-top: 1em;
}
@media screen and (min-width: 768px) and (orientation: landscape) {
	.song-locked-container {
		align-items: center;
	}
}
.song-locked-image {
	max-width: 20%;
	margin-right: 4%;
}
.song-locked-image img {
	max-height: 3.5em;
	max-width: 100%;
	height: auto;
}
.song-locked-text {
	max-width: 75%;
	margin-left: 1%;
	font-size: 0.8em;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	color: #3B3A3A;
}
@media screen and (min-width: 768px) and (orientation: landscape) {
	.song-locked-text {
		font-size: 1em;
	}
}


.song-equipment-header {
	width: 100%;
	text-align: center;
	font-size: 1.5em;
	padding: 0.5em 0;
	background: #F9F9F9;
	margin-left: -1px;
	padding-right: 2px;
}
@media screen and (min-width: 768px) and (orientation: landscape) {
	.song-equipment-header {
		text-align: right;
	}
}

.song-equipment {
	background: #FFFFFF;
	border-top: solid #A7A7A7 1px;
	padding: 1em;
}
.song-equipment:nth-child(even) {
	background: #EEECEB;
}
.song-equipment:last-child {
	border-bottom: solid #A7A7A7 1px;
}