
table.likePDF
{
    text-align: center;
    font-family: Verdana;
    font-weight: normal;
    font-size: 11px;
    border: 1px black solid;
    border-collapse: collapse;
    border-spacing: 0px;
}
table.likePDF td
{
    border-bottom: 1px solid black;
    border-top: 0px;
    border-left: 1px solid black;
    border-right: 0px;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    font-family: Times, serif;
    font-weight: normal;
    font-size: 16px;
    color: black;
}
table.likePDF td.heading
{
    font-size: 18px;
    font-style: italic;
    background-color: #4BA3C7;
}
table.likePDF td.price
{
	font-style: italic;
    text-align: center;
    color: #1a523e;
}
table.likePDF td.good
{
    color: green;
    font-weight: bold;
    font-size: 16px;
}
table.likePDF td.bad
{
    color: red;
    font-weight: bold;
    font-size: 16px;
}


table.compact
{
    text-align: center;
    font-family: Verdana;
    font-weight: normal;
    font-size: 11px;
    color: #404040;
    background-color: #fafafa;
    border: 1px #6699CC solid;
    border-collapse: collapse;
    border-spacing: 0px;
}
table.compact th
{
    border-bottom: 2px solid #1F5870;
    border-left: 1px solid #296E8B;
    background-color: #4BA3C7;
    text-align: left;
    padding-left: 5px;
    font-family: Verdana;
    font-weight: bold;
    font-size: 11px;
    color: #404040;
}
table.compact td
{
    border-bottom: 1px solid #6699cc;
    border-top: 0px;
    border-left: 1px solid #6699cc;
    border-right: 0px;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Verdana, sans-serif, Arial;
    font-weight: normal;
    font-size: 11px;
    color: #404040;
    background-color: #fafafa;
}
