#track_settings
{
	position: relative;
	z-index: 100;
	width: 99%;
	margin-left: auto;
	margin-right: auto;
	border: 2px inset gray;
	border-radius: 10px;
	padding: 5px;
	box-shadow: 0px 0px 20px rgb(0, 0, 0, 0.5);
	
}

#track_settings table:first-child
{
	position: sticky;
	top:130px;
}

#track_settings table
{
	
	width: 100% !important;
	margin: 5px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	background: rgb(0, 0, 0, 0.3);
	box-shadow: 0px 0px 3px rgb(0, 0, 0, 0.5);
	border-radius: 10px;
	vertical-align: middle;
}

div#track_settings table td
{
	background: rgb(0, 0, 0, 0.3);
	padding: 5px;
	font-size: 13px;
	border-radius: 5px;
	text-align: center;
	vertical-align: middle;
}

table#playlist 
{
	margin: auto;
}

table#playlist td:first-child 
{
	
	width: 6%;
}

table#playlist td:nth-child(2) 
{
	
	width: 70%;
}

table#playlist td a
{
	text-decoration: none;
	transition-duration: 0.1s; 
	text-shadow: none;
}

table#playlist td a:hover
{
	text-decoration: none;
	color: white;
	

}
table#playlist td:nth-child(2):hover
{
	background: #33ccff;
	
	font-weight: bold;
	font-size: 1em;
}


div#track_settings table span a
{
	text-decoration: none;
}

div#track_settings table span:hover
{
	text-shadow: 0px 0px 10px #33CCFF;
	color: #33CCFF;
	
}

div#track_settings table th
{
	border-bottom: 1px solid gray;
	font-size: 14px;
	text-align: center;
}

#track_settings img
{
	width: 100px;

}

#track_settings audio
{
	 width: 100%;
	 height: 20px;
}

#track_settings table table
{
	width: 100%;
	font-family: tahoma;
}

#track_comments
{
	border-radius: 10px;
	padding: 5px;
	background: rgb(0, 0, 0, 0.5);
	
}

#track_comments div table
{
	
	width: 100%;
}

#track_comments option
{
	padding: 5px;
	background: rgb(0, 0, 0, 0.8);
}

#track_img_sepatare 
{
	
	margin-top:40px;
	margin-bottom:30px;
	
}

#track_img_sepatare img
{
	
}


div#track_settings table td audio
{
	
	border: 3px solid rgb(0, 0, 0, 0.3);
	padding: 5px;
	width: 98%;
	margin: auto;
	display: block !important;
}


   
   
table#playlist
{
	width: 100%;
}   

