<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Sortable tables */
.main-title {
  margin: 80px 0 40px 0;
}

.min-width {
  min-width: 45px;
}

.text-right {
  text-align: right;
}

.table-center {
  margin: 0 10%;
}

@media only screen and (max-width: 480px) {
  .table-center {
    margin: unset;
  }
}

.inner-center {
  width: 50%;
  margin: 0 auto;
}

#playlist td, #playlist th {
  border: 1px solid #FAC33F;
  padding: 8px;
  vertical-align: middle;
}

#playlist th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #FAC33F;
  color: #111;
  font-weight: bold;
}

#playlist tr {
  background-color: #CC6992;
}

.min-width-title {
  min-width: 100px  !important;
}
/*
#playlist tr:hover {
  background-color: #b3cff0;
}
*/
/*
#playlist tr:nth-child(odd){background-color: inherit !important;}

#playlist tr:nth-child(even){background-color: #CC2B6D !important;}

#playlist tr:hover {background-color: #b3cff0 !important;}
*/
/*--------- END --------*/</pre></body></html>