#pricing-table .plan-heading {
    padding: 10px;
    color: orange;
    background-color: #11396c;
    text-align: center;
}

#pricing-table th {
    background: none;
    font-weight: normal;
    border-left: solid 3px white;
    border-right: solid 3px white;
    border-bottom: solid thin #7fbcf9;
}

#pricing-table .subhead {
    margin-top: 10px;
}

#pricing-table .subhead th {
    background: #bdcbde;
    font-weight: bold;
}

#pricing-table td {
    padding: 5px;
    text-align: center;
    border-bottom: solid thin #7fbcf9;
    border-left: solid 3px white;
    border-right: solid 3px white;
    font-size: 12px;
}

#pricing-table .pricing-feature {
    text-align: left;
}

#pricing-table .pricing-hosted {
    background: none repeat scroll 0 0 #EFF2FF;
}

#pricing-table .pricing-onsite {
    background: none repeat scroll 0 0 #e3e8fa;
}

#pricing-table .plan-heading h4 {
    color: orange;
    font-size: 1.5em;
    margin: 0;
}

#pricing-table .price {
    color: green;
    font-size: 1.3em;
    font-weight: bold;
}

#pricing-table #request-trial td {
    text-align: center;
}