:root {
  --bs-border-radius: 0;
  --bs-border-radius-sm: 0;
  --bs-border-radius-lg: 0;
  --prog-body-bg-img: url("../images/back2.gif");
  --prog-body-bg-color: #ffffff;
  --prog-body-color: #212529;
  --prog-body-color-muted: #212529FF;
  --prog-body-link-color: #003146;
  --prog-button-bg-img: url("../images/grey-gradient.png");
  --prog-button-border-color: #666666;
  --prog-page-bg-img: url("../images/mountain-bgw-gradient-950.png");
  --prog-page-bg-img-dark: url("../images/black-mountains.jpg");
  --prog-container-bg-color: #ffffff88;
  --prog-container-width-xs: 540px;
  --prog-container-width-sm: 720px;
  --prog-container-width-md: 960px;
  --prog-container-width-lg: 1140px;
  --prog-container-width-xl: 1320px;
  --prog-content-bg: rgba(255, 255, 255, 0.5);
  --prog-content-border: #ddd;
  --prog-dialog-bg-color: #dddddd;
  --prog-human-color: #836748;
  --prog-hal-color: #fde4ce;
  --prog-gradient-light-top: #7db9e8;
  --prog-gradient-light-bottom: #073D73;
  --prog-gradient-dark-top: #7f487d;
  --prog-gradient-dark-bottom: #2d3c57;
  --prog-header-image: url("../images/progulus-logo-1.png");
  --prog-menu-border-color: #416371;
  --prog-menu-text-color: #FF9621;
  --prog-menu-gradient-bg: linear-gradient(to bottom, var(--prog-gradient-light-top), var(--prog-gradient-light-bottom));
  --prog-menu-selected-gradient-bg: linear-gradient(to top, var(--prog-gradient-light-top), var(--prog-gradient-light-bottom));
  --prog-mini-playing-bg: #2d2d2d;
  --prog-mini-playing-color: #fff;
  --prog-current-progress-border: var(--prog-content-border);
  --prog-current-progress-bar: var(--prog-gradient-light-top);
  --prog-link-color: #003146;
  --prog-tooltip-bg-color: #e8e8e8;
  --prog-tooltip-color: var(--prog-body-color);
  --prog-light-bg-color-1: #25A5DC;
  --prog-light-bg-color-2: #416371;
  --prog-light-bg-color-3: #003146;
  --prog-light-bg-color-4: #836748;
  --prog-light-bg-color-5: #522B00;
  --prog-light-bg-color-6: #FFB058;
  --prog-light-bg-color-7: #FFC585;
  --link-color: #003146;
  --link-color-hover: #000000;
  --recent-color: rgba(87, 67, 47, 0.11);
  --queued-color: rgba(0, 103, 147, 0.2);
  --muted-color: #666;
  --menu-gradient-bottom: #073D73;
  --menu-gradient-top: #7db9e8;
  --search-input-border-color: #888888;
  --search-input-color: #666666;
  --gutentag--name-bg: #E2E3E5FF;
  --gutentag--name-link-color: #052C65FF;
  --gutentag--name-link-bg: #CFE2FFFF;
}

html[data-prog-theme=dark],
html[data-bs-theme=dark] {
  --prog-body-bg-color: #191919;
  --prog-body-color: #dee2e6;
  --prog-body-color-muted: rgba(222, 226, 230, 0.6);
  --prog-body-link-color: #59C1EE;
  --prog-button-bg-img: url("../images/grey-gradient.png");
  --prog-button-border-color: #666666;
  --prog-container-bg-color: transparent;
  --prog-dialog-bg-color: #444444;
  --prog-mini-playing-bg: #FFFFFF44;
  --prog-mini-playing-color: #ddd;
  --prog-page-bg-img: none;
  --prog-body-bg-img: unset;
  --prog-human-color: #FF9621;
  --prog-hal-color: #392718;
  --bs-body-bg: rgb(0, 0, 0, 1);
  --prog-content-bg: rgba(0, 0, 0, 0.5);
  --prog-content-border: rgba(255, 255, 255, 0.25);
  --prog-tooltip-bg-color: #222222EE;
  --gutentag--name-bg: #161719;
  --gutentag--name-link-color: #6ea8fe;
  --gutentag--name-link-bg: #031633FF;
  --muted-color: #AAA;
  --recent-color: rgba(87, 67, 47, 0.6);
  --queued-color: rgba(0, 103, 147, 0.53);
}

.btn-outline-secondary {
  --bs-btn-color: #a2aeb8;
  --bs-btn-border-color: #a2aeb8;
}

.boxShadow, .songentry .albumcover {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
  *border: outset 1px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
}

.template-generic-button, #letters button.letter:hover, #letters div.letter .letterbutton:hover, .ui-dialog button {
  background: var(--prog-button-bg-img) repeat-x scroll 0 0 transparent;
  background-size: contain;
  border: 1px solid var(--prog-button-border-color);
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: black;
  padding: 0.25rem 0.5rem;
}

.template-gradient2011, .ui-dialog .ui-dialog-titlebar {
  background: var(--menu-gradient-top);
  border: 1px solid #416371;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
  color: #FF9621;
  background: linear-gradient(to bottom, var(--menu-gradient-top), var(--menu-gradient-bottom));
  font-weight: bold;
  padding: 0.5ex 1ex;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.6);
}

.template-gradient2011 a, .ui-dialog .ui-dialog-titlebar a, .template-gradient2011 a:visited {
  color: #ff9621;
  font-weight: bold;
  font-size: 100%;
}

.template-gradient2011 a:hover, .ui-dialog .ui-dialog-titlebar a:hover {
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
  text-decoration: none;
}

.template-gradient2011-inverted {
  font-weight: bold;
  background: linear-gradient(to bottom, var(--menu-gradient-bottom), var(--menu-gradient-top));
}

.template-menu-gradient, #menubar-2015 ul:not(.dropdown-menu) li.menu-item:not(.menu-item--plain), #menubar-2015 ul:not(.dropdown-menu) li.menu-item.menu-item--plain button {
  background: var(--prog-menu-gradient-bg);
  border: 1px solid var(--prog-menu-border-color);
  color: var(--prog-menu-text-color);
  text-shadow: 1px 1px rgba(0, 0, 0, 0.6);
  font-weight: bold;
}

#gt6-app :root {
  --dark-border-color: var(--bs-gray-400);
  --light-border-color: var(--bs-gray-200);
  --name-bg-color: var(--bs-gray-200);
}
#gt6-app {
  background-color: inherit;
  width: 100%;
}
#gt6-app .chat-form {
  margin-top: 1rem;
}
#gt6-app .chat-container {
  height: 380px;
  overflow: auto;
  margin-bottom: 3px;
  background-color: var(--prog-body-bg-color);
  border: 1px solid var(--prog-content-border);
}
#gt6-app .chat-container.larger {
  font-size: larger;
}
#gt6-app .chat-container .status {
  background-color: transparent;
  border-bottom: 1px solid var(--dark-border-color);
  color: #888888;
  font-size: 10px;
  text-align: right;
  padding: 0 5px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#gt6-app .chat-container .status.disconnected {
  background-color: #666666;
  color: #FFFF00;
}
#gt6-app .chat-container .status.disconnected .heartbeat {
  color: black;
}
#gt6-app .chat-container .status .heartbeat {
  color: rgba(255, 0, 0, 0.5019607843);
  transition: color ease-in-out 350ms;
}
#gt6-app .chat-container .status .heartbeat.ping {
  color: #FF0000;
}
#gt6-app .chat-container .chat {
  display: block;
  font-size: 13px;
  padding-right: 0.25rem;
  padding-left: 0.25rem;
  background-color: inherit;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
  margin-bottom: 0.5rem;
}
#gt6-app .chat-container .chat .chat-header {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: space-between;
  border-top: 1px solid var(--prog-content-border);
}
#gt6-app .chat-container .chat .chat-name {
  color: inherit;
  font-weight: 700;
  background-color: var(--gutentag--name-bg);
  max-width: 100%;
  z-index: 2;
}
#gt6-app .chat-container .chat .chat-name a, #gt6-app .chat-container .chat .chat-name span {
  padding: 0 0.5rem 0 0.25rem;
}
#gt6-app .chat-container .chat .chat-name a {
  color: var(--gutentag--name-link-color);
  background-color: var(--gutentag--name-link-bg);
}
#gt6-app .chat-container .chat .chat-timestamp {
  font-size: 75%;
  opacity: 80%;
  padding: 0 0.25rem;
  overflow: hidden;
}
#gt6-app .chat-container .chat .chat-text {
  flex: 0 0 100%;
  color: inherit;
  margin-top: -1px;
  padding: 0.25rem;
  word-break: break-word;
  max-height: 400px;
  overflow: auto;
}
#gt6-app .chat-container .chat .chat-text span.emoji {
  font-size: 150%;
}
#gt6-app .chat-container .new-chat .chat {
  border-color: var(--bs-blue);
  opacity: 80%;
}
#gt6-app .chat-container .new-chat .chat .chat-name {
  color: var(--bs-blue);
}
#gt6-app .chat-container .new-chat .chat .chat-text {
  color: var(--bs-blue);
}

.smiley-hint-list {
  overflow: auto;
  white-space: nowrap;
}
.smiley-hint-list .smiley-hint {
  display: inline-block;
  height: 2.5rem;
  cursor: pointer;
}
.smiley-hint-list .smiley-hint img {
  max-height: 100%;
}

