.cart-row {
	letter-spacing: -0.31em;
	height: 25px;
}

.cart-row .cell {
	display: inline-block;
	letter-spacing: 0;
}

.cell.song-index {
	width: 5%;
}

.cell.song-name {
	width: 20%;
}

.cell.song-article {
	width: 45%;
}

.cell.song-owner {
	width: 15%;
}

.cell.song-status {
	width: 10%;
}

.cell.song-date {
	width: 15%;
}

.cell.song-transaction  {
	width: 20%;
}

.cell.song-price {
	width: 5%;
}

.cell.actions {
	width: 10%;
}

.del-btn {
	color: red;
	font-size: 18px;
	cursor: pointer;
	margin-left: 35px;
}

.cart-header {
	line-height: 20px;
	font-size: 18px;
	height: 25px;
	margin-bottom: 5px;
	border-bottom: 1px solid white;
}

.audiogallery.menu-position-bottom .nav-main {
	overflow-y: auto;
}

.profile-link {
	position: absolute;
  	top: 0;
  	bottom: 0;
  	line-height: 70px;
}