/* dfBlog Custom Styles
***************************************************************************** */

/* Define your custom styles here */
.sushiproslogan {
  color:#cc0000;
  font-size: 5em;
  margin-left: 16px;
}

/* for restaurant name and address at top of review posts */
span.address {
  background-color:#f0f0f0;
  border: 1px solid red;
  color:#000000;
  float:right;
  margin: 9px 0 10px 0;
  padding: 4px 6px;
  width:212px;
}


