  body { margin:0px; padding:0px; font-family:'Segoe UI', 'Droid Sans', Arial, sans-serif; font-size:10pt; }

  #playlist table { table-layout:fixed }
  #playlist table td:nth-child(1) { width:80% }
  #playlist table td:nth-child(2) { width:20% }

  body.mif { background-color: #3a2a45; color:white;  }

  body.mif ::selection      { background-color: rgba(255,255,255,0.5); color:black;  }
  body.mif input::selection { background-color: rgba(55,55,55,0.5);    color:white;  }
  
  body.mif .jp_container_1 { width:100%; height:5em }

  body.mif a        { color:#eeeeee; text-decoration:none; } 
  body.mif a:hover  { color:#dddddd } 
  body.mif a:active { color:#cccccc } 

  body.mif #jquery_jplayer_1 { height:0px !important; } /* avoid video interface from being visible*/
  
  body.mif #jp_container_1 { height:41px; margin:0px; padding:0px; border:0px; }
  
  body.mif #jp_container_1  .jp-interface                { position:absolute; left:0; right:0; top:0em; height:40px; }
  body.mif #jp_container_1  .jp-volume-controls          { position:absolute; right:0; top:0; height:1em; width:1em; }
  body.mif #jp_container_1  .jp-volume-controls .jp-mute { top:14px; display:none; }
  
  body.mif #jp_container_1  .jp-controls-holder          { margin:0px; position:absolute; left:0px; height:7vh; width:100%; }
  body.mif #jp_container_1  .jp-controls                 { margin:0px; display:block; position:absolute; left:0em; top:0em; right:0px; height:7vh;  float:none; }

  /* override the image and */
  body.mif #jp_container_1  .jp-controls         {
    background:none; 
    width:28vw !important;
  }
  body.mif #jp_container_1  .jp-controls button  { 
                       text-indent:0;
                       font-size: 5vh; 
                       height:7vh;
                       width:12vw;
                       color:white;
                       background:#3a2a45; 
                       /*border: 1px inset #3a2a45;*/
                       margin-top: -.1em; /* to adjust text up */
    }
  body.mif #jp_container_1  .jp-controls button.jp-stop  { 
                       margin-top: -.1em;
  }

                       
  body.mif #jp_container_1  .jp-title { font-family:Verdana,sans-serif; position:absolute; left:9em; right:3em; height:20px; top:20px }
  
  body.mif #jp_container_1  .jp-progress  { position:absolute; left:30vw; right:0em; width:initial; top:0em; height:28px; 
                                            height:7vh;
                                            padding: 1vh;
  }
  body.mif #jp_container_1  .jp-progress .jp-seek-bar { 
            background-repeat:no-repeat    !important;
            background-origin:content-box  !important;
            background-size: 100% 100%     !important;
            background-position:left top   !important;
            border-radius: 4vh; 
            outline: 1px rgb(95, 23, 95) inset;
            height: 4.5vh;
  }

  body.mif #jp_container_1  .jp-progress              { /*opacity:0.9;*/ border-right:3px outset black; z-index:10 }
  body.mif #jp_container_1  .jp-progress .jp-play-bar { opacity:0.6; background-color:purple; border-right:3px outset black; z-index:5; }
  body.mif #jp_container_1  .jp-duration              { padding-top:2em; float:none; position:absolute;
                       right:5vw;
                       top:0vh; line-height:0;
                       z-index:99;
                       font-size: 1.7vh;
                       color:white;
                       text-shadow: 0 0 .3em white, 0 0 .2em purple;
                       }
  body.mif #jp_container_1  .jp-current-time { padding-top:2em; float:none; position:absolute;
                       left:33vw;
                       top:0vh; line-height:0;
                       z-index:99;
                       font-size: 1.7vh;
                       color:white;
                       text-shadow: 0 0 .3em white, 0 0 .2em purple;
                       }

  /* could apply zoom to the jplayer?*/

  body.mif img#jp_poster_0        {
    /* display:none; */
    position: absolute;
    right: 0;
    top: 7vh; /* top: 50px; */
    width:  100px !important;
    height: 100px !important;
  }

  /*
  body.mif #jp_container_1  .jp-controls .jp-play {  }
  body.mif #jp_container_1  .jp-controls .jp-stop {  }
  */
                       
  #vert {
    display:flex;
    flex-direction: column;
    align-items: stretch;
    position:absolute;
    top:7vh; /* top:50px; */
    left:0;
    right:0;
    bottom:0;
    z-index:-3;
  }

  #main {
    background-color:#fff1;                       
    flex-grow: 99; 
    font-size: 2.5vh;                       
    font-size: 3.0vh;
    /*font-size: calc( 18px + 1vh );*/
    font-size: calc(100vh / 30);
    line-height:7vh;
   /*#line-height:150%;*/
    z-index:-2;
  }

  .tabs {
    width:100%;
    height:5vh;  
    display:flex;
    flex-grow: 1; 
  }

  .tab {
    height:6vh;  
    flex-grow: 1; 
    cursor: pointer;
    padding: 0.1vw 0em;
    font-size: 4.5vh;                       
    border-bottom: 2px solid transparent;
    text-align: center;
    background-color:#fff1;
    color:#afaf00;
    border-color: #fff1;
    border-bottom-color: rgba(255, 255, 255, 0.067);
    border-style: groove;
  }

  .tab.selected {
    border-color: #fff5;
    background-color:#fff3;
  }


  div#search {
    position:absolute;
    left:0;
    right:0;
    top:7vh;
    bottom:0;
  }
  #search::before {
    display: block;
    position: absolute;
    left:0;
    top: 20vh;
    bottom:0;
    right:0;
    text-align: center;
    font-size: 15vh;
    font-weight: bold;
    z-index: -3;
    color: rgba(200,200,200,0.05);
    content: "search";
    border-radius: 1em;
  }
  body.mif div.search_box        { position:absolute; top:0; width:100%;  z-index:100; }
  body.mif div.search_box input  { width:100%; padding:6px .4em; box-sizing:border-box;  height:6vh;      
                                   background-color:white; color:black; border:0px; vertical-align:middle; font-size: 4.5vh; }        
  body.mif div.search_res        { position:absolute; width:100%; bottom:0; /*margin-bottom:-2em;*/ overflow-y:auto;
                                     box-sizing:border-box; padding: 4px 6px;
                                     top:7vh; padding-top:0vh; /* was: 2em 7vh */
                                   }
                       
  #results_table { width:100% }
  #results_table tr    { margin:0px; padding:0px }
  #results_table tr:nth-child(odd) { background-color:rgba(0,0,0,0.1); } /* CSS3 */
  #results_table td    { margin:0px; padding:0pt 9pt 0pt 1pt; /* border-bottom:1px solid #aaa; */
                               /*border-bottom:1px dotted rgba(255,255,255,0.1)*/ }
                                                                 
  #results_table td.exsp { padding-top:5pt; }
 /*#results_table td      { } */
  #results_table td.artist   { width:auto; min-width:7em; max-width:30%; text-align:right; }
  #results_table td.title    { width:auto; min-width:7em; max-width:30%; }
  #results_table td.tracknum { width:auto; min-width:2em;  max-width:10%; text-align:right; }
  #results_table td.release  { width:auto; min-width:7em; max-width:20%; }
