body {
    background-color:transparent;
    font-family:sans-serif; }

a:link, a:visited, a:active {
    color:black;
    text-decoration:underline; }

a:hover {
    color:black;
    text-decoration:none; }

hr {
    background-color:grey;
    height:1px;
    border:0px; }


#mainScreen {
    text-align:right;
    border:0px solid black; }

.header {
    font-size:16px;
    text-transform:capitalize; }

.text {
    font-size:13px;
    margin-top:5px;
    margin-bottom:5px; }

.list {
    background-color:transparent; /* white */
    text-align:left;
    width:100%;
    height:13px;
    font-size:11px; 
    padding-bottom:4px;
    padding-top:4px; 
    white-space:nowrap;
}

.list:hover {
    background-color:#E5E5E5; /* white */
    text-align:left;
    width:100%;
    height:13px;
    font-size:11px; 
    padding-bottom:4px;
    padding-top:4px; 
    white-space:nowrap;
}

.title {
    left:10px;
    position:absolute;
    width:150px;
    background-color:transparent; /* lightblue; */
}

.artist {
    left:145px;
    position:absolute;
    width:145px;
    background-color:transparent; /* lightgrey; */
}

.style {
    left:280px;
    position:absolute;
    width:111px;
    background-color:transparent; /* lightgreen */
}

.time {
    font-size:9px;
    left:380px;
    position:absolute;
    width:36px;
    background-color:transparent; /* yellow */    
}

.size {
    font-size:9px;
    left:420px;
    position:absolute;
    width:40px;
    background-color:transparent; /* pink */
    
}

.date {
    font-size:9px;
    left:455px;
    position:absolute;
    width:40px;
    background-color:transparent; /* pink */
 

.mb {
    font-size:10px;
}