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

  table { table-layout:fixed }
  table.playlist td:nth-child(1) { width:80% }
  table.playlist 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:#ccccccc  } 

  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; border-bottom:2px dotted #555; }
  
  body.mif #jp_container_1  .jp-interface { position:absolute; left:0; right:0; top:0em; height:40px;  border-bottom:3px dotted #888; }
  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:50px; width:100%; }
  body.mif #jp_container_1  .jp-controls         { margin:0px; display:block; position:absolute; left:0em; top:0em; right:0px; height:2em;  float:none; }
  
  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:13em; right:0em; width:initial; top:0em; height:28px; }
  body.mif #jp_container_1  .jp-progress .jp-seek-bar { 
            /*opacity:0.9;*/
            background-repeat:no-repeat    !important;
            background-origin:content-box  !important;
            background-size: 100% 100%     !important;
            background-position:left top   !important;
  }


  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:0em; top:1em; z-index:1 }
  body.mif #jp_container_1  .jp-current-time { padding-top:2em; float:none; position:absolute; left:25.5em; top:1em; z-index:1 }

  body.mif img#jp_poster_0        {
    /* display:none; */
    position: absolute;
    right: 0;
    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 {  }


    
  body.mif div.searchdiv     { position:absolute; left:0;   right:40%;  top:50px; bottom:40%;   font-size:10pt; }
    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:2em;      
                                       background-color:white; forground-color:black; border:0px; vertical-align:middle}        
    body.mif div.search_res  { position:absolute; top:0; width:100%; bottom:0; /*margin-bottom:-2em;*/ overflow-y:auto;
                               box-sizing:border-box; padding: 4px 6px;
                               padding-top:3em;
                             }
      #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      { font-size:10pt; }
      #results_table td.artist   { width:auto; min-width:10em; max-width:30%; text-align:right; }
      #results_table td.title    { width:auto; min-width:10em; 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:10em; max-width:20%; }
    /*#results_table td.rest     { width:auto; min-width:10em; max-width:10%; } */

      #results_table .ptr { cursor:pointer; } 
 .searchdiv::before {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 250%;
    font-weight: bold;
    z-index: -1;
    color: rgba(200,200,200,0.1);
    content: "search";
    border-radius: 1em;
 }


  body.mif div.topright  { position:absolute; left:60%; right:0;    top:50px; bottom:40%;   box-shadow: 0px 0px 5px #888888;  overflow-y:auto;
                           font-size:10pt;
                         }
                           
 .topright::before {
    display: block;
    position: absolute; 
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 250%;
    font-weight: bold;
    z-index: -1;
    color: rgba(200,200,200,0.1);
    content: "suggested";
    border-radius: 1em;
 }

  body.mif div.botleft   { position:absolute; left:0;   right:70%;   top:60%;  bottom:0;     box-shadow: 0px 0px 5px #888888;  overflow-y:auto;
                           font-size:10pt;
                           z-index:10;
                         }
 .botleft::before {
    display: block;
    position: absolute; 
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 250%;
    font-weight: bold;
    z-index: -1;
    color: rgba(200,200,200,0.1);
    content: "playlistlist";
    border-radius: 1em;
 }
                           
  body.mif div.botmid  { position:absolute; left:30%; right:34%;    top:60%;  bottom:0;   box-shadow: 0px 0px 5px #888888;  overflow-y:auto;
                         font-size:10pt;
                         z-index:7;
                       }
 .botmid::before {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 250%;
    font-weight: bold;
    z-index: -1;
    color: rgba(200,200,200,0.1);
    content: "playlist";
    border-radius: 1em;
 }

  body.mif div.botright  { position:absolute; left:66%; right:0%;    top:60%;  bottom:0;   box-shadow: 0px 0px 5px #888888;  overflow-y:auto;
                           font-size:10pt;
                           z-index:5;
                         }
 .botright::before {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 250%;
    font-weight: bold;
    z-index: -1;
    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  } 
 li.jp-playlist-current {  background: rgba(200,200,200,0.1);  }
 .jp-playlist-item-remove { float:right; }
 
 body.mif div.botmid div.title  {
    position:absolute; left:0;
    position:fixed;left:30%;top:60%;
    transform-origin:0% 100%;
    transform:rotate(90deg);
    font-size:20px;
    /*border-top:2px dotted white;*/
 }
 body.mif div.botmid div.title a.action  {
   color: #886666;
   color: rgba(136,102,102);
   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
 }

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

 
               table.playlist { font-size:10pt; margin-left:30px; }
               table.playlist td { padding-right:10px }
  .playlist tr:nth-child(odd) { background-color:rgba(0,0,0,0.1); } /* CSS3 */

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

  .wspre { white-space:pre }


  