
html { overflow-y: scroll; }

body {
  background: url(/su/img/sonic_blue.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

/*    background: #2b2b2b; */
	color:#19c119; /* 16aa16 */
	font-size:16px;
	line-height:20px;
	margin-left:40px;
}


p,
a,
a:link,
a:visited { color: #19c119; text-decoration:none }
a:hover { background-color:#126d12 }
b {font-weight:normal; background-color:#126d12 }

h1  {
   font-family:Arial, Helvertica; 
   font-size:5.40em; 
   font-weight:normal; 
   color:#e1edf9; /* #242424; */ /* #119711;    */
   text-shadow: -1px 0 #0c0d12, 0 1px #0c0d12, 1px 0 #0c0d12, 0 -1px #0c0d12;
   margin-top:44px;
   margin-bottom:38px;
   margin-left:0px;
}

.su_subheader  {
   font-family:Arial, Helvertica; 
   font-size:1.2em; 
   font-weight:normal; 
   color:#e1edf9; /* #cccccc;    */
   text-shadow: -1px 0 #0c0d12, 0 1px #0c0d12, 1px 0 #0c0d12, 0 -1px #0c0d12;
   margin-left:0px;
 /*  background: #040000 !important; */
   opacity: .65 !important;
   width: 400px;
}

.ttw-music-player {
	width: 540px !important;
    background: #0c0d12 !important; 
	opacity: .7 !important;
	margin-top: 20px !important;
	margin-left: 0px !important;
	padding:20px !important;
	border-radius: 16px;
}	
	
	
.ttw-music-player .rating {
	visibility: hidden !important;
	height: 0px !important;
	color:#000000;
}	 	


.ttw-music-player .rating  .rating-level {
	visibility: hidden !important;
	height: 0px !important;
}	 	

.ttw-music-player .track-info {
    width: 380px !important;
	margin-top:0px !important;
}

.ttw-music-player .track-info .title {
    width: 300px !important;
	margin-top:6px !important;
}

.ttw-music-player .track-info .artist-outer {
    width: 380px !important;
    height: 60px !important;
}

.ttw-music-player .player-controls {
    background:#000000 !important; 
    width: 304px !important;
	margin-top:2px !important;
	margin-left:30px !important;
}
.ttw-music-player .progress-wrapper {
    width: 220px !important;
}

.ttw-music-player .description {
    height: 0px !important;
	margin:20px !important;
}


.ttw-music-player .tracklist  {
    background:#0c0d12 !important;
	color:#bbbbbb !important;
	font-size:14px !important;
}

.ttw-music-player .tracklist .title {
    width: 320px !important;
}