#ui-mode {
  display: none !important;
}

.songentry {
  border-bottom: none;
  padding-bottom: 8px;
  margin-bottom: 8px;
  min-height: 85px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  gap: 2rem;
  flex-direction: column;
}
@media (min-width: 768px) {
  .songentry {
    flex-direction: row;
  }
}
@media (max-width: 768px) {
  .songentry {
    margin-bottom: 3rem;
  }
  #recent > .songentry {
    padding-bottom: 3rem;
    border-bottom: 1px solid var(--prog-content-border);
  }
}
@media (min-width: 768px) {
  .songentry .album-cover-layout {
    flex: 0 0 33.333%;
    max-width: 600px;
  }
}
.songentry .album-cover-layout .albumcover {
  background-color: transparent;
  color: var(--prog-menu-link-color);
}
.songentry .song-layout {
  flex: 1 1 auto;
}
.songentry #progress {
  display: none;
}
.songentry .song-details-container {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-direction: column-reverse;
}
.songentry .song-details-container .song-details {
  flex: 1 1 auto;
}
.songentry .song-details-container .song-details .album-name {
  word-break: break-all;
}
.songentry .song-details-container .song-duration {
  flex: 0 0 auto;
  gap: 1rem;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.songentry .song-details-container .song-duration .song-progress-bar {
  flex: 1 1 auto;
}
.songentry .song-details-container .song-duration .song-progress-bar #progress {
  display: inline-block;
  height: 0.5rem;
  width: 100%;
  border: 1px solid var(--prog-content-border);
  line-height: 0;
}
.songentry .song-details-container .song-duration .song-progress-bar #progress #progressimg {
  height: 100%;
  background-color: var(--prog-current-progress-bar);
}
.songentry .artist-name {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.songentry .artist-name a {
  flex: 0 0 auto;
  max-width: 100%;
  min-width: 1rem;
}
.songentry .artist-name .flag {
  flex: 0 0 1rem;
  min-width: 1rem;
}
.songentry dt {
  display: inline-block;
  font-weight: bold;
  height: 1.5em;
  text-align: right;
  vertical-align: top;
  width: 50%;
}
.songentry dd {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.songentry .np--song-name {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.songentry .np--song-name h3 {
  margin: 0;
  white-space: wrap;
  word-break: break-word;
  flex: 1 1 auto;
}
.songentry .np--song-name h3 a {
  text-decoration: none;
}
.songentry .np--song-name .np--requestor {
  word-break: normal;
  white-space: nowrap;
  flex: 0 0 auto;
  text-align: end;
}
.songentry .albumcover {
  height: auto;
  background: #eee;
  width: 100%;
  max-width: 100%;
  z-index: 1;
}
.songentry .dedication .msg {
  white-space: pre-wrap;
  overflow: auto;
  font-style: italic;
  border: 1px solid transparent;
  max-height: 10rem;
  color: var(--prog-human-color);
}
.songentry .human {
  color: var(--prog-human-color);
  font-size: 12px;
  vertical-align: baseline;
}
.songentry .my-rating-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
.songentry .ratingbox {
  border: 0 solid #522B00;
  width: 100%;
  display: flex;
  flex: 0 0 50px;
  align-items: baseline;
  line-height: 1;
  height: 1rem;
}
.songentry .ratingbox .rating {
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  font: 0/0 Arial;
  cursor: pointer;
}
.songentry .ratingbox .rating:hover a.p50 {
  background: url(../images/mav-rating-10.gif) 0 -10px repeat-x;
}
.songentry .ratingbox .rating:hover a.p50:hover {
  background: url(../images/mav-rating-10.gif) 0 -20px repeat-x;
}
.songentry .ratingbox .rating a {
  margin: 0;
  height: 10px;
  z-index: 1;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  text-indent: -120px;
  vertical-align: baseline;
  text-decoration: none;
  outline: none;
  color: #fff;
  font: 0/0 Arial;
}
.songentry .ratingbox .rating a:focus, .songentry .ratingbox .rating a:hover {
  background: url(../images/mav-rating-10.gif) 0 -20px repeat-x;
  font-size: 85%;
}
.songentry .ratingbox .rating a.checked {
  background-position: 0 -10px;
}
.songentry .ratingbox .rating a.p05 {
  z-index: 29;
  width: 5px;
}
.songentry .ratingbox .rating a.p10 {
  z-index: 28;
  width: 10px;
}
.songentry .ratingbox .rating a.p15 {
  z-index: 27;
  width: 15px;
}
.songentry .ratingbox .rating a.p20 {
  z-index: 26;
  width: 20px;
}
.songentry .ratingbox .rating a.p25 {
  z-index: 25;
  width: 25px;
}
.songentry .ratingbox .rating a.p30 {
  z-index: 24;
  width: 30px;
}
.songentry .ratingbox .rating a.p35 {
  z-index: 23;
  width: 35px;
}
.songentry .ratingbox .rating a.p40 {
  z-index: 22;
  width: 40px;
}
.songentry .ratingbox .rating a.p45 {
  z-index: 21;
  width: 45px;
}
.songentry .ratingbox .rating a.p50 {
  z-index: 20;
  width: 50px;
}
.songentry .ratingbox .rating strong,
.songentry .ratingbox .rating .rated {
  display: inline-block;
  width: 50px;
  height: 10px;
  vertical-align: text-top;
  text-indent: -500px;
  background: url(../images/mav-rating-10.gif) 0 0 repeat-x;
  top: 0;
  margin-top: 0;
  font: 0/0 Arial;
}
.songentry .time {
  white-space: nowrap;
  font-weight: bold;
  padding-bottom: 4px;
}
.songentry .time-display {
  display: inline-block;
  text-align: right;
  width: 40px;
}
.songentry .top-songs-stats {
  min-height: 25px;
}
.songentry .top-songs-stats dt {
  width: 160px;
  padding-right: 5px;
}
.songentry .tthover dt {
  width: 100px;
  padding-right: 5px;
}
.songentry .tthover dd {
  width: 150px;
}
.songentry .play-history dt {
  width: 75%;
}
.songentry .play-history dd {
  width: 25%;
}

#current .songentry {
  min-height: 202px;
}
#current .songentry .dedication .msg {
  max-height: 115px;
  white-space: pre-wrap;
}

#recent h2 {
  font-size: 1.15rem;
}

#queue {
  border-top: 1px solid var(--prog-content-border);
  border-bottom: 1px solid var(--prog-content-border);
  padding: 1.5rem 0;
}
#queue .queue-header {
  display: flex;
  justify-content: space-between;
}
#queue .queue-header h2 {
  font-size: 1.15rem;
  margin-top: 0;
}
#queue .queue-header #queue-refresh-link {
  cursor: pointer;
}
#queue #queue-contents {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 0.5rem 1rem;
}
#queue #queue-contents .queue-separator {
  display: none;
}
#queue #queue-contents .queue-entry {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.25rem;
}
#queue #queue-contents .queue-entry .human {
  color: var(--prog-human-color);
}
#queue .queue-title {
  display: flex;
  justify-content: space-between;
}
#queue .queue-title #queue-refresh-link {
  cursor: pointer;
}
#queue a {
  font-weight: bold;
  white-space: nowrap;
}
#queue nobr {
  margin: 0.25em;
}

#recent .norecent {
  display: none;
}

#mini-playing {
  top: 10px;
  left: 10px;
  border: 1px solid var(--prog-content-border);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
  position: fixed;
  height: auto;
  width: 150px;
  z-index: 250;
}
@media (max-width: 1023px) {
  #mini-playing {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  #mini-playing {
    display: block;
  }
}
#mini-playing img {
  width: 100%;
  cursor: pointer;
}
#mini-playing .mini-playing--title {
  font-size: 0.75rem;
  background-color: var(--prog-mini-playing-bg);
  color: var(--prog-mini-playing-color);
  padding: 0.125rem 0.25rem;
  font-weight: bold;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  border-top: 1px solid var(--prog-content-border);
}
#mini-playing.mini-playing--right {
  left: unset;
  right: 10px;
}

/** deprecated stuff below? **/
/* now playing styles */
/*

.rating a.checked {
  background-position: 0 -10px
}

.rating a:focus,
.rating a:hover {
  background: url(../images/mav-rating-10.gif) 0 -20px repeat-x;
  font-size: 85%;
  color: #543E1C
}

.rating:hover a.p50 {
  background: url(../images/mav-rating-10.gif) 0 -10px repeat-x
}

.rating:hover a.p50:hover {
  background: url(../images/mav-rating-10.gif) 0 -20px repeat-x
}
*/
.rating-bar {
  display: inline-block;
}

.rating-container {
  position: relative;
}

.displayrating {
  width: 50px;
  height: 10px;
  cursor: pointer;
  display: inline-block;
  background: transparent url(../images/mav-rating-10-whole.gif) -50px 0 repeat-x;
  line-height: 0;
  padding: 0;
  margin-top: 3px;
  font: 0/0 Arial;
}

.half {
  background-image: url(../images/mav-rating-10-half.gif);
}

.disp0star {
  background: transparent url(../images/mav-rating-10.gif) 0 0 repeat-x;
}

.disp1star {
  background-position: -40px 0;
}

.disp2star {
  background-position: -30px 0;
}

