
* { -webkit-print-color-adjust: exact !important;   /* Chrome, Safari */
  color-adjust: exact !important;                 /*Firefox*/
}

.m_on { display: none; }

.center { text-align: center; }
.left { text-align: left; }
.hide { display: none; }

.uppercase { text-transform: uppercase; }
.lowercase { text-transform: lowercase; }
.capitalize { text-transform: capitalize; }


body { 
  background: #171717;
  color: #ddd;
  margin: 0;
  padding: 20px 20px 100px 20px;
}


.topbar {
  position: fixed;
  background: #070707;
  color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1000;
  padding: 20px 10px 12px 10px;

  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}


input {
  background: #111;
  color: var(--color1);
  display: block;
  padding: 8px 8px 6px 8px;
  width: 60%;  height: 40px;
  border: 1px solid var(--color2);
  border-radius: 5px;
  font: normal 400 16px Arial;
  -webkit-transition: border linear .3s, box-shadow linear .3s;
  -moz-transition: border linear .3s, box-shadow linear .3s;
  -ms-transition: border linear .3s, box-shadow linear .3s;
  -o-transition: border linear .3s, box-shadow linear .3s;
  transition: border linear .3s, box-shadow linear .3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

 


audio { filter: saturate(100%) contrast(100%) invert(100%); }


audio::-webkit-media-controls-panel { background: #fff; }


audio::-webkit-media-controls-play-button { transform: scale(2, 2); margin-right: 20px; }
audio::-webkit-media-controls-mute-button { display: none; }


audio::-webkit-media-controls-timeline-container { background: red; }
audio::-webkit-media-controls-timeline {  height: 20px; transform: scale(1, 1.5); }
::-webkit-media-controls-timeline::-webkit-slider-runnable-track {
  background-color: #4CAF50; /* Change to your desired color */
}
::-webkit-media-controls-timeline::-webkit-slider-thumb {
  background-color: red; /* Change to your desired color */
}


audio::-webkit-media-controls-current-time-display { font: normal 400 26px Roboto Bold; }
audio::-webkit-media-controls-time-remaining-display { font: normal 400 26px Roboto Bold;
  float: right;
}


.player {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 97%;
  background: #040404;
  padding: 20px;
  text-align: center;
  }

#player { width: 100%; }

@keyframes blink {
  0% { opacity: 1; }
  90% { opacity: 0; }
  100% { opacity: 1; }
}

#current {
  padding-top: 10px;
  font: normal 700 36px Arial;
  color: var(--color1);
  text-transform: uppercase;
  letter-spacing: 1px;
}


td.playing { background-color: #ffcc00 !important; }
td.playing:hover { background-color: #cc9900 !important; }

  
hr:first-of-type{ border: none; }


table { width: 100%; margin: 40px 0 100px 0; }

thead { background: #000; }
thead td { background: var(--color1); font: normal 700 18px Arial !important; color: #eee; }
thead tr:hover td { background: var(--color1); }

tr { cursor: pointer; }
tr:hover td { background: #000; }

td {  
  font: normal 400 20px Arial;
  background: #222;
  vertical-align: middle;
}

td a:link { color: #999;   font: normal 400 18px Arial; text-decoration: none; }
td a:visited { color: var(--color3); text-decoration: line-through; }

td hr { height: 1px; border-top: 0; margin: 3px 0 2px 0; }


td span {
  font: normal 400 12px Roboto Light;
  text-transform: lowercase;
}

td span.name {
  font: normal 400 13px Roboto Regular;
  text-transform: none;
}

td.title {
  vertical-align: middle;
  padding: 12px 8px 10px 8px;
}

td.title b { font: normal 400 17px Roboto Black; }

td.entry {
  background: #111;
  color: #777;
  vertical-align: middle;
  padding: 10px; margin: 0;
}

td.huge { font: normal 900 30px Arial; background: #111; }
td.max { font: normal 400 15px Arial; }
td.med { font: normal 400 20px Arial; }
td.min { font: normal 400 11px Arial; line-height: 22px; }

td.gala, td.gala a { background: #f7b355 !important; color: var(--color1) !important; }
td.break, td.break a { background: var(--color3) !important; color: #fff !important; }

td .dot {
  position: relative;
  display: inline-block;
  min-width: 30px;
  font: normal 400 12px Arial;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  vertical-align: middle;
  padding: 2px 4px 1px 4px;
  margin-right: 5px;
}


td span.circle { 
  font: normal 400 14px Arial; 
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 22px; 
  height: 22px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
}

td span.circle.red { background: #e21d35;}
td span.circle.accent { background: var(--color1);}

td span.dot b { font: normal 400 10px Arial; color: #fff; }

td .dot.red { background: #e21d35; }
td .dot.pink { background: #ff4da6; }
td .dot.indigo { background: #990099; }
td .dot.violet { background: #4d0594; }
td .dot.blue { background: #4d6dcb; }
td .dot.ciel { background: #08a8dd; }
td .dot.teal { background: #009999; }
td .dot.green { background: #19b319; }
td .dot.lime { background: #99cc00; }
td .dot.yellow { background: #cccc00; }
td .dot.orange { background: #df8020; }
td .dot.dark { background: #777; }
td .dot.gray { background: #d1d1d1; color: #111; }


