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

.MobileWrapper
{
  margin: 0px 0px 10px 0px;
  width: 980px;
  background-color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

  .MobileHeader
  {
    background-image: url('https://core-secure-graphics.grocerywebsite.com/G_MobileLandingPage/Header_BG_B.png');
    width: 980px;
    height: 433px;
  }
  
    .SendToPhoneContainer
    {
      padding-top: 335px;
      display: inline-block;
    }
        
    .SendToPhone
    {
      width: 550px;
      background-color: #fff;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      margin: 0px 0px 0px 370px;
      border: 1px solid #000000;
      z-index: 3000;
      position: relative;
    }
    
      .PhoneForm
      {
        background-color: white;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-bottomleft: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        border-top: 1px solid #ababab;
      }
      
        .PhoneForm input.Text
        {
          width: 355px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          border-radius: 5px;
          border: 1px solid #ABABAB;
          padding: 15px;
        }
        
        .PhoneForm input.Text:hover
        {
          background-color: #eaeaea;
        }
        
        .PhoneForm table
        {
          margin: 20px 0px 0px 30px;
        }
        
  .MobileFeatures
  {
    margin: 30px 0px 0px 130px;
    z-index: 1000;
  }
  
    .LeftCol
    {
      float: left;
      margin: 0px 0px 0px 0px;
      width: 360px;
    }
        
    .RightCol
    {
      float: left;
      margin-left: 20px;
      width: 360px;
    }
    
    .InsideLeft
    {
      float: left;
    }
    
    .InsideRight
    {
      float: left;
      margin: 10px 0px 10px 0px;
      width: 300px;
      min-height: 123px;
      height: auto;
    }

  ol
  {
	margin-left: 20px;
  }

  .BookmarkInstructions
  {
	margin: 0 0 0 130px;
  }
  
  .Clear
  {clear: both;}
  
  .MobileFooter
  {
    margin: 30px 0px 0px 0px;
    background-color: #fff;
    width: 980px;
  }
  
    .Optimized
    {
      width: 496px;
      margin: 0px auto;
    }
    
    .Optimized img
    {
      margin: 0px 0px 30px 0px;
    }
    
    .OptimizedImageFirst
    {
      float: left;
      margin-right: 20px;
      cursor: default;
    }    
    
    .OptimizedImage
    {
      position: relative;
      float: left;
      margin-right: 20px;
      cursor: default;
    }
        
    .Optimized span
    {
      width: 170px;
      position: absolute;
      top: -90px !important;
      left: -90px;
      text-align: left;
      z-index: 2;
      display: none;
      background: rgba(39, 39, 39, 0.9);
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      padding: 10px 15px 10px 15px;
      line-height: 20px;
      color: #fff;
    }
    
/* Typography */

h1
{
  font-family: "MuseoSans500", Lucida Sans, "Helvetica", Arial, sans-serif;  
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #bf1313;
}

.BookmarkInstructions h1
{
  margin-bottom: 30px;
  color: #d12b1b !important;
}

h2
{
  margin: 5px 0 30px 10px;
  font-family: "MuseoSans500", Lucida Sans, "Helvetica", Arial, sans-serif;  
  font-size: 14px;
  font-weight: bold;
  color: #bf1313;
}

.MobileFeatures p, p
{
  font-family: Helvetica, Arial, Lucida Sans, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #272727;
  line-height: 20px;
}

.SendToPhone span
{
  display: block;
  float: left;
  font-family: Helvetica, Arial, Lucida Sans, sans-serif;
  font-size: 18px;
  color: #122538;
  margin: 0px 0px 0px 20px;
  padding: 20px 0px 21px 0px;
  width: 325px;
  overflow: hidden;
}

span.Label
{
  font-size: 14px;
  color: #0C1B2B;
  margin: 0px 10px 0px 0px;
  width: inherit;
}

.PhoneForm input
{
  font-family: Helvetica, Arial, Lucida Sans, sans-serif;
  font-size: 14px;
  color: #0C1B2B;
} 

/* Links */

.SendToPhone a
{
  display: block;
  float: right;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: black;
  border: 1px solid #511010;
  font-family: Helvetica, Arial, Lucida Sans, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
  color: white;
  margin: 7px 7px 0px 0px;
  padding: 15px 20px 15px 20px;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#474747), color-stop(0.5, #474747), color-stop(0.5, #000000), to(#000000));
  background-image: -moz-linear-gradient(top, #474747 0%, #474747 50%, #000000 50%, #000000 100%);
  text-shadow: #000 -1px -1px 0px;  
}

.SendToPhone a:visited
{
  display: block;
  float: right;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: red;
  border: 1px solid #511010;
  font-family: Helvetica, Arial, Lucida Sans, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
  color: white;
  margin: 7px 7px 0px 0px;
  padding: 15px 20px 15px 20px;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#474747), color-stop(0.5, #474747), color-stop(0.5, #000000), to(#000000));
  background-image: -moz-linear-gradient(top, #474747 0%, #474747 50%, #000000 50%, #000000 100%);
  text-shadow: #000 -1px -1px 0px;  
}

.SendToPhone a:hover
{
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: red;
  border: 1px solid #511010;
  font-family: Helvetica, Arial, Lucida Sans, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
  color: white;
  padding: 15px 20px 15px 20px;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d65b5c), color-stop(0.5, #d65b5c), color-stop(0.5, #ce1b22), to(#ce1b22));
  text-shadow: #511008 -1px -1px 0px;  
}

.SendToPhone a:active
{
  display: block;
  float: right;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: red;
  border: 1px solid #511010;
  font-family: Helvetica, Arial, Lucida Sans, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
  color: white;
  margin: 7px 7px 0px 0px;
  padding: 15px 20px 15px 20px;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#474747), color-stop(0.5, #474747), color-stop(0.5, #000000), to(#000000));
  background-image: -moz-linear-gradient(top, #474747 0%, #474747 50%, #000000 50%, #000000 100%);
  text-shadow: #000 -1px -1px 0px;  
}


.PhoneForm input.button
{
  display: block;
  float: left;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: red;
  background-image: none;
  border: 1px solid #511010;
  border-spacing: none;
  font-family: Helvetica, Arial, Lucida Sans, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
  color: white;
  margin-bottom: 20px ;
  padding: 15px 20px 15px 20px;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#474747), color-stop(0.5, #474747), color-stop(0.5, #000000), to(#000000));
  background-image: -moz-linear-gradient(top, #474747 0%, #474747 50%, #000000 50%, #000000 100%);
  text-shadow: #000 -1px -1px 0px;
  filter: none;
  cursor: pointer;  
}

.PhoneForm input.button:hover
{
  display: block;
  float: left;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: red;
  border: 1px solid #511010;
  border-spacing: none;
  font-family: Helvetica, Arial, Lucida Sans, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
  color: white;
  margin-bottom: 20px ;
  padding: 15px 20px 15px 20px;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d65b5c), color-stop(0.5, #d65b5c), color-stop(0.5, #ce1b22), to(#ce1b22));
  text-shadow: #511008 -1px -1px 0px;
  filter: none;
  cursor: pointer;  
}

/* Message Layout */

.MessageWrapper
{
  margin: 0px 0px 10px 0px;
}

  .MessageIcon
  {
    float: left;
  }
  
  .MessageIcon img
  {
    margin: 0px;
  }
  
  .Message
  {
    float: left;
    margin-left: 10px;
  }
  
  .PhoneForm .MessageWrapper
  {
    margin: 20px 0px 20px 45px;
  }
  
  /* Typography */
  
  .Message p
  {
    font-family: Helvetica, Arial, Lucida Sans, sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin: 0px 0px 5px 0px;
  }
  
  .Message span
  {
    font-family: Helvetica, Arial, Lucida Sans, sans-serif;    
    font-size: 12px;
    font-weight: regular;
    margin: 0px 0px 20px 0px;
    padding: 0px;
  }</pre></body></html>