/*----------------------------------------------------------/
                      Signature
/----------------------------------------------------------*/

#signature table
{
    margin-left: 24px;
}

#signature td
{
    padding-right: 1em;
}

/*----------------------------------------------------------/
                      Testimonials
/----------------------------------------------------------*/

#testimonials table {
    margin: 12px 25px 12px 25px;
    width: 96%;
    border-collapse: collapse;
}

#testimonials a {
    font-family: Georgia, Verdana, Arial;
    font-size: 200%;
}

#testimonials h3 {
    font-size: 200%;
    margin: 0;
    padding: 0;
}

#testimonials h4 {
    font-size: 150%;
    margin: 0.5em 0 0 0;
    padding: 0;
}

#testimonials tr {
    border-top: 2px solid #5b5b5b /* #282828*/;
    border-bottom: 2px solid #5b5b5b /* #282828*/ ;
}

#testimonials td {
    padding: 1.2em 0.5em 1.2em 0.5em;
}

#testimonials p {
    margin: 0;
}

#testimonials blockquote {
    margin: 1.5em 0 1.5em 0;
}

#testimonials blockquote p {
    line-height: 180%;
    margin: 0.75em 0 0 0;
    font-family: Georgia, Verdana, Arial;
    font-style: italic;
    font-size: 1.2em;
}