.disp3star {
  background-position: -20px 0;
}

.disp4star {
  background-position: -10px 0;
}

.disp5star {
  background-position: 0 0;
}

.rating .rated {
  background: transparent url(../images/mav-rating-10.gif) repeat-x scroll 0px -20px;
  width: 50px;
  height: 10px;
  z-index: 1;
  position: absolute;
  display: block;
  left: 0;
  top: 0px;
  font-size: 0;
}

.rating .rated50stars {
  width: 50px !important;
  background-position-y: -20px !important;
}

.rating .rated45stars {
  width: 45px !important;
  background-position-y: -20px !important;
}

.rating .rated40stars {
  width: 40px !important;
  background-position-y: -20px !important;
}

.rating .rated35stars {
  width: 35px !important;
  background-position-y: -20px !important;
}

.rating .rated30stars {
  width: 30px !important;
  background-position-y: -20px !important;
}

.rating .rated25stars {
  width: 25px !important;
  background-position-y: -20px !important;
}

.rating .rated20stars {
  width: 20px !important;
  background-position-y: -20px !important;
}

.rating .rated15stars {
  width: 15px !important;
  background-position-y: -20px !important;
}

.rating .rated10stars {
  width: 10px !important;
  background-position-y: -20px !important;
}

.rating .rated05stars {
  width: 5px !important;
  background-position-y: -20px !important;
}

.rating .rated00stars {
  width: 0 !important;
}

#panel-now-playing label.col-xs-3 {
  padding-right: 0;
}

#contents .ui-icon-extlink,
#contents .ui-icon-pencil {
  display: inline-block;
  height: 13px;
}

#contents #recent .ui-icon-extlink {
  display: inline-block;
  height: 11px;
  background-position: -32px -82px;
}

div.own-wishlist-box {
  display: none;
  text-align: right;
  height: 20px;
}

div.own-wishlist-box .own,
div.own-wishlist-box .on-wishlist {
  height: 16px;
  width: 16px;
  margin: 0.2em;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  cursor: pointer;
}

div.own-wishlist-box .own:hover,
div.own-wishlist-box .own.yes {
  background-image: url("../images/own-1.png");
}

div.own-wishlist-box .own.no {
  background-image: url("../images/own-0.png");
}

div.own-wishlist-box .on-wishlist:hover,
div.own-wishlist-box .on-wishlist.yes {
  background-image: url("../images/wishlist-1.png");
}

div.own-wishlist-box .on-wishlist.no {
  background-image: url("../images/wishlist-0.png");
}

#rating-hover-info {
  width: 305px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
  *border: outset 1px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
  z-index: 9999;
}

#rating-hover-info .songentry {
  border: none;
  padding: 8px;
}

#rating-hover-info .songentry.tthover dd {
  width: 180px;
}

#rating-hover-info-graph {
  font-size: 50%;
}

#rating-hover-info-graph div.container {
  width: 153px;
  border-right: 1px solid #aaa;
  display: inline-block;
}

#rating-hover-info-graph div.title {
  width: 20px;
  display: inline-block;
}

#rating-hover-info-graph div.graph {
  height: 5px;
  width: 0;
  display: inline-block;
  border: 1px solid #aaa;
  background-color: #FFB058;
}

#rating-hover-info-graph div.votes {
  width: 20px;
  display: inline-block;
  text-align: right;
}

#album-cover-popup img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

#letters {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  text-align: center;
  justify-content: flex-start;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--prog-content-border);
}
#letters:disabled {
  opacity: 0.6;
}
#letters button.letter {
  flex: 1 1 7.143%;
  text-align: center;
}
@media (hover: none) {
  #letters button.letter {
    padding: 0.25rem 0.5rem;
  }
}
#letters button.letter {
  border: 1px solid transparent;
  background: none;
  width: 100%;
  color: var(--prog-body-link-color);
  padding: 0.25rem 0.5rem;
}
#letters div.letter {
  flex: 1 1 7.143%;
  text-align: center;
}
@media (hover: none) {
  #letters div.letter {
    padding: 0.25rem 0.5rem;
  }
}
#letters div.letter .letterbutton {
  border: 1px solid transparent;
  text-align: center;
  background: none;
  width: 100%;
  color: var(--prog-body-link-color);
  padding: 0.25rem 0.5rem;
}
#search.search-mode--basic .search-advanced {
  display: none;
}

.search-results-container, #all_results #songs_box, #all_results #artists_box,
#all_results #albums_box {
  word-wrap: break-word;
  background-color: transparent;
  margin-top: 1rem;
}

.search-results-list, #all_results #songs_box #songs, .search-results-scrolled-list, #all_results #artists_box > #artists,
#all_results #artists_box > #albums,
#all_results #albums_box > #artists,
#all_results #albums_box > #albums {
  font-size: 1rem;
  position: relative;
}
.search-results-list .loading, #all_results #songs_box #songs .loading, .search-results-scrolled-list .loading, #all_results #artists_box > #artists .loading,
#all_results #artists_box > #albums .loading,
#all_results #albums_box > #artists .loading,
#all_results #albums_box > #albums .loading {
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%20100%22%20preserveAspectRatio%3D%22xMidYMid%22%20class%3D%22lds-eclipse%22%3E%3Cpath%20ng-attr-d%3D%22%7B%7Bconfig.pathCmd%7D%7D%22%20ng-attr-fill%3D%22%7B%7Bconfig.color%7D%7D%22%20stroke%3D%22none%22%20d%3D%22M10%2050A40%2040%200%200%200%2090%2050A40%2042%200%200%201%2010%2050%22%20fill%3D%22%237f487d%22%20transform%3D%22rotate%2835.4082%2050%2051%29%22%3E%3CanimateTransform%20attributeName%3D%22transform%22%20type%3D%22rotate%22%20calcMode%3D%22linear%22%20values%3D%220%2050%2051%3B360%2050%2051%22%20keyTimes%3D%220%3B1%22%20dur%3D%221.5s%22%20begin%3D%220s%22%20repeatCount%3D%22indefinite%22%3E%3C%2FanimateTransform%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

#requestbuttons input, #requestbuttons button {
  min-width: 6em;
  padding: 5px;
  color: black;
  margin: 0.25rem;
}

#search.search-mode--basic .search-advanced {
  display: none;
}

.search-results-container, #all_results #songs_box, #all_results #artists_box,
#all_results #albums_box {
  word-wrap: break-word;
  background-color: transparent;
  margin-top: 1rem;
}

.search-results-scrolled-list, #all_results #artists_box > #artists,
#all_results #artists_box > #albums,
#all_results #albums_box > #artists,
#all_results #albums_box > #albums {
  padding-right: 1rem;
  max-height: 50vh;
  min-height: 10vh;
  overflow: auto;
}

