

*{
    font-smooth: never;

    font-family: "Courier", monospace;
    font-size:12px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */

        letter-spacing: -0.5px;
      
    

}
.title{
    height:22px;
    width:auto;
    background:#000080;
    background: linear-gradient(90deg, rgba(16,8,66,1) 0%, rgba(148,189,231,1) 100%);
    color:#FFF;
  
    margin-top:-20px;
    margin-left:-20px;
    margin-right:-20px;
    margin-bottom: 30px;
    line-height:22px;
    padding-left:22px;
    font-weight:bolder;
  
}

h1{
    font-size: 11px!important;
    text-shadow: 0px 1px 0px #F2F2F2;
}
.sansserif{
    font-family: sans-serif;
    letter-spacing: 0.2px;
}
.toright{
    float:right;
    width:20px;
    height:20px;
    line-height: 13px;
    text-align: center;
    text-shadow: none;
    margin-top:1px;
   cursor: pointer;
}
.tracklist {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
   
    background-color: #c3c3c3 ;
    padding:20px;
    box-shadow: -2px -2px #e0dede, -2px 0 #e0dede, 0 -2px #e0dede, -4px -4px white, -4px 0 white, 0 -4px white, 2px 2px #818181, 0 2px #818181, 2px 0 #818181, 2px -2px #e0dede, -2px 2px #818181, -4px 2px white, -4px 4px black, 4px 4px black, 4px 0 black, 0 4px black, 2px -4px white, 4px -4px black;
    margin-top:100px;
    background-color: #c3c3c3 ;
    width: calc(100%-100px);
    margin-top: 40px;
    margin-bottom: 60px;
    
}

body{
    background-color: #008080;
    padding:20px;
}

  table {
    width:100%;
    padding:5px;
    background-color: white;
    counter-reset: rowNumber;
    box-shadow: -2px -2px #818181, -2px 0 #818181, 0 -2px #818181, -4px -4px black, -4px 0 black, 0 -4px black, 2px 2px #e0dede, 0 2px #e0dede, 2px 0 #e0dede,  2px -2px #818181, -2px 2px #e0dede, -4px 2px black, -4px 4px white, 4px 4px white, 4px 0 white, 0 4px white, 2px -4px black, 4px -4px white;

}


td{
    padding-left:10px;
    padding-right:10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.tltable tr:not(:first-child) {
    counter-increment: rowNumber;
}

.tltable tr td:first-child::before {
    content: counter(rowNumber);
}

tr:nth-child(odd) {
    background-color: #e6e6e6;
    
 
}
.tltable td + td + td + td{
    font-weight: normal;
    letter-spacing: -0.5px;
    font-size: 12px;
  
    text-decoration: none;

 
}
.tltable td + td + td{
    font-weight: normal;
    letter-spacing: -0.5px;
    font-size: 10px;
    color:black;
    text-decoration: underline;

 
}
.tltable td + td{
    font-weight: bold;
    letter-spacing: -0.5px;
    max-width: 90px;
   
}

.Nr{
   text-align: center;
   width:10px;
}

.play{
 
    text-align: left;
    text-decoration: none;
   
   
   
    
}

.label{
   padding-bottom:20px;
   line-height:50px;
   margin-top:0;
}

.button{
    text-decoration: none;
    color:black;
    outline:1px solid #4d4d4d;
    background:#C0C0C0;
    border-width:2px;
    border-style:solid;
    border-color:#FFFFFF #808080 #808080 ;
    padding: 2px;
    padding-left:4px;
    padding-right:6px;
    margin-right:3px;
    text-align: center;
    white-space: nowrap;
    text-shadow: 0px 1px 0px #F2F2F2;

   
}

.x{
    margin-top:3px;
    line-height:8px;
    margin-right:0;
    padding-right: 5px;
    outline:1px solid #6d6d6d;
    font-weight: normal;
    height:17px;
}

.button:hover{ 
    background-color: #cccccc;
}

.ticon{
    height:18px;
    width:18px;
    margin-left:-15px;
    margin-top: 0px;
    margin-right:7px;
    padding:0;
    float: left;
}
.cover{
    
    height:150px;
    width:150px;
    box-shadow: -2px -2px #818181, -2px 0 #818181, 0 -2px #818181, -4px -4px black, -4px 0 black, 0 -4px black, 2px 2px #e0dede, 0 2px #e0dede, 2px 0 #e0dede,  2px -2px #818181, -2px 2px #e0dede, -4px 2px black, -4px 4px white, 4px 4px white, 4px 0 white, 0 4px white, 2px -4px black, 4px -4px white;
    margin-bottom: 20px;
}

.top{
   position:absolute;
    text-align: left;
    padding-left: 30px;
}

.notizen{
    width:100%;
    padding:10px;
    background-color: white;
    counter-reset: rowNumber;
    box-shadow: -2px -2px #818181, -2px 0 #818181, 0 -2px #818181, -4px -4px black, -4px 0 black, 0 -4px black, 2px 2px #e0dede, 0 2px #e0dede, 2px 0 #e0dede,  2px -2px #818181, -2px 2px #e0dede, -4px 2px black, -4px 4px white, 4px 4px white, 4px 0 white, 0 4px white, 2px -4px black, 4px -4px white;
    margin-top: 20px;
}

.footer{
    position:fixed;
    line-height: 22px;
    height:26px;
    bottom:0px;
    width:100%;
    background-color: aliceblue;
    left:0;
    font-size: 12px;
    outline:1px solid #4d4d4d;
    background:#C0C0C0;
    border-width:2px;
    border-style:solid;
    border-color:#FFFFFF #808080 #808080 ;
    text-align: center;
    color:black;
    text-shadow: 0px 1px 0px #F2F2F2;
 
}
