#article, #page {
  height: 100%;
  padding: 0px 10px; }
  #article .date, #page .date {
    font-size: 13px;
    display: block;
    margin-bottom: 6px;
    width: 100%;
    margin-top: 0px;
    text-align: right; }
  #article .title, #page .title {
    font-size: 26px;
    margin-bottom: 6px;
    display: block;
    font-weight: bold;
    overflow: hidden; }
  #article .subtitle, #page .subtitle {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 6px;
    display: block;
    text-transform: uppercase; }
  #article .author, #page .author {
    display: block;
    margin-bottom: 6px;
    text-transform: uppercase;
    margin-top: 30px;
    font-size: 14px;
    font-weight: bold; }
  #article .intro, #page .intro {
    margin-bottom: 6px;
    display: block;
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px; }
  #article .react, #page .react {
    margin-top: 30px;
    font-weight: bold;
    display: block; }
  #article .text, #page .text {
    margin-top: 30px;
    font-size: 15px;
    line-height: 25px;
    display: block; }
  #article img, #page img {
    max-width: 560px; }

#reactions {
  background-color: #F8F1D8; }
  #reactions td {
    line-height: 24px;
    font-size: 15px;
    padding: 10px;
    border-bottom: 1px solid #aaa; }
    #reactions td div.hidden {
      display: none; }
    #reactions td div.report {
      font-size: 12px; }
    #reactions td div.new_reactions_report {
      font-size: 12px; }
      #reactions td div.new_reactions_report input {
        background-color: #F8F1D8;
        margin: 0;
        color: red;
        font-style: italic;
        border: 1px solid #F8F1D8 !important; }

#reactions_new {
  background-color: #eee; }
  #reactions_new #reactions_new_title {
    background-color: #444;
    color: #FFF;
    padding: 5px 10px; }
  #reactions_new #reactions_form_feedback {
    font-size: 15px;
    color: red;
    padding: 5px 10px; }
  #reactions_new #reactions_form table {
    border-spacing: 0;
    border-colapse: 0;
    border: 0; }
  #reactions_new #reactions_form td {
    font-size: 12px;
    padding: 10px; }
    #reactions_new #reactions_form td input {
      font-size: 15px;
      margin: 0;
      width: 250px; }
    #reactions_new #reactions_form td textarea {
      margin: 0;
      width: 540px;
      height: 200px;
      font-size: 15px; }

.center {
  text-align: center; }

.right {
  position: relative;
  float: right; }

#gorilla_list {
  border-bottom: 0px; }
  #gorilla_list ul li {
    float: left;
    margin: 5px;
    padding: 0; }
    #gorilla_list ul li a {
      padding: 0; }
    #gorilla_list ul li img {
      width: 100px;
      height: 141px; }