#all_results {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid var(--prog-content-border);
  margin-top: 1rem;
  padding-top: 1rem;
}
#all_results .section-title {
  margin-top: 0;
  padding: 0.5rem 1rem;
  background-color: var(--prog-body-color);
  color: var(--prog-body-bg-color);
}
#all_results .section-title .count {
  color: var(--bs-warning);
}
#all_results .loading {
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%20100%22%20preserveAspectRatio%3D%22xMidYMid%22%20class%3D%22lds-eclipse%22%3E%3Cpath%20ng-attr-d%3D%22%7B%7Bconfig.pathCmd%7D%7D%22%20ng-attr-fill%3D%22%7B%7Bconfig.color%7D%7D%22%20stroke%3D%22none%22%20d%3D%22M10%2050A40%2040%200%200%200%2090%2050A40%2042%200%200%201%2010%2050%22%20fill%3D%22%237f487d%22%20transform%3D%22rotate%2835.4082%2050%2051%29%22%3E%3CanimateTransform%20attributeName%3D%22transform%22%20type%3D%22rotate%22%20calcMode%3D%22linear%22%20values%3D%220%2050%2051%3B360%2050%2051%22%20keyTimes%3D%220%3B1%22%20dur%3D%221.5s%22%20begin%3D%220s%22%20repeatCount%3D%22indefinite%22%3E%3C%2FanimateTransform%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}
#all_results .request-progress-container {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
}
#all_results .request-progress-container label {
  flex: 0 0 auto;
}
#all_results .request-progress-container progress {
  flex: 1 1 100%;
  max-width: 100%;
}
#all_results #songs {
  margin-top: 1rem;
}
#all_results #artists,
#all_results #albums,
#all_results #songs {
  background-color: var(--prog-body-bg-color);
}
#all_results #artists div.list,
#all_results #albums div.list,
#all_results #songs div.list {
  min-height: 10rem;
}
#all_results #artists div.list .artist-info,
#all_results #artists div.list .album-info,
#all_results #artists div.list .song-info,
#all_results #albums div.list .artist-info,
#all_results #albums div.list .album-info,
#all_results #albums div.list .song-info,
#all_results #songs div.list .artist-info,
#all_results #songs div.list .album-info,
#all_results #songs div.list .song-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  gap: 1rem;
}
#all_results #artists div.list .artist-info .artist-name,
#all_results #artists div.list .artist-info .album-name,
#all_results #artists div.list .album-info .artist-name,
#all_results #artists div.list .album-info .album-name,
#all_results #artists div.list .song-info .artist-name,
#all_results #artists div.list .song-info .album-name,
#all_results #albums div.list .artist-info .artist-name,
#all_results #albums div.list .artist-info .album-name,
#all_results #albums div.list .album-info .artist-name,
#all_results #albums div.list .album-info .album-name,
#all_results #albums div.list .song-info .artist-name,
#all_results #albums div.list .song-info .album-name,
#all_results #songs div.list .artist-info .artist-name,
#all_results #songs div.list .artist-info .album-name,
#all_results #songs div.list .album-info .artist-name,
#all_results #songs div.list .album-info .album-name,
#all_results #songs div.list .song-info .artist-name,
#all_results #songs div.list .song-info .album-name {
  flex: 1 1 auto;
  text-align: left;
  max-width: 100%;
  color: var(--prog-body-link-color);
}
#all_results #artists div.list .artist-info .artist-country,
#all_results #artists div.list .album-info .artist-country,
#all_results #artists div.list .song-info .artist-country,
#all_results #albums div.list .artist-info .artist-country,
#all_results #albums div.list .album-info .artist-country,
#all_results #albums div.list .song-info .artist-country,
#all_results #songs div.list .artist-info .artist-country,
#all_results #songs div.list .album-info .artist-country,
#all_results #songs div.list .song-info .artist-country {
  flex: 0 0 2rem;
  text-align: right;
}
#all_results #artists div.list .artist-info .album-year,
#all_results #artists div.list .album-info .album-year,
#all_results #artists div.list .song-info .album-year,
#all_results #albums div.list .artist-info .album-year,
#all_results #albums div.list .album-info .album-year,
#all_results #albums div.list .song-info .album-year,
#all_results #songs div.list .artist-info .album-year,
#all_results #songs div.list .album-info .album-year,
#all_results #songs div.list .song-info .album-year {
  flex: 0 0 auto;
  text-align: right;
  min-width: 3rem;
}
#all_results #artists div.list .artist-info .song-title,
#all_results #artists div.list .album-info .song-title,
#all_results #artists div.list .song-info .song-title,
#all_results #albums div.list .artist-info .song-title,
#all_results #albums div.list .album-info .song-title,
#all_results #albums div.list .song-info .song-title,
#all_results #songs div.list .artist-info .song-title,
#all_results #songs div.list .album-info .song-title,
#all_results #songs div.list .song-info .song-title {
  flex: 1 1 auto;
  max-width: 100%;
  text-align: left;
}
#all_results #artists div.list .artist-info .song-duration,
#all_results #artists div.list .album-info .song-duration,
#all_results #artists div.list .song-info .song-duration,
#all_results #albums div.list .artist-info .song-duration,
#all_results #albums div.list .album-info .song-duration,
#all_results #albums div.list .song-info .song-duration,
#all_results #songs div.list .artist-info .song-duration,
#all_results #songs div.list .album-info .song-duration,
#all_results #songs div.list .song-info .song-duration {
  flex: 0 0 auto;
  min-width: 3rem;
}
#all_results #artists div.list button.artist,
#all_results #artists div.list button.album,
#all_results #artists div.list button.song,
#all_results #albums div.list button.artist,
#all_results #albums div.list button.album,
#all_results #albums div.list button.song,
#all_results #songs div.list button.artist,
#all_results #songs div.list button.album,
#all_results #songs div.list button.song {
  border: 1px solid var(--prog-content-border);
  padding: 0.25rem;
  margin-bottom: 0.5rem;
  background-color: transparent;
  width: 100%;
  display: flex;
  flex-direction: column;
}
#all_results #artists div.list button.artist.queued,
#all_results #artists div.list button.album.queued,
#all_results #artists div.list button.song.queued,
#all_results #albums div.list button.artist.queued,
#all_results #albums div.list button.album.queued,
#all_results #albums div.list button.song.queued,
#all_results #songs div.list button.artist.queued,
#all_results #songs div.list button.album.queued,
#all_results #songs div.list button.song.queued {
  background-color: var(--queued-color);
}
#all_results #artists div.list button.artist.recent,
#all_results #artists div.list button.album.recent,
#all_results #artists div.list button.song.recent,
#all_results #albums div.list button.artist.recent,
#all_results #albums div.list button.album.recent,
#all_results #albums div.list button.song.recent,
#all_results #songs div.list button.artist.recent,
#all_results #songs div.list button.album.recent,
#all_results #songs div.list button.song.recent {
  background-color: var(--recent-color);
}
#all_results #artists div.list button.artist .artist-ratings,
#all_results #artists div.list button.artist .album-ratings,
#all_results #artists div.list button.artist .song-ratings,
#all_results #artists div.list button.album .artist-ratings,
#all_results #artists div.list button.album .album-ratings,
#all_results #artists div.list button.album .song-ratings,
#all_results #artists div.list button.song .artist-ratings,
#all_results #artists div.list button.song .album-ratings,
#all_results #artists div.list button.song .song-ratings,
#all_results #albums div.list button.artist .artist-ratings,
#all_results #albums div.list button.artist .album-ratings,
#all_results #albums div.list button.artist .song-ratings,
#all_results #albums div.list button.album .artist-ratings,
#all_results #albums div.list button.album .album-ratings,
#all_results #albums div.list button.album .song-ratings,
#all_results #albums div.list button.song .artist-ratings,
#all_results #albums div.list button.song .album-ratings,
#all_results #albums div.list button.song .song-ratings,
#all_results #songs div.list button.artist .artist-ratings,
#all_results #songs div.list button.artist .album-ratings,
#all_results #songs div.list button.artist .song-ratings,
#all_results #songs div.list button.album .artist-ratings,
#all_results #songs div.list button.album .album-ratings,
#all_results #songs div.list button.album .song-ratings,
#all_results #songs div.list button.song .artist-ratings,
#all_results #songs div.list button.song .album-ratings,
#all_results #songs div.list button.song .song-ratings {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 0.825rem;
  width: 100%;
  color: var(--muted-color);
}
#all_results #artists div.list button.artist .artist-ratings .rating,
#all_results #artists div.list button.artist .artist-ratings .rated,
#all_results #artists div.list button.artist .album-ratings .rating,
#all_results #artists div.list button.artist .album-ratings .rated,
#all_results #artists div.list button.artist .song-ratings .rating,
#all_results #artists div.list button.artist .song-ratings .rated,
#all_results #artists div.list button.album .artist-ratings .rating,
#all_results #artists div.list button.album .artist-ratings .rated,
#all_results #artists div.list button.album .album-ratings .rating,
#all_results #artists div.list button.album .album-ratings .rated,
#all_results #artists div.list button.album .song-ratings .rating,
#all_results #artists div.list button.album .song-ratings .rated,
#all_results #artists div.list button.song .artist-ratings .rating,
#all_results #artists div.list button.song .artist-ratings .rated,
#all_results #artists div.list button.song .album-ratings .rating,
#all_results #artists div.list button.song .album-ratings .rated,
#all_results #artists div.list button.song .song-ratings .rating,
#all_results #artists div.list button.song .song-ratings .rated,
#all_results #albums div.list button.artist .artist-ratings .rating,
#all_results #albums div.list button.artist .artist-ratings .rated,
#all_results #albums div.list button.artist .album-ratings .rating,
#all_results #albums div.list button.artist .album-ratings .rated,
#all_results #albums div.list button.artist .song-ratings .rating,
#all_results #albums div.list button.artist .song-ratings .rated,
#all_results #albums div.list button.album .artist-ratings .rating,
#all_results #albums div.list button.album .artist-ratings .rated,
#all_results #albums div.list button.album .album-ratings .rating,
#all_results #albums div.list button.album .album-ratings .rated,
#all_results #albums div.list button.album .song-ratings .rating,
#all_results #albums div.list button.album .song-ratings .rated,
#all_results #albums div.list button.song .artist-ratings .rating,
#all_results #albums div.list button.song .artist-ratings .rated,
#all_results #albums div.list button.song .album-ratings .rating,
#all_results #albums div.list button.song .album-ratings .rated,
#all_results #albums div.list button.song .song-ratings .rating,
#all_results #albums div.list button.song .song-ratings .rated,
#all_results #songs div.list button.artist .artist-ratings .rating,
#all_results #songs div.list button.artist .artist-ratings .rated,
#all_results #songs div.list button.artist .album-ratings .rating,
#all_results #songs div.list button.artist .album-ratings .rated,
#all_results #songs div.list button.artist .song-ratings .rating,
#all_results #songs div.list button.artist .song-ratings .rated,
#all_results #songs div.list button.album .artist-ratings .rating,
#all_results #songs div.list button.album .artist-ratings .rated,
#all_results #songs div.list button.album .album-ratings .rating,
#all_results #songs div.list button.album .album-ratings .rated,
#all_results #songs div.list button.album .song-ratings .rating,
#all_results #songs div.list button.album .song-ratings .rated,
#all_results #songs div.list button.song .artist-ratings .rating,
#all_results #songs div.list button.song .artist-ratings .rated,
#all_results #songs div.list button.song .album-ratings .rating,
#all_results #songs div.list button.song .album-ratings .rated,
#all_results #songs div.list button.song .song-ratings .rating,
#all_results #songs div.list button.song .song-ratings .rated {
  flex: 0 0 33.333%;
  text-align: left;
}
#all_results #artists div.list button.artist .artist-ratings .since,
#all_results #artists div.list button.artist .album-ratings .since,
#all_results #artists div.list button.artist .song-ratings .since,
#all_results #artists div.list button.album .artist-ratings .since,
#all_results #artists div.list button.album .album-ratings .since,
#all_results #artists div.list button.album .song-ratings .since,
#all_results #artists div.list button.song .artist-ratings .since,
#all_results #artists div.list button.song .album-ratings .since,
#all_results #artists div.list button.song .song-ratings .since,
#all_results #albums div.list button.artist .artist-ratings .since,
#all_results #albums div.list button.artist .album-ratings .since,
#all_results #albums div.list button.artist .song-ratings .since,
#all_results #albums div.list button.album .artist-ratings .since,
#all_results #albums div.list button.album .album-ratings .since,
#all_results #albums div.list button.album .song-ratings .since,
#all_results #albums div.list button.song .artist-ratings .since,
#all_results #albums div.list button.song .album-ratings .since,
#all_results #albums div.list button.song .song-ratings .since,
#all_results #songs div.list button.artist .artist-ratings .since,
#all_results #songs div.list button.artist .album-ratings .since,
#all_results #songs div.list button.artist .song-ratings .since,
#all_results #songs div.list button.album .artist-ratings .since,
#all_results #songs div.list button.album .album-ratings .since,
#all_results #songs div.list button.album .song-ratings .since,
#all_results #songs div.list button.song .artist-ratings .since,
#all_results #songs div.list button.song .album-ratings .since,
#all_results #songs div.list button.song .song-ratings .since {
  flex: 0 0 33.333%;
  text-align: right;
}
#all_results #artists div.list .btn-request-song,
#all_results #albums div.list .btn-request-song,
#all_results #songs div.list .btn-request-song {
  margin-top: calc(-0.5rem - 1px);
  margin-bottom: 0.5em;
  width: 100%;
}
#all_results #artists ul.selectable li,
#all_results #albums ul.selectable li,
#all_results #songs ul.selectable li {
  width: 100%;
}
#all_results #artists .artist-info,
#all_results #albums .artist-info,
#all_results #songs .artist-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex: 1 1 100%;
}
#all_results #artists .artist-info .artist-name,
#all_results #albums .artist-info .artist-name,
#all_results #songs .artist-info .artist-name {
  flex: 1 1 auto;
}
#all_results #songs h3 {
  font-size: 1.5rem;
}
#all_results #songs h4 {
  font-size: 1.25rem;
}
#all_results #songs .album-added {
  color: var(--muted-color);
  font-size: 0.875rem;
  text-align: right;
}
#all_results #songs .album-songs-list {
  margin-top: 0.5rem;
}
#all_results #songs .artist:not(:first-child),
#all_results #songs .artist .album:not(:first-child) {
  margin-top: 1rem;
  border-top: 1px solid var(--prog-content-border);
  padding-top: 1rem;
}
#all_results #artists_box,
#all_results #albums_box {
  flex: 0 0 100%;
}
@media (min-width: 992px) {
  #all_results #artists_box,
  #all_results #albums_box {
    flex: 0 0 calc(50% - 0.5rem);
  }
}
#all_results #songs_box {
  flex: 0 0 100%;
  overflow: hidden;
  margin-top: 1rem;
}
#all_results #songs_box #songs .band {
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}
#all_results #songs_box #songs .band .bandname {
  font-size: 1.25rem;
}
#all_results #songs_box #songs .band .album-title {
  font-size: 1rem;
  font-weight: bold;
}
#all_results #songs_box #songs .band .year {
  color: var(--muted-color);
  font-size: 0.75rem;
}
#all_results #songs_box #songs .band .songlist_table {
  width: 100%;
}
#all_results #songs_box #songs .band .songlist_table tr {
  color: var(--prog-body-link-color);
  cursor: pointer;
  font-size: 1rem;
  border-top: 1px solid var(--prog-content-border);
  line-height: 2;
}
#all_results #songs_box #songs .band .songlist_table tr:first-child {
  border-top: none;
}
#all_results #songs_box #songs .band .songlist_table tr#inline-request-tr {
  border-top: none;
  line-height: 3;
}
#all_results #songs_box #songs .band .songlist_table tr:hover {
  color: var(--prog-body-link-color);
}
#all_results #songs_box #songs .band .songlist_table tr td {
  width: 80%;
  border-bottom: none;
}
#all_results #songs_box #songs .band .songlist_table tr td:nth-child(2) {
  width: 20%;
  text-align: right;
}
#all_results #songs_box #songs .band .songlist_table button {
  background: url("../images/grey-gradient.png") repeat-x scroll 0 0 transparent;
  background-size: contain;
  border: 1px solid #666;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0.25rem 0.5rem;
}
#all_results #songs_box #songs .band .songlist_table button.confirm {
  margin-right: 1rem;
}
#all_results #songs_box #songs .band .albumdetail {
  border-bottom: 1px solid #aaa;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}

