/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  font-family: Arial; }

.container {
  max-width: 1000px;
  margin: 0 auto; }

.company {
  position: relative;
  background: linear-gradient(180deg, #fffffa, #f1efe2);
  border: 2px solid #e5e5e5; }
  .company.selected {
    background: #fdfef9; }
  .company > .company-index {
    position: absolute;
    background: #4fd1f4;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    top: 10px;
    left: 10px; }

.company-info {
  overflow: hidden;
  margin-left: 60px;
  padding: 10px; }

.company-header {
  overflow: auto; }
  .company-header > div {
    float: left;
    display: inline-block; }
  .company-header > .company-title {
    font-size: 25px;
    line-height: 30px;
    float: left;
    color: #057fc4; }
  .company-header > .company-grade {
    float: right; }
    .company-header > .company-grade > img {
      float: left;
      height: 25px;
      margin-left: 10px; }

.criteria {
  margin-top: 10px;
  color: #555;
  line-height: 20px; }
  .criteria > .label {
    font-weight: bold;
    float: left;
    display: inline-block;
    margin-right: 5px; }

.more-info {
  color: #777;
  font-style: italic;
  margin-top: 10px; }

.more-info-link {
  margin-top: 10px;
  color: #cd0000;
  display: block;
  text-decoration: none; }
  .more-info-link .arrow {
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    position: relative;
    left: 5px; }
    .more-info-link .arrow.arrow-opened {
      border-top: 5px solid #000;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      top: 12px; }
    .more-info-link .arrow.arrow-closed {
      border-top: 5px solid transparent;
      border-bottom: 5px solid #000;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      top: -10px; }

.extra-info {
  overflow: hidden; }

@media screen and (max-width: 480px) {
  .company-header > .company-title {
    float: none; }
  .company-header > .company-grade {
    margin-top: 10px;
    float: left; }
    .company-header > .company-grade > img {
      float: left;
      height: 20px;
      margin-left: 5px; } }
