﻿html,body {
	font-family: 'OpenSans-Regular';
	background:#FFF;
	font-size:100%;
}

.table {
    border-collapse:collapse; 
    border:0px
}

.oddrows { /* 1,3,5 rows */
    font-size: 1.0em; 
    background-color:#F0F0F0;
} 

.evenrows /* 2,4,6 rows*/
{
    font-size: 1.0em; 
    background-color:#E0E0E0;
}

.rating /* "Excellent" */
{
    font-size: 1.0em; 
    font-style: italic; 
    font-weight:bold;
} 

.comment /* We had a wonderful meal... */
{
    font-size: 1.0em;
} 

.icon /* user image 50x50px */
{
} 

.url
{
    font-size: 1.0em;
} 

.review /* contains five stars image and review date*/
{
    font-size: 0.7em;
}
 
.name /* John Smith */
{
    font-size: 0.7em; 
    font-weight:bold;
}
 
.business /* The Quality Restaurant*/
{
    font-size: 0.7em; 
    color: white; 
    background-color: #26A9E1
}
 
.response /* Thank you for being a great customer */
{
    font-size: 1.0em; 
    color: #26A9E1
}

.delimiter /* hr tab class name */
{
    line-height:4px; 
    color: #26A9E1; 
    margin-left:10%;
    margin-right:10%
} 

