#main .feed.reviews > section {
  border-bottom: 2px solid #e6e6e6;
  padding: 2.4em 0; }
  #main .feed.reviews > section:first-child {
    padding-top: 0; }
  #main .feed.reviews > section h1 {
    font-size: 1.33em;
    line-height: 1.20301em;
    margin: 0em; }
    #main .feed.reviews > section h1 a {
      text-decoration: none; }
  #main .feed.reviews > section cite {
    color: #888;
    display: block;
    font-style: normal;
    font-size: 0.75em;
    line-height: 2.13333em;
    margin-top: 0em;
    margin-bottom: 1.06667em; }
#main .feed.reviews > footer {
  clear: both; }
  #main .feed.reviews > footer ol.pager {
    border-top: 2px solid #eee;
    list-style: none;
    margin: 0;
    padding-top: 1.2em; }
    #main .feed.reviews > footer ol.pager li {
      float: left;
      margin-right: .2em; }
      #main .feed.reviews > footer ol.pager li span, #main .feed.reviews > footer ol.pager li a {
        display: block;
        text-align: center;
        font-size: 1em;
        line-height: 2em;
        margin: 0em;
        height: 2em;
        width: 2em;
        overflow: hidden; }
      #main .feed.reviews > footer ol.pager li span {
        font-weight: bold; }
      #main .feed.reviews > footer ol.pager li a {
        text-decoration: none;
        color: #fff;
        background-color: #048577;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px; }
      #main .feed.reviews > footer ol.pager li.previous a:before {
        font-family: FontAwesome;
        font-weight: normal !important;
        font-style: normal !important;
        text-decoration: inherit;
        -webkit-font-smoothing: antialiased;
        content: "\f0d9";
        display: block;
        text-indent: -1px; }
      .ie7 #main .feed.reviews > footer ol.pager li.previous a {
        width: auto;
        padding: 0 10px; }
      #main .feed.reviews > footer ol.pager li.next a:before {
        font-family: FontAwesome;
        font-weight: normal !important;
        font-style: normal !important;
        text-decoration: inherit;
        -webkit-font-smoothing: antialiased;
        content: "\f0da";
        display: block;
        text-indent: 1px; }
      .ie7 #main .feed.reviews > footer ol.pager li.next a {
        width: auto;
        padding: 0 10px; }

#main article.review > header h1 {
  font-size: 1.33em;
  line-height: 1.20301em;
  margin-top: 0em;
  margin-bottom: 1.20301em; }
#main article.review cite {
  display: block;
  color: #888;
  font-style: normal; }
  #main article.review cite:before {
    content: "\2014";
    margin-right: .3em; }
#main article.review br {
  display: none; }
#main article.review > footer {
  border-top: 2px solid #eee;
  padding-top: 1.6em;
  margin-top: 1.6em; }
  #main article.review > footer .back a {
    font-size: 1em;
    line-height: 1.6em;
    padding: 0.2em 0.8em;
    border: none;
    text-decoration: none;
    cursor: pointer;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: none;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-family: "din next", "times new roman", serif;
    background-color: #048577; }
    #main article.review > footer .back a::-moz-focus-inner, #main article.review > footer .back a[type="button"]::-moz-focus-inner {
      padding: 0;
      border: 0; }
    .ie7 #main article.review > footer .back a {
      line-height: normal;
      height: auto; }
    #main article.review > footer .back a:before {
      font-family: FontAwesome;
      font-weight: normal !important;
      font-style: normal !important;
      text-decoration: inherit;
      -webkit-font-smoothing: antialiased;
      content: "\f0d9";
      margin-right: .6em; }
