/* ===== Custom CSS v1.2: Featured Collections (List View) ===== */

/*
body::after{content:"customcss loaded";position:fixed;right:10px;bottom:10px;background:#ff0;padding:4px 8px;font:12px/1.2 sans-serif;z-index:99999;}
*/

/* Remove text shadows and enforce plain colour for featured collection titles */
.FeaturedSimpleTile .FeaturedSimpleTileContents h2 {
  background-color: rgba(0,0,0,0.6);
  padding-bottom: 5px;
  text-shadow: 0px 0px 0px #000;
  color: #666;
}