/*#results_table td.rest     { width:auto; min-width:7em; max-width:10%; } */
  #results_table .ptr { cursor:pointer; } 
                       
  

 body.mif #suggestions  {
    position:absolute; 
    left:0; 
    right:0;
    top:calc(7vh + 7vh);  
    bottom:0;   
    box-shadow: 0px 0px 5px #888888;  
    overflow-y:auto;
 }
                           
 #suggestions::before {
    display: block;
    position: absolute; 
    top: 20vh;
    bottom:0;
    right:0;
    left:0;
    text-align: center;
    font-size: 15vh;
    font-weight: bold;
    z-index: -3;
    color: rgba(200,200,200,0.05);
    content: "suggestions";
    border-radius: 1em;
 }

#playlists { 
    position:absolute; 
    top:calc(7vh);  
    bottom:0;
    right:0;                  
    left:0;
    box-shadow: 0px 0px 5px #888888;
    overflow-y:auto;
 }
                       
#playlists::before {
    display: block;
    position: absolute; 
    top: 20vh;
    bottom:0;
    right:0;                  
    left:0;
    text-align: center;
    font-size: 15vh;
    font-weight: bold;
    z-index: -3;
    color: rgba(200,200,200,0.05);
    content: "playlists";
    border-radius: 1em;
 }

#playlists div.title  {
    position:fixed;
    left:0%;
    top:14vh;
    transform-origin:0% 100%;
    transform:rotate(90deg);
    font-size:3.8vh;
    /*border-top:2px dotted white;*/
    white-space: nowrap;
}
#playlists div.title a.baction  {
   color:#afaf00;
   border-radius: 5px 5px 2px 2px;
   border-width: 1px 1px 0px 1px;
   font-size: 166.8%;
   vertical-align: -20%;
}
#playlists div.title a.action  {
   color: #886666;
   color: rgba(136,102,102);
   color: #afaf00;
   background-color: rgba(136,102,102,0.15);
   vertical-align: middle;
   border-style: solid;
   margin: 0em .1em;
   padding: 2px .2em;
   min-width: 15px;
   max-width: 25px;
   border-radius: 5px 5px 2px 2px;
   border-width: 2px 3px 0px 3px;
}

#playlists table { margin-left:7vh; width:100%;}
#playlists table td { padding-right:10px }
#playlists table tr:nth-child(odd) { background-color:rgba(0,0,0,0.1); } /* CSS3 */


#upnext  { 
    position:absolute; 
    left:0; 
    right:0;    
    top:calc(7vh + 7vh);  
    bottom:0;   
    box-shadow: 0px 0px 5px #888888;  
    overflow-y:auto;
 }
 #upnext::before {
    display: block;
    position: absolute;
    top: 20vh;
    width: 100%;
    text-align: center;
    font-size: 15vh;
    font-weight: bold;
    z-index: -3;
    color: rgba(200,200,200,0.1);
    content: "up next";
    border-radius: 1em;
 }

 .jp-playlist ul        {  margin:2px 0px !important;  font-size:inherit;  }
 .jp-playlist ul li     {  padding:0 8px;  font-size:calc( 12px + 2.5vh );  } 
 li.jp-playlist-current {  background: rgba(200,200,200,0.1);  }
 .jp-playlist-item-remove { 
  float:right; 
  background: rgba(0, 0, 0, 0.1);
  width: 2em;
  text-align: center;
}
 

  
       
  .prno   { color:#755; }
  .prauto { color:#775; }
  .prmod  { color:#dfd; }

 

  body.mif .ellipsis { text-align:center; font-size:8em; }

  .wspre { white-space:pre }


