/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles at the end of this file instead 
of style.css so it is easier to update the theme. 
Simply copy an existing style from style.css to this file, 
and modify it to your liking.
*/

.highlight-box {
  float: right;
  margin: 0 0 10px 10px;
  width: 200px;
  padding: 10px;
  font-family: "Georgia", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
  border-top: 8px solid #e2007a;
  background: #ccc;
  color: #000;
}


.review-box {
  float: right;
  margin: 0 0 10px 10px;
  width: 210px;
  padding: 10px;
  font-family: "Georgia", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
  border-top: 8px solid #e2007a;
  background: #fff;
  color: #000;
}


.footnotes {
  font-size: 85%;
  line-height: 1.5em;
  padding: 10px 0 10px 0;
}

.footnotes .footnotedivider {
  width: 120px;
  border-bottom: 1px solid #ccc;
}

.footnotes ol li {
  margin: 0 0 5px 0;
}

sup.footnote a {
  text-decoration: none;
  font-size: 80%;
}

sup.footnote {
  line-height: 0em;
}

.footnotereverse a {
  padding: 0 0 0 5px;
  text-decoration: none;
}