img.cover,
#confirmImg {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
}

.confirm-info {
  text-align: left;
}

#search .formline {
  margin-bottom: 3px;
}
#search input[type=text],
#search select {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid var(--search-input-border-color);
  color: var(--prog-body-color);
}
#search input[type=text].default,
#search select.default {
  font-style: italic;
  color: #888;
}
#search input[type=text] option,
#search select option {
  background-color: #333;
  color: #888;
}
#search .btn-default {
  background-color: transparent;
  border-color: var(--search-input-border-color);
}

.ui-autocomplete {
  border: 1px solid #666;
  background-image: none;
  background-color: #666;
  color: var(--link-color);
}
.ui-autocomplete li a {
  color: var(--prog-body-link-color);
  text-shadow: none;
}
.ui-autocomplete li a:hover {
  color: var(--link-color-hover);
}
.ui-autocomplete li.ui-state-focus {
  border: 1px solid transparent;
  background-image: none;
  background-color: transparent;
}
.ui-autocomplete li.ui-state-focus a {
  color: var(--link-color-hover);
}

.ui-tooltip {
  background-color: var(--prog-tooltip-bg-color);
  padding: 1px;
  border: 1px solid #000;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ui-tooltip.ui-widget-content {
  border: 0 solid transparent;
  background: none;
  margin: 1rem;
}
.ui-tooltip .ui-tooltip-content {
  background-color: var(--prog-tooltip-bg-color);
  padding: 0;
  margin: 0;
  color: var(--prog-body-color);
}
.ui-tooltip .tthover {
  padding: 0.5rem;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
}
.ui-tooltip .tthover .tt--entry {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  gap: 0 0.5rem;
  margin: 0 !important;
  padding: 0 !important;
}
.ui-tooltip .tthover .tt--entry-name {
  margin: 0 !important;
  padding: 0 !important;
  color: var(--prog-gradient-dark-top);
}
.ui-tooltip .tthover .tt-entry-value {
  margin: 0 !important;
  padding: 0 !important;
  color: var(--prog-body-link-color);
}

.ui-dialog.ui-widget-content,
.ui-dialog .ui-widget-content {
  border: 1px solid var(--prog-content-border);
  background-image: none;
  margin: 1rem;
  background-color: var(--prog-dialog-bg-color);
  color: var(--prog-tooltip-color);
}
.ui-dialog.ui-widget-content .label,
.ui-dialog .ui-widget-content .label {
  color: var(--prog-tooltip-color);
}
.ui-dialog.ui-widget-content .ui-widget-content,
.ui-dialog .ui-widget-content .ui-widget-content {
  background-color: transparent;
  border: none;
}
.ui-dialog .ui-dialog-content {
  padding: 0;
  margin: 0.5rem;
}
.ui-dialog .ui-dialog-buttonpane {
  padding: 0;
  margin: 0.5rem;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  display: flex;
  justify-content: space-between;
  float: none;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
  flex: 0 0 calc(50% - 0.25rem);
}
.ui-dialog textarea {
  width: 100%;
  height: 5rem;
}
@media (hover: none) {
  .ui-tooltip {
    display: none !important;
  }
  .test-mobile {
    display: none !important;
  }
}
#menubar-2015 ul:not(.dropdown-menu) {
  margin-left: 2px;
  padding: 2px 0;
  display: flex;
  flex-direction: row;
  margin-bottom: inherit;
}
#menubar-2015 ul:not(.dropdown-menu) li.menu-item {
  flex: 1 1 auto;
  padding: 0.25rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  min-width: 3rem;
}
#menubar-2015 ul:not(.dropdown-menu) li.menu-item.menu-item--plain {
  padding: 0;
}
#menubar-2015 ul:not(.dropdown-menu) li.menu-item.menu-item--plain button {
  padding: 0.25rem 0;
  width: 100%;
}
#menubar-2015 ul:not(.dropdown-menu) li.menu-item a {
  color: inherit;
  text-align: center;
}
#menubar-2015 ul:not(.dropdown-menu) li.menu-item.selected {
  background: var(--prog-menu-selected-gradient-bg);
}
#menubar-2015 ul.dropdown-menu {
  padding-top: 0;
}
#menubar-2015 ul.dropdown-menu li {
  width: 100%;
  text-align: right;
}
#menubar-2015 ul.dropdown-menu li .dropdown-item {
  cursor: pointer;
}
#menubar-2015 .audio-player--container {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.5rem;
  font-weight: bold;
}
#menubar-2015 .audio-player--container a.btn-link {
  min-width: 2.5rem;
}
#menubar-2015 .audio-player--container audio {
  max-height: 2rem;
  width: 100%;
}

