<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">header {
   position: absolute !important;
   z-index: 99999 !important;
   background: rgba(0, 0, 0, 0.7) !important;
   filter: alpha(opacity=70); /* For IE8 and earlier */	
   display: none;
}
.left-box {
   width: auto !important;
}
.playlist-details article {
   width: 100% !important;
   padding: 12px 10px !important;
   border-top: 1px solid #e5e5e5 !important;
}
.playlist-details article:first-child {
  border-top: 0 !important;
}
.playlist-details article a:hover .playlist-name, .playlist-details article a:hover .playlist-band {
  color: #cc0000 !important;
}
.playlist-name-band {
   /*width: 90% !important;*/
   width: 45% !important;
   display: inline-block !important;
   background: none;
}       
.playlist-name {
   /*width: 49% !important;*/
   width: 100% !important;
   display: inline-block !important;
   background: none;
   color: #000000;
   font-weight: 600;
}
.playlist-band {
   /*width: 49% !important;*/
   width: 100% !important;
   display: inline-block !important;
   background: none;
   color: #999999;
}        
.playlist-difficulty {
   /*width: 10% !important;
   min-width: 66px;*/
   background: none;
   float: right !important;
   display: inline-block !important;
}
.niveldeDificultadLabel {
   display: block;
}
.playlist-difficulty span.first-chord:after,.playlist-difficulty span.noob:after, .playlist-difficulty span.beginner:after, .playlist-difficulty span.means:after, .playlist-difficulty span.advanced:after {
   background-color: #c0c0c0;
   display: inline-block;
   content: '';
   width: 5px;
   position: relative;
   top: 1px;
   margin-right:3px;
}
.playlist-difficulty span.first-chord:after {
   height: 5px;
}
.playlist-difficulty span.noob:after {
   height: 8px;
}
.playlist-difficulty span.beginner:after {
   height: 11px;
}
.playlist-difficulty span.means:after {
   height: 14px;
}
.playlist-difficulty span.advanced:after {
   height: 17px;
}
.playlist-difficulty span.active:after {
   background-color: #cc0000;
}


#content_defaultSliderPanel .right-box{
	display: none;
}


@media screen and (max-width: 480px) and (min-width: 320px) {
   .playlist-details article {
       width: 100% !important;
       padding: 12px 5px !important;
   }
   .playlist-name-band {
       width: 85% !important;
   }
   .playlist-name {
       width: 100% !important;
       font-size: 15px;
   }
   /*.playlist-name-band {
       display: inline !important;
   }*/
}</pre></body></html>