﻿.skm_BookReviewContainer
{
    text-align: center;
}

.skm_BookReview
{
}

.skm_BookReviewByline
{
    font-size: 85%;
}

.skm_EditRow
{
    background-color: #DDD;
}

.skm_RowLabel
{
    font-weight: bold;
    text-align: right;
}

pre b 
{
    color: Red;
}

table.searchResults 
{
    color:White;
    width: 95%;
    border: 0px solid white;
    background-color: #4d4d4d;
}

table.searchResults th {
    background-color: #871680;
    font-weight:bold;
}

table.searchResults a
{
    color:White;
}

#noResults {
    padding-left: 25px;
    color: Red;
}
.map-area {
    width: 100%; 
    height: 400px; 
    margin-bottom: 15px;
    border: solid 1px #333;
}

.infoWindow 
{
    color: Black;
    line-height: normal;
    height:90px;
}

.infoWindow a
{
 color:Black;   
}

h2
{
  color: Black;  
}
    