span.flag-icons.MULTI, i.flag-icons.MULTI {
  background-image: url(./images/pirate-flag.svg);
}

span.flag-icons.UK, i.flag-icons.UK {
  background-image: url(./flags/svg/GB.svg);
}

.recent-posts {
  border-top: 1px solid var(--prog-content-border);
  margin-top: 1rem;
  padding-top: 1rem;
}
.recent-posts h2 {
  font-size: 1.25rem;
}
.recent-posts ul {
  padding: 0;
}
.recent-posts ul li {
  list-style: none;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--prog-content-border);
}
.recent-posts h3 {
  font-size: var(--bs-body-font-size);
}
.recent-posts .forumstats {
  color: var(--prog-body-color-muted);
}
.recent-posts .forumstats .person {
  color: var(--prog-human-color);
}

html, body {
  background-color: transparent;
  height: 100%;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-family: "Armata", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: var(--prog-body-color);
}

.sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.primary-1 {
  background-color: #25A5DC;
}

.primary-2 {
  background-color: #416371;
}

.primary-3 {
  background-color: #003146;
}

.primary-4 {
  background-color: #59C1EE;
}

.primary-5 {
  background-color: #81CDEE;
}

.complement-1 {
  background-color: #836748;
}

.complement-2 {
  background-color: #836748;
}

.complement-3 {
  background-color: #522B00;
}

.complement-4 {
  background-color: #FFB058;
}

.complement-5 {
  background-color: #FFC585;
}

/* global elements */
html, body {
  background-color: transparent;
  height: 100%;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-family: "Armata", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: var(--prog-body-color);
}

body {
  background-image: var(--prog-body-bg-img);
  background-position: bottom;
  background-repeat: repeat-x;
  background-attachment: fixed;
  background-color: var(--prog-body-bg-color);
}

.progulus-content {
  background-color: var(--prog-content-bg);
}

.container {
  --prog-gutter-x: 1.5rem;
  --prog-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--prog-gutter-x) * 0.5);
  padding-left: calc(var(--prog-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
  background-color: var(--prog-container-bg-color);
}
@media (min-width: 576px) {
  .container {
    max-width: var(--prog-container-width-xs);
  }
}
@media (min-width: 768px) {
  .container {
    max-width: var(--prog-container-width-sm);
  }
}
@media (min-width: 992px) {
  .container {
    max-width: var(--prog-container-width-md);
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: var(--prog-container-width-lg);
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: var(--prog-container-width-xl);
  }
}

.header-section h1 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0;
  align-items: baseline;
}
.header-section .info {
  font-size: var(--bs-body-font-size);
  font-weight: normal;
}
.header-section #listener-count {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 100%;
  font-weight: bold;
}

.section-header {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1rem;
  padding: 0.5rem;
}

.audio-container--mobile {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}
.audio-container--mobile audio {
  flex: 1 1 auto;
  width: 100%;
}
.audio-container--mobile a {
  flex: 0 0 auto;
}

a, a:hover {
  color: var(--prog-body-link-color);
}

footer {
  text-align: center;
}

.countries-container {
  margin-top: 2rem;
  max-width: var(--prog-container-width-md);
}
.countries-container .countries-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.countries-container .countries-list a {
  flex: 0 0 auto;
  min-width: 1rem;
}
.countries-container .countries-list {
  margin-bottom: 2rem;
}

#panel-search h1 a,
#panel-search h1 a:visited,
#panel-search h1 a:hover {
  font-weight: bold;
  font-size: 100%;
}

#panel-search h2 a,
#panel-search h2 a:visited,
#panel-search h2 a:hover {
  font-weight: bold;
  font-size: 100%;
}

#panel-search h3 {
  font-weight: bold;
  margin: 0 0 0.3ex 0;
}

#panel-search h3 a,
#panel-search h3 a:hover {
  font-weight: bold;
  font-size: 100%;
  color: var(--prog-body-link-color);
}

#scroll-to-top {
  bottom: 1rem;
  right: 1rem;
  left: unset;
}

/* global styles */
div.hidden {
  display: none;
  height: 0;
}

div.nothidden {
  display: block;
}

th.right, td.right {
  text-align: right;
}

.ajaxsrc, #lsrc {
  display: none;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.forumstats {
  text-align: right;
  font-size: 85%;
  color: #666;
}

.forumstats .person {
  color: #836748;
}

.padder {
  padding: 0.7692em;
  *padding: 0.7506em;
}

.recent {
  border-bottom: 1px solid #1F2841;
  padding: 8px 0;
}

.recent .albumcover {
  height: 75px;
  width: 75px;
}

.selectable li {
  padding: 1px;
}

.selectable li.selected {
  border: 1px solid #666;
  padding: 0;
}

/*
.tabview {
	margin: 1ex .5ex
}

.tabview ul.tabs {
	margin: 0;
	padding: 0
}

.tabview ul.tabs li {
	display: block;
	float: left;
	margin: 0;
	padding: 2px 4px;
	width: 10ex;
	margin: 0 4px 0 0;
	border: 1px solid #363E53;
	background-color: #F9CF36;
	cursor: pointer
}

.tabview ul.tabs li.selected {
	background-color: #F9F9B8;
	margin-bottom: -3px;
	padding: 1px 4px 3px 4px;
	font-weight: bold
}

.tabviewbox {
	border: 1px solid #363E53;
	margin-top: -1px;
	background-color: #F9F9B8;
	height: 5em;
	display: none
}
*/
.gradient2011 {
  background: #7db9e8; /* old browsers */
  background: -moz-linear-gradient(top, #7db9e8 0%, #073D73 66%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7db9e8), color-stop(66%, #073D73)); /* webkit */
  border: 1px solid #416371;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
  color: #FF9621;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7db9e8", endColorstr="#073D73", GradientType=0); /* ie */
  background: linear-gradient(to bottom, #7db9e8, #073D73);
  font-weight: bold;
  padding: 0.5ex 1ex;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
}

.gradient2011 a, .gradient2011 a:visited {
  color: #ff9621;
  font-weight: bold;
  font-size: 100%;
}

.gradient2011 a:hover {
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

.banner {
  /* border: 1px solid #003146; */
  background-color: #fff;
}

.d_banner {
  position: relative;
}

.r_banner {
  right: 1ex;
  position: absolute;
}

.d_banner a {
  color: #FF9621;
}

.banner h1 {
  background: #7db9e8; /* old browsers */
  background: -moz-linear-gradient(top, #7db9e8 0%, #073D73 66%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7db9e8), color-stop(66%, #073D73)); /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7db9e8", endColorstr="#073D73", GradientType=0); /* ie */
  background: linear-gradient(to bottom, #7db9e8, #073D73); /* ie */
  color: #FF9621;
  top: -1px;
  left: -1px;
}

.banner h1 .info {
  background: #7db9e8; /* old browsers */
  background: -moz-linear-gradient(top, #7db9e8 0%, #073D73 66%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7db9e8), color-stop(66%, #073D73)); /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7db9e8", endColorstr="#073D73", GradientType=0); /* ie */
  background: linear-gradient(to bottom, #7db9e8, #073D73); /* ie */
  right: -2px;
  height: 100%;
}

.banner h1 a,
.banner h1 a:visited {
  color: #FF9621;
}

.border {
  border: 1px solid #543E1C;
}

.box p {
  font-size: 100%;
  padding: 0.5em;
}

.yui-skin-sam .yui-tt .bd {
  background-color: #FFC585;
  color: #000000;
  border-color: #FF9621 #836748 #522B00;
}

/* global IDs */
main h1 {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: bold;
}

#tlapd {
  background-image: url("../images/Talk_Like_a_Pirate_Day_sm.png");
  height: 145px;
  width: 145px;
  position: relative;
  top: 10px;
  left: 770px;
}

#page {
  min-height: 100%;
  background-image: var(--prog-page-bg-img);
  background-repeat: repeat-x;
}

#contents {
  position: relative;
  min-height: 1000px;
  *height: 1000px;
  height: 100%;
  width: 100%;
  zoom: 1;
}

/*#contents :after {
	content: '';
	display: block;
	clear: both
}
*/
#footer {
  position: relative;
  margin-top: -4em;
  border-top: 1px solid #666;
  background-color: #D9D0AF;
  height: 4em;
}

#underfoot {
  height: 4em;
}

#header {
  height: 180px;
  background-image: var(--prog-header-image);
  background-position: center center;
  background-repeat: no-repeat;
}

#header .desc {
  font-weight: bold;
  color: #999;
  font-size: 100%;
}

.copyright {
  color: #999;
  font-size: 77%;
}

#login {
  position: absolute;
  top: 1em;
  right: 3em;
  width: 20em;
  height: 6em;
}

#loading {
  background: #003146 url(../images/ajax-loader-2.gif) center center no-repeat;
  width: 200px;
  height: 200px;
  border: 1px solid #003146;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  display: none;
  z-index: 999;
}

#loading label {
  position: absolute;
  bottom: 1ex;
  left: 38%;
  color: #003146;
  font-weight: bold;
}

.yui-t3 #yui-main .yui-b {
  margin-left: 23.0769em;
}

/*
#bd {white-space: nowrap;}
#bd div {white-space:normal;}
*/
#bd #leftPanel {
  width: 300px;
}

#bd #rightPanel {
  width: 648px;
}

