
#loadTestPricingTable {
    font-family: Arial,Helvetica,Verdana,sans-serif;
    width: 100%;
}
#loadTestPricingTable tr td,
#loadTestPricingTable tr th {
    padding: 20px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #ddd;
    color: #444;
    background-color: #ccc;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-shadow: #fff 0 1px 0;
}
#loadTestPricingTable tr td.selected,
#loadTestPricingTable tr th.selected {
    color: #334;
    background-color: #abc;
    text-shadow: #def 0 1px 0;
}
#loadTestPricingTable tr th {
    padding: 15px;
    color: #444;
    font-size: 22px;
    text-shadow: #fff 0 1px 0;
    border-top: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;

    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
}
#loadTestPricingTable tr th.free,
#loadTestPricingTable tr td.free {
    background-color: #eee;
    border-bottom: 1px solid #f9f9f9;
}
#loadTestPricingTable tr.unitBlockRow td {
    padding: 0;
}
#loadTestPricingTable tr td div.unitBlock {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}
#loadTestPricingTable tr td div.unit,
#loadTestPricingTable tr td div.separator {
    padding: 15px 0;
    position: relative;
    float: left;
}
#loadTestPricingTable tr td div.unitBlock table {
    margin: 0;
    padding: 0;
    border: none;
}
#loadTestPricingTable tr td table tr td {
    border: none;
}
#loadTestPricingTable tr td table tr td div.unit {
    float: none;
}
#loadTestPricingTable tr td div.unit span.heading {
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
    left: 0;
    padding: 2px 0 2px 0;
    background-color: #aaa;
    color: #fff;
    text-shadow: #666 0 -1px 0;
    font-size: 12px;
    margin-bottom: 20px;
}
#loadTestPricingTable tr td div.unit span.quantity {
    font-size: 22px;
}
#loadTestPricingTable tr td div.separator {
    font-size: 22px;
    padding: 15px 10px;
}
#loadTestPricingTable tr td div.unit span.label {
    display: block;
    font-size: 12px;
    font-weight: normal;
}
#loadTestPricingTable tr.pricing td table tr td {
    background-color: transparent;
}
#loadTestPricingTable tr.pricing td table tr td div.unit {
    padding: 25px 0 15px 0;
    cursor: pointer;
}
#loadTestPricingTable tr.pricing td table tr td div.unit span.quantity {
    font-size: 18px;
}
#loadTestPricingTable tr.pricing td table tr td:hover,
#loadTestPricingTable tr.pricing td table tr td.selected:hover {
    background-color: #ef4;
}
#loadTestPricingTable tr.pricing td table tr td:hover div.unit span.heading,
#loadTestPricingTable tr.pricing td table tr td.selected:hover div.unit span.heading {
    background-color: #bc3;
}

#loadTestPricingTable tr.pricing td table tr td.selected {
    color: #333;
    background-color: #aaa;
}
#loadTestPricingTable tr.pricing td table tr td.selected div.unit span.heading {
    background-color: #888;
}

#loadTestPricingTable tr.pricing td.selected table tr td.selected {
    color: #342;
    text-shadow: #bd9 0 -1px 0;
    background-color: #ad0;
}
#loadTestPricingTable tr.pricing td.selected table tr td.selected div.unit span.heading {
    background-color: #8b0;
}
#loadTestPricingTable tr.endcap td {
    border-bottom: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
}
#loadTestPricingTable tr td div.buy {
    display: inline-block;
    margin: 15px 0;
}