
#content h1 .intro {
  font-size: 16px;
  display: block;
}

#content h1 .year {
  font-weight: normal;
  font-size: 16px;
  vertical-align: 20%;
}

#content h1.tight {
  margin-bottom:2px;
}

#content p {
  font-family: Verdana, sans-serif;
  margin-bottom: 5px;
}

#content .review_body  {
  margin-bottom: 25px;
}

#content ul li {
  font-family: Verdana, sans-serif;
}

#content ul li a {
  color: #fff;
  font-weight: bold;
}

#content ul.items li {
  padding-top: 1px;
  padding-bottom: 1px;
  list-style-type: none;
}

#content ul.items li a {
  text-decoration: none;
}

#content table {
  margin-top: 10px;
  width: 100%;
  cursor: default;
}

#content table.review_data {
  width: 500px;
  float: right;
  margin-left: 25px;
  margin-bottom: 15px;
}

#content table caption {
  text-align: left;
  display: none;
}

#content th.title {
  width: 275px;
}

#content th.grade {
  width: 50px;
}

#content td {
  padding: 5px;
  border: 1px solid #000;
}

#content td img.icon {
  vertical-align: sub;
}

#content td.tagline {
  text-overflow: ellipsis
}

#content td.item_title  a{
  margin-left: 5px;
}

#content td.property {
  font-weight: bold;
  width: 135px;
}

#content td.description {
  font-style: italic;
  color: #a0a0a0;
}

#content .native td.grade {
  font-weight: bold;
  text-decoration: underline;
  text-align: center;
}

#content .native td.grade_bad {
  color: #f00;
}

#content .native td.grade_low {
  color: #a30;
}

#content .native td.grade_medium {
  color: #060;
}

#content .native td.grade_high {
  color: #0d0;
}

#content th {
  font-family: Georgia, sans-serif;
  color: #fff;
}

#content .ads {
  margin-top: 20px;
}

#content .footer {
  margin-top: 20px;
  text-align: right;
  padding: 10px;
}

#content .footer img {
  vertical-align: bottom;
}

#content .native {
  position: relative;
}

#content p.categories a {
  display: inline-block;
  padding: 5px;
  background-color: #222;
  color: #fff;
  margin: 5px;
  border-radius: 3px;
  text-decoration: none;
}

#content .native p.notes {
  margin-top:0px;
  color: #808080;
  font-style: italic;
}

#content .native p.notes a {
  color: #808080;
}


#chart {
  position: absolute;
  right: 100px;
  top: 350px;
  width: 500px;
  height: 625px;
}

@media all and (max-width: 1000px) {
  #chart {
    display: none;
  }
}