#gutenform input, #gutenform textarea {
  width: 100%;
}

/* search and request */
.searchloading {
  background: #ffffff url("/rprweb/images/ajax-loader-2inv.gif") no-repeat scroll center;
  left: 0px;
  top: 0px;
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}

div#albums {
  position: relative;
}

#songs ul.songlist li .time {
  position: absolute;
}

.songlist_table td {
  border-bottom: 1px solid #aaa;
}

#artists_box li:hover,
#albums_box li:hover,
#songs_box li:hover {
  background-color: #eee;
  cursor: pointer;
  border: 1px solid #aaa;
  padding: 0px;
}

#artists_box li.selected,
#albums_box li.selected,
#songs_box li.selected {
  background-color: #f6f6f6;
  border: 1px solid #aaa;
  padding: 0px;
}

#search_letters a {
  padding: 0.35em;
  font-weight: normal;
  cursor: pointer;
}

input#prev[disabled=disabled],
input#next[disabled=disabled] {
  display: none;
}

/*
* html #requestform {
	position: absolute
}

#requestform {
	display: none;
	position: fixed;
	top: 100px;
	left: 100px;
	background-color: #EEF;
	border: 1px solid #333;
	padding: 10px;
	width: 300px;
	height: 280px;
	overflow: auto;
	z-index: 10
}

#requestform {
	display: block
}

#requestform.hidden {
	display: none
}
#mouseOverInfo {
	font-size: 77%;
	position: fixed;
	background-color: #ffd;
	border: 1px outset #666;
	width: 200px;
	padding: 0.5em
}

#mouseOverInfo .album {
	font-style: italic
}

*/
/*
#smilieBox {
	display: none;
	width: 160px;
	height: 350px;
	overflow: auto;
	background-color: #FFF;
	position: absolute;
	border: 1px solid #4F2265
}

#smilieBox li {
	list-style-type: none
}
*/
/* History & Stats Pages */
#history table {
  border: 0px solid #000000;
  width: 100%;
  border-collapse: collapse;
  text-align: right;
}

#history th, #history td {
  vertical-align: top;
  border-bottom: 1px solid #aaa;
  padding: 8px 4px;
}

#history th {
  border-bottom: 1px solid #522B00;
  color: #522B00;
  text-align: right;
  font-size: 77%;
}

#history td {
  word-wrap: break-word;
}

#history td:first-child {
  text-align: left;
  width: 5%;
}

#history #songs_added td:first-child {
  width: 70%;
}

#history #requests_overall td:first-child,
#history #requests_by_hour td:first-child,
#history #requests_by_day td:first-child {
  width: 50%;
}

#history #ratings_overall td:first-child,
#history #ratings_by_hour td:first-child,
#history #ratings_by_day td:first-child,
#history #listeners_overall td:first-child,
#history #listeners_by_hour td:first-child,
#history #listeners_by_day td:first-child {
  width: 60%;
}

#history #requests_overall td,
#history #requests_by_hour td,
#history #requests_by_day td,
#history #ratings_overall td,
#history #ratings_by_hour td,
#history #ratings_by_day td,
#history #listeners_overall td,
#history #listeners_by_hour td,
#history #listeners_by_day td {
  width: 10%;
}

#history #top_artists td:first-child + td,
#history #top_albums td:first-child + td,
#history #top_songs td:first-child + td {
  text-align: left;
  width: 15%;
}

#history #top_artists td:first-child + td + td,
#history #top_albums td:first-child + td + td,
#history #top_songs td:first-child + td + td {
  text-align: left;
  width: 50%;
}

#history #songs_added td:first-child + td,
#history #top_artists td:first-child + td + td + td,
#history #top_albums td:first-child + td + td + td,
#history #top_songs td:first-child + td + td + td {
  text-align: right;
  width: 10%;
}

#history #songs_added td:first-child + td + td,
#history #top_artists td:first-child + td + td + td + td,
#history #top_albums td:first-child + td + td + td + td,
#history #top_songs td:first-child + td + td + td + td {
  text-align: right;
  width: 10%;
}

#history #songs_added td:first-child + td + td + td,
#history #top_artists td:first-child + td + td + td + td + td,
#history #top_albums td:first-child + td + td + td + td + td,
#history #top_songs td:first-child + td + td + td + td + td {
  text-align: right;
  width: 10%;
}

#history #top_artists td, #history #top_albums td, #history #top_songs td {
  vertical-align: top;
}

#history #top_artists td:first-child + td,
#history #top_songs td:first-child + td {
  width: 75px;
}

#history #top_artists td:first-child + td + td,
#history #top_songs td:first-child + td + td {
  text-align: left;
}

#history img {
  width: 75px;
  height: 75px;
  border: none;
}

#history .album {
  font-style: italic;
}

#stats_content {
  color: #416371;
  background: rgba(255, 255, 255, 0.5);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80ffffff, endColorstr=#80ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80ffffff, endColorstr=#80ffffff);
}

#stats_content table {
  width: 100%;
}

#stats_content a {
  cursor: pointer;
}

#stats_content h1 {
  color: #333;
  background: #fff;
  border-bottom: 1px solid #666;
  left: 0;
  top: 0;
}

#stats_content.hideimg img {
  display: none;
}

#stats_content pre {
  font-size: 77%;
  wrap: auto;
  color: #666;
}

/** HISTORY LIST **/
#historylist th, #historylist td {
  font-size: 85%;
  vertical-align: top;
}

#historylist .hal {
  --bs-table-bg: var(--prog-hal-color);
  background-color: rgba(89, 193, 238, 0.5);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#8059C1EE, endColorstr=#8059C1EE);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#8059C1EE, endColorstr=#8059C1EE);
}

#historylist {
  border: 0px solid #666;
}

#historylist .epic {
  background-color: rgba(255, 197, 133, 0.5);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80FFC585, endColorstr=#80FFC585);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80FFC585, endColorstr=#80FFC585);
}

#hl_artist, #hl_song {
  width: 10em;
}

#hl_epic {
  width: 4em;
}

#hl_played, #hl_requested {
  width: 8em;
}

/* schedule page */
#schedule a {
  cursor: pointer;
  font-weight: bold;
  float: left;
}

#schedule tr.artistlist td {
  color: #060;
  background-color: #eee;
}

#schedule tr.artistlist ul {
  list-style-type: none;
  padding: 1px;
}

#schedule table {
  border: solid 1px #000;
  color: #000;
  background: #eee;
  font-size: 100%;
}

#schedule thead {
  font-weight: bold;
  font-size: 100%;
  background: #fff;
  border-bottom: 3px solid #000;
}

#schedule thead h1 {
  font-size: 100% !important;
  font-weight: bold !important;
}

#schedule thead tr#days {
  border: 1px solid #4C994C;
  border-bottom: 1px solid #4F2265;
  padding: 0.5ex 1ex;
  background: #7db9e8; /* old browsers */
  background: -moz-linear-gradient(top, #7db9e8 0%, #073D73 66%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7db9e8), color-stop(66%, #073D73)); /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7db9e8", endColorstr="#073D73", GradientType=0); /* ie */
  color: #F90;
  font-weight: bold !important;
}

#schedule thead tr#days th {
  border: 1px solid #4C994C;
  border-bottom: 1px solid #4F2265;
  padding: 0.5ex 1ex;
  background: #7db9e8; /* old browsers */
  background: -moz-linear-gradient(top, #7db9e8 0%, #073D73 66%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7db9e8), color-stop(66%, #073D73)); /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7db9e8", endColorstr="#073D73", GradientType=0); /* ie */
  color: #F90;
  font-weight: bold !important;
}

#schedule tbody td {
  white-space: normal;
  border: solid 1px #ddd !important;
  font-size: 77% !important;
}

.columns-150 {
  column-width: 150px;
  -moz-column-width: 150px;
  -webkit-column-width: 150px;
}

