table.college-health-premiums {
    border-color: #ddd;
    border-collapse: collapse;
    border-spacing: 0;
    border-style: solid;
    margin: 20px 0 0 0;
    width: 95%;
    font-size: 0.9em;
}

table.college-health-premiums td {
    text-align: left;
    padding: 5px;
}

table.college-health-premiums td.title {
    background: #fbfbfb;
    padding: 10px 0;
    font-size: 1.3em;
    font-weight: bold;
    text-transform: uppercase;
}

table.college-health-premiums td.plan-description {
    color: #444;
    font-size: 1.1em;
    font-weight: bold;
    text-transform: uppercase;
}

table.college-health-premiums td.plan-name {
    font-weight: bold;
}

table.college-health-premiums td.deductible {
    font-weight: bold;
}

table.college-health-premiums td.deductible.heading {
    color: #999;
    font-weight: normal;
}

table.college-health-premiums .prominent {
    font-weight: bold;
    text-transform: uppercase;
}

table.college-health-premiums .centered {
    text-align: center;
}