#central
{
    margin: 0px;
    padding: 0px;
    padding-bottom: 1em;
}

#taglines
{
    padding-top: 1em;
    text-align: center;
}

#taglines h1
{
    font-weight: bold;
    margin-bottom: 0.3em;
    font-size: 2.8em;
}

#taglines h2
{
    font-size: 1.4em;
    color: #666;
    margin: 0px;
}

#plan-container
{
    /* background: #c3e2e2; */
    background: #d1f2f2;
    border-bottom: 1px solid #ccc;
}

#plans
{
    font-size: 1.2em;
    padding-top: 1em;
    padding-bottom: 1em;
}

#plans td
{
    text-align: center;
    width: 19.5%;
    margin: 0px;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    line-height: 1.5em;
}

#plans h3
{
    margin: 0px;
    margin-bottom: 0.3em;
    font-weight: bold;
    font-size: 1.7em;
}

#plans h4.price
{
    margin: 0.3em;
    font-size: 1.1em;
}

#plans h5.use-case
{
    text-transform: uppercase;
    color: #088;
    font-weight: bold;
    font-size: 0.85em;
    margin: 0px;
}

#plans td.padding
{
    padding: 1em;
}

#plans td.note
{
    padding: 0.2em;
    color: #666;
    font-size: 0.75em;
}

#plans td.standard
{
    font-size: 110%;
    color: #000;
}

#plans td.standard-top
{
    width: 22%;
    background: #ffd;
    border-top: 5px solid #088;
    border-left: 5px solid #088;
    border-right: 5px solid #088;
    border-bottom: 1px solid #ccc;
}

#plans td.standard-bottom
{
    width: 22%;
    background: #ffd;
    border-left: 5px solid #088;
    border-right: 5px solid #088;
    border-bottom: 5px solid #088;
    font-size: 0.9em;
}

#plans td.top
{
    background: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#plans td.bottom
{
    background: #fff;
    border-bottom: 1px solid #ccc;
    font-size: 0.9em;
}

#plans td.left
{
    border-left: 1px solid #ccc;
}

#plans td.right
{
    border-right: 1px solid #ccc;
}

#plans td p
{
    margin: 0.25em;
}

#plans img
{
    margin: 1em;
}

#plans .highlight
{
    color: #900;
    font-weight: bold;
}

/* Special developer page */

#plans.developer td
{
    width: 33%;
}

#plans.developer
{
    width: 60%;
    margin: auto;
}

#plans.developer td.notes
{
    width: 67%;
    text-align: left;
    padding: 1em;
    vertical-align: middle;
    background: #f9f9f9;
}

#plans.developer td.notes p
{
    padding: 0px;
    margin: 0px;
    padding-bottom: 1em;
}

#plans.developer td.notes h5 a
{
    color: #900;
}

[bubble]
{
    border-bottom: 1px dotted #900;
}

#authorize-net-seal
{
    display: inline;
    float: left;
    margin-right: 1em;
    margin-bottom: 0.2em;
    padding: 5px 2px;
}

.bubble
{
    display: none;
}

#details
{
    margin-top: 2em;
}

