/* unvisited link */
.comments-link a:link,  .comments-link a:visited
{
  color: #2E8AE6; 
}
.comments-link a:hover, .comments-link a:active
{
  color: #6699FF;
}

    em
    {
      font-weight: 600; /* semi-bold */
    }

    img.align-left-222
    {
      width: 222;
      float: left;
      margin-right: .5em;
    }
    @media (max-width: 522px) 
    {
      img.align-left-222
      {
        display: block;
        height: auto;
        max-width: 222;
        float: none;
        margin-right: 0;
      }
    }


    img.std-inline
    {
      display: block;
      height: auto;
      max-width: 100%;
    }


    img.fit-to-container
    {
      display: block;
      width: 100%;
      height: auto;
    }

    img.navigable
    {
      cursor: pointer;
    }


    img.para
    {
          margin-bottom: 1.6em;
      margin-top: 1.6em;
    }

    img.subtle-shadow
    {
      box-shadow: 1px 1px 2px 1px rgba(0,0,0,.3);
    }

/* removed all .book stuff to books.css */