/*
#callout {
	position: absolute;
	top: 0;
	left: 0;
	width: 24em
}
#listen {
	padding-left: 30px;
	background: url(images/icon_speaker_blue.gif) center left no-repeat
}

#callout div.box {
	margin: 6px
}


div.MessageBox {
	background: transparent;
	position: absolute;
	z-index: 1000;
	min-height: 12pt
}

div#login.MessageBox {
	width: 20em;
	padding: 0;
	max-height: 13em;
	position: absolute;
	top: 3em;
	right: 3em;
	border: solid 1px;
	background: #F9F9B8;
	z-index: 2000
}

div#beta.MessageBox {
	width: 20em;
	padding: 0;
	max-height: 13em;
	position: absolute;
	top: 3em;
	right: 3em;
	border: solid 1px;
	background: #F9F9B8
}

div.MessageBox div.titleBar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	font-size: 8pt;
	font-weight: bold;
	background: #999;
	color: #fff;
	padding: 0
}

div.MessageBox div.closeButton {
	position: absolute;
	top: 1pt;
	right: 2pt;
	font-size: 8pt;
	font-weight: bold;
	background: transparent;
	color: #fff;
	cursor: pointer
}

div.MessageBox div.collapseButton {
	position: absolute;
	top: 1pt;
	right: 12pt;
	font-size: 8pt;
	font-weight: bold;
	color: #fff;
	background: transparent;
	cursor: pointer
}

div.MessageBox div.message {
	position: relative;
	margin-top: 9pt;
	left: 0;
	padding: 3px
}

div.MessageBox div.HelpBox {
	display: none
}

div.MessageBox div.HelpBoxDisplay {
	display: block;
	position: absolute;
	top: 18pt;
	right: 9pt;
	width: 150pt;
	z-index: 10;
	border: 1pt solid #999;
	background: #ffa;
	font-size: 9pt;
	padding: 3pt
}

div.MessageBox div.HelpBoxDisplay a {
	color: #900;
	text-decoration: none
}

div.ProductImageZoom {
	display: block;
	border: 1px solid #999;
	width: 250px;
	height: 250px;
	z-index: 5;
	overflow: hidden;
	bottom: 0px;
	right: -265px;
	text-align: center
}

div.ProductImageZoom div.InstructionBox {
	position: absolute;
	z-index: 7;
	font-size: 15pt;
	font-weight: bold;
	text-align: center;
	width: 150pt;
	margin: auto;
	top: 75pt;
	left: 15pt
}
div.ProductImageZoomImg {
	position: absolute
}

.dead {
	display: none
}

div.Product div.ProductImage div.ZoomIcon {
	cursor: pointer
}
div#albumcoverpopup.MessageBox {
	display: block;
	width: 300px;
	padding: 0;
	height: 300px;
	position: absolute
}

div#albumcoverpopup img#albumcoverpopup_img {
	border: 1px outset #666
}

div#albumcoverpopup.hidden {
	display: none
}

#main {
	background-color: inherit;
	margin-left: 25em; *
	margin-left: 24.3975em
}


*/
#cookie_test, #test_contents {
  font-size: 93%;
}

#test_contents .success {
  color: #0a0;
  font-weight: bold;
}

#test_contents .failure {
  color: #f00;
  font-weight: bold;
}

#cookie_test ul, #test_contents ul {
  margin-left: 2em;
}

#cookie_test ul li, #test_contents ul li {
  list-style: disc outside;
}

#tagframe4 {
  border: none;
  border: 1px solid #fff;
}

.yui-skin-sam .yui-panel .hd {
  background: #7db9e8; /* old browsers */
  background: -moz-linear-gradient(top, #7db9e8 0%, #073D73 66%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7db9e8), color-stop(66%, #073D73)); /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7db9e8", endColorstr="#073D73", GradientType=0); /* ie */
  color: #f90;
}

.yui-skin-sam .container-close {
  background: url("/rprweb/images/menubar_sprite.png") no-repeat scroll 0 -50px transparent;
}

/*
#searchCriteria legend {
	display: none
}
*/
#cdlist th {
  border-bottom: 1px solid #522B00;
  color: #522B00;
}

table#cdlist {
  border: 0px solid #000000;
}

#cdlist th, #cdlist td {
  font-size: 85%;
  vertical-align: top;
  border-bottom: 1px solid #aaa;
  padding-left: 3px;
  padding-right: 3px;
}

#cdlist td {
  vertical-align: top;
}

#cdlist td:first-child + td + td + td + td + td + td,
#cdlist td:first-child + td + td + td + td + td + td + td,
#cdlist td:first-child + td + td + td + td + td + td + td + td,
#cdlist td:first-child + td + td + td + td + td + td + td + td + td {
  text-align: right;
}

#cdlist .album {
  font-style: italic;
}

.hidden {
  display: none;
}

div#editortabs {
  margin-top: 1em;
}

div#editortabs ul.yui-nav {
  padding: 0;
  border-bottom-color: #003146;
}

div#editortabs ul.yui-nav li a {
  font-weight: bold;
  color: #003146;
}

div#editortabs ul.yui-nav li.selected a {
  background: #7db9e8; /* old browsers */
  background: -moz-linear-gradient(top, #7db9e8 0%, #073D73 66%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7db9e8), color-stop(66%, #073D73)); /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7db9e8", endColorstr="#073D73", GradientType=0); /* ie */
  color: #ff9621;
}

div#editortabs .yui-content {
  background-color: #fff;
}

table.editor {
  border: none;
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}

table.editor td {
  color: #666;
  padding: 4px 8px;
}

table.editor td div.value {
  color: #669;
  font-weight: bold;
  cursor: pointer;
  background-color: transparent;
  color: #003146;
  padding: 0.3em 1.1em;
  border: 1px solid transparent;
  word-wrap: break-word;
}

table.editor td:nth-child(1) {
  width: 20%;
}

table.editor th:nth-child(1) {
  width: 20%;
}

table.editor.col2 td:nth-child(2) {
  width: 80%;
}

table.editor.col2 th:nth-child(2) {
  width: 80%;
}

table.editor.col3 td:nth-child(2) {
  width: 10%;
  padding: 4px;
}

table.editor.col3 th:nth-child(2) {
  width: 10%;
}

table.editor.col3 td:nth-child(3) {
  width: 70%;
}

table.editor.col3 th:nth-child(3) {
  width: 70%;
}

#editordebug {
  font-size: 77%;
  color: #666;
  border: 1px solid #333;
  background-color: #ffe;
  padding: 0.2em;
  font-family: consolas, monospace;
}

/*
.ui-widget-header {
	background: #7db9e8;  old browsers
	background: -moz-linear-gradient(top, #7db9e8 0%, #073D73 66%);  firefox
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7db9e8), color-stop(66%,#073D73));  webkit
	border: 1px solid #416371;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
	color: #FF9621;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#073D73',GradientType=0 );  ie
	font-weight:bold;
	padding: .5ex 1ex;
	text-shadow: 1px 1px rgba(0,0,0,0.6);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
}
.ui-tabs .ui-widget-header {
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.7);
	text-shadow: 1px 1px rgba(0,0,0,0.6);
	-moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.7);
}*/
#largeArtwork img {
  float: left;
  width: auto;
  height: auto;
  margin-right: 10px;
  *border: outset 1px;
  background: #eee;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
}

#amzn_popup_div {
  z-index: 1000 !important;
}

.ui-dialog .ui-dialog-titlebar-pin {
  height: 18px;
  margin: -10px 0 0;
  padding: 1px;
  position: absolute;
  left: 0.3em;
  top: 50%;
  width: 19px;
}

.ui-dialog-titlebar-pin + .ui-dialog-title {
  margin: 0.1em 16px;
}

.ui-tabs,
#topsongs-tabs {
  border: none;
  padding: 0;
}

.ui-tabs .ui-tabs-panel,
#topsongs-tabs .ui-tabs-panel {
  padding-left: 0;
  padding-right: 0;
}

#tagboard-content {
  cursor: pointer;
  border: 1px solid #eee;
  padding: 3px;
  display: block;
}

.genre-list div,
.genre-artist-list div,
.new-artist-list div,
.artist-list div {
  margin-bottom: 10px;
}

/*
.mobile #doc2 {
  width: 650px;
}

.mobile #page {
  background-size: 650px;
}

.mobile #left-panel,
.mobile .left-panel {
  display:none;
  width: 100%;
}

.mobile #right-panel,
.mobile .right-panel {
  width: 100%;
}

.mobile #menubar-2015.fixed {
  left: 0;
  width: 100%;
}

.mobile #contents {
  min-height: 0;
  height: auto;
}

.mobile #contents {
  min-height: 0;
  height: auto;
}

.mobile #songs {
	min-height: 50px;
	border: 1px solid #ddd;
	border-top: 0;
}

.mobile #songs_box li,
.mobile #albums_box li,
.mobile #artists_box li,
.mobile ul.selectable li {
	padding: 10px 0;
	margin: 1px 0;
}

.mobile #search_letters div.yui3-u.letter {
  width: 10.7%;
}
*/
#all_results h3,
#div_recent_posts h3 {
  font-size: 13px;
}

#div_recent_posts h3 span.is-read {
  color: #888;
}

#div_recent_posts h3 span.to-read {
  color: #337ab7;
}

.cse .gsc-control-cse,
.gsc-control-cse {
  padding: 0 !important;
  width: auto;
}

@media (max-width: 767px) {
  #page,
  #doc2,
  .container {
    width: 750px;
  }
  #header {
    background-size: 90%;
  }
  #page,
  #doc2,
  .container {
    width: auto;
  }
  div.albuminfo {
    width: 75% !important;
  }
  div.albuminfo dt {
    width: 35% !important;
  }
  div.albuminfo dd {
    width: 60% !important;
  }
  #left-panel,
  #right-panel {
    width: 100%;
  }
  h1 span.info {
    display: none;
  }
  #currentsong {
    height: auto !important;
  }
  #current .albumcover {
    /*max-width: 300px !important;*/
    /*height: 300px !important;*/
  }
  #current .songentry {
    max-height: 600px !important;
  }
  #current .albumdisplay,
  #current .albuminfo,
  #current .time-rating-box {
    display: block;
    width: auto;
    height: auto;
    min-height: auto !important;
    max-height: 300px !important;
  }
  #menubar-2015 .right-panel {
    width: 100% !important;
  }
  #menubar-2015.fixed .left-panel {
    display: none;
  }
  #menubar-2015.fixed .right-panel {
    width: 100% !important;
  }
  #letters .letter {
    width: 4em !important;
    margin: 5px;
    background: url("/rprweb/images/grey-gradient.png") repeat-x scroll 0 0 transparent;
    background-size: contain;
    border: 1px solid #666;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 0.5ex;
    text-decoration: none;
  }
}

/*# sourceMappingURL=general.css.map */
