#plan-table .title 
{
    text-align:center;
    font-weight:bold;
    font-size: 1.4em;
    color: white;
    text-shadow: 1px 1px 0 #AFAFAF;
}

#plan-table .center
{
    text-align:center;
}

#plan-table .title-info
{
    font-size: 0.75em;
    color: white;
    text-shadow: 1px 1px 0 #AFAFAF;
}

#plan-table i
{
    font-size: 1.5em;
}

.row-title, .notes 
{
    color: #214C8F;
}

.bronze { background-color: #E0A972; }
.silver { background-color: #c0c0c0; }
.gold { background-color: #E0CE69; }

.red { color: #F00000; }

h2.statement
{
    font-size: 2em;
    color: #1035AA;
    font-weight: normal;
    text-align: center;
}