.song-category {
    cursor: pointer;
}

#search-results table th, #search-results table td {
  color: #ddd;
}

#search-results table tr.song:hover {
  background-color: #225;
}

#search-results table tr.search-result-header th.sort {
  cursor: pointer;
}

.cc_ondemand_content {
  display: none !important;
}

.jp-audio-stream {
  margin: auto;
}

tr:hover {
  cursor: pointer;
  background-color: #ccc;
}
