<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Category Index - EatingWell */

.Content ul.Categories li.Courses
{
	background: #eee url( http://p4b.webstop.com/0_GraphicsRecipes/EatingWell/180/MK6190.JPG ) no-repeat center left;
}

.Content ul.Categories li.Cuisines
{
	background: #eee url( http://p4b.webstop.com/0_GraphicsRecipes/EatingWell/180/MP6420.JPG ) no-repeat center left;
}

.Content ul.Categories li.DishTypes
{
	background: #eee url( http://p4b.webstop.com/0_GraphicsRecipes/EatingWell/180/SD5081.JPG ) no-repeat center left;
}

.Content ul.Categories li.EaseOfPrep
{
	background: #eee url( http://p4b.webstop.com/0_GraphicsRecipes/EatingWell/180/SP4621.JPG ) no-repeat center left;
}

.Content ul.Categories li.HealthConsideration
{
	background: #eee url( http://p4b.webstop.com/0_GraphicsRecipes/EatingWell/180/MP2029.JPG ) no-repeat center left;
}

.Content ul.Categories li.MainIngredients
{
	background: #eee url( http://p4b.webstop.com/0_GraphicsRecipes/EatingWell/180/SD6201.JPG ) no-repeat top left;
}

.Content ul.Categories li.OccasionSeason
{
	background: #eee url( http://p4b.webstop.com/0_GraphicsRecipes/EatingWell/180/AP4989.JPG ) no-repeat top left;
}

.Content ul.Categories li.Techniques
{
	background: #eee url( http://p4b.webstop.com/0_GraphicsRecipes/EatingWell/180/SD4574.JPG ) no-repeat top left;
}

/* Fix to recipe detail rate it button */
.RecipeActions button, .RecipeActions .button {
	min-height: 48px;
  border: 1px #aaa solid;
  outline-width: 2px;
  outline-color: blue;
}

/* Start - Breadcrumbs */

.Content ul.Breadcrumb {
  margin: 0 10px 0 0px;
  padding: 0 0 0 5px;
  border: 1px solid #ccc;
  border-color: #eee #ccc #ccc #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  list-style: none;
  display: block;
  clear: both;
  background: #fcfcfc;
  zoom: 1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  
}

.Content ul.Breadcrumb li {
  margin: 0;
  border: 0;
  padding: 0;
  
  display: inline;
}

ul.Breadcrumb li a {
  margin: 0;
  padding: 5px 12px 5px 5px;
  text-decoration: none;
  display: inline-block;
  background: url( https://recipes-secure-graphics.grocerywebsite.com/Breadcrumbs/Arrow15x48.png ) no-repeat center right;
}

.Content ul.Breadcrumb li.Last a {
  background: none;
}

/* END - Breadcrumbs */
/**
 * Pagination
 * 
 * @Author Greg Hemphill
 */
div.Pagination {
  margin: 10px;
  padding: 0;
  height: 18px;
  display: block;
  text-align: right;
  white-space: nowrap;
  clear: both;
}

div.Pagination.Top {
  margin-bottom: 0;
}

div.Pagination.Bottom {
  margin-top: 0;
}


div.Pagination ul li.ViewingStats {
  border: 0;
}

div.SkipTop {
  margin: 0 10px 0 10px;
  border-bottom: 0;
}
div.SkipTop ul li {
  border-top: 1px solid #999;
}

div.SkipBottom ul li {
  border-bottom: 1px solid #999;
}

div.SkipBottom {
  margin: 0 10px 10px 10px;
  border-top: 0;
}

div.Pagination p {
  margin: 0;
  padding: 3px 0;
  width: 42%;
  display: block;
  float: left;
  text-align: left;
}


div.Pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 57%;
  display: block;
  float: right;
}

div.Pagination ul li {
  margin: 0;
  padding: 0;
  display: inline;
}

div.Pagination ul li a {
  margin: 0;
  padding: 2px 3px;
  border: 1px solid #ccc;
  border-color: #eee #ccc #ccc #eee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  text-decoration: none;
  text-shadow: none;
  background: #FCFCFC;
  outline-width: 2px;

}

div.Pagination ul li a:hover {
  border: 1px solid #999;
  border-color: #ccc #999 #999 #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

div.Pagination ul li.CurrentPage span {
  margin: 0;
  padding: 2px 5px;
  display: inline-block;
  text-decoration: none;
  text-shadow: 1px 1px 0 #ccc;
  border: 1px solid #ddd;
  border-color: #eee #ccc #ccc #eee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #ccc;

  
}


div.Pagination .word {
  display: none;
}


div.Pagination ul li.CurrentPage {
  font-weight: bold;
}
/* end pagination */

/* secret hidden print only stuff */
.PrintOnly { display: none; }

/* body group rules */
.Group {
  margin: 10px;
  border: 1px solid #ccc;
  border-color: #eee #ccc #ccc #eee;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 0;
  display: block;
  background: #ddd;
  
}
/* end secret hidden print only stuff */</pre></body></html>