﻿div#ratios 
{
    float:left;
    margin: 16px 16px 0px 0px;   
}
p.ratios 
{
    position:relative;
    text-align:center;
    font-size:0.9em;
    top:-2px;
    color:#bbbbbb;
}

table#ratioNumbers 
{
    width:200px;
    font-size:0.8em;
    background: #e7dfee;
    font-style:italic;
    text-align:center;
    border-collapse:collapse;
}
.ratioNumbers h1
{
    font-size:3em;
    margin: 8px 8px 2px 8px;
    color: #b195c6;
}
.ratioNumbers td 
{
    height:4px;
}
.ratioNumbers td.first 
{
    background: #e7dfee url(../images/ratio_top.png) no-repeat top;
}
.ratioNumbers td.last
{
    background: #e7dfee url(../images/ratio_bottom.png) no-repeat bottom;
}