.controls {
	display: flex;
}

.control-button {
	background: transparent;
	border: 0;
	cursor: pointer;
	height: 40px;
	width: 40px;
	opacity: 1;
	transition: all 300ms ease;
}

.control-button:hover {
	opacity: 0.5;
}

.control-button:disabled,
.control-button:disabled:hover {
	opacity: 0.25;
}

.control-button:focus {
	outline: none;
}

.control-button img {
	height: 100%;
	width: 100%;
}

.modal-launchers {
	margin-right: 10px;
}

.song-position-indicator {
	flex-grow: 1;
}

.song-controls {

}

.previous-button {}

.play-button {}

.next-button {

}

.repeat-button {

}

