﻿body
{
    font-family: Times New Roman, Serif;
    font-size: 110%;
    padding: 1em;
}
h1
{
    text-align: center;
}
.PseudoHyperlink
{
    text-decoration: underline;
    color: Blue;
}

.PseudoHyperlink:hover
{
    cursor: pointer;
}
div.knownReviews
{
    display: none;
}
p.knownReview
{
    margin: 0;
    padding: 0;
}
p.missingReview
{
    color: Red;
    text-decoration: underline;
}
span.missingReviewText
{
    color: #000;
    text-decoration: none;
    font-size: 0.8em;
}
p.foundReview
{
    color: Blue;
    text-decoration: line-through;
    display: none;
}
div.Review
{
    border-top: 1px solid black;
    padding-left: 4em;
    padding-right: 4em;
}
p.BookTitle
{
    font-weight: bold;
    font-size: 1.2em;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 0.35em;
}
p.BookBy
{
    font-weight: normal;
    font-size: 1em;
    text-align: center;
    margin-top: 0em;
    margin-bottom: 0.4em;
}
p.BookAuthor
{
    font-weight: bold;
    font-size: 1em;
    text-align: center;
    margin-top: 0em;
    margin-bottom: 0em;
}
p.ReviewDate
{
    text-align: center;
    margin-top: 0em;
    margin-bottom: 1em;
    font-size: 88%;
    font-family: Verdana, Arial, Serif;
}
p.ReviewText {
    
}
p.ReviewDate:before, p.ReviewDate::before {
  content: "Reviewed: ";
}

span.tocTitle
{
    text-decoration: underline;
}
span.tocReviewDate
{
    color: #000;
    font-size: 88%;
    font-family: Verdana, Arial, Serif;
}
.tocContainer
{
    clear: both;
}
a.tocLink
{
    text-decoration: none;
}
a.tocBackLink
{
    padding-top: 0.5em;
}
p.copyright
{
    font-size: .8em;
    border-top: 1px solid #000;
    padding: 1em;
}
.fieldLabel
{
    color: #a9a9a9;
    font-size: 80%;
    font-weight: bold;
}
