div.right-image-block
{
  float: right;
  height: 490px;
  background-color: #BDCFC5;
  width: 260px;
  margin-left: 15px;
}

div.long
{
  height: 650px;
}

div.right-image-block img
{
  float: left;
}

div.right-image-block div
{
  float: left;
  padding: 50px 20px;
  text-align:justify;
}

table#sample
{
  width: 390px;
  margin-left: 10px;
  border-collapse: collapse;
  float:left;
}

table#sample td
{
  border: solid 2px #7EA18F;
  padding: 2px 3px;
}

table#sample thead td
{
  color: #7EA18F;
  font-size: 16px;
  font-weight: bold;
}

td#meal-of-the-day
{
  width: 35%;
}