/* My Rhythm: flatten label/title/desc so header text sits on flat white (removes the global card-box "pillow") */
#page-rhythm .rhy-card-label,
#page-rhythm .rhy-card-title,
#page-rhythm .rhy-card-desc{
  background:transparent !important; border:0 !important; box-shadow:none !important;
  border-radius:0 !important; padding:0 !important; transform:none !important;
}
#page-rhythm .rhy-card-label:hover,
#page-rhythm .rhy-card-title:hover,
#page-rhythm .rhy-card-desc:hover{ box-shadow:none !important; transform:none !important; }
