.pricingTable {
    margin-left: 20px;
    margin-top: 25px;
    float: left;
}
.introText {
    width: 570px;
    margin-bottom: 30px;
}
.plan1 {
    float: left;
    width: 180px;
    background: #D8DECB;
    border: 5px solid #9ECC4E;
}
.plan2 {
    float: left;
    width: 180px;
    background: #D8DECB;
    border-top: 5px solid #fff;
}
.plan3 {
    float: left;
    width: 180px;
    background: #D8DECB;
    border-top: 5px solid #fff;
}
.price {
    font-size: 30px;
    text-align: center;
    margin-top: 15px;
    font-weight: bold;
}
.total {
    font-size: 12px;
    text-align: center;
}
.commitment {
    font-size: 16px;
    text-align: center;
    margin: 15px 0px;
}
.discount {
    font-size: 20px;
    background: #9ECC4E;
    color: #fff;
    padding: 8px 0px 3px 0px;
    text-align: center;
    font-weight: bold;
}
.whatsIncluded {
    float: left;
    width: 570px;
    margin: 20px;
}
.whatsIncluded h2 {
    border-bottom: 1px solid #000;
}
.whatsIncluded ul {
    margin: 20px;
}
.whatsIncluded li {
    list-style-image:  url(../sourceImages/checkMark.png);
    font-size: 20px;
    padding: 4px;
}
.services {
    margin: 20px;
    clear: both;
}
.services h2 {
    border-bottom: 1px solid #000;
}
.services h3 {
    margin: 20px 20px 5px 30px;
}
.services span {
    margin: 0px 20px 20px 35px;
    display: block;
    color: #555;
}
.valuePackage {
    float: right;
    width: 320px;
    height: 350px;
    background: url(../sourceImages/percent.png) bottom left no-repeat;
    margin-bottom: 20px;
}
.valuePackageContent {
    width: 300px;
}
.valuePackage h2{
    text-align: center;
    margin-right: 20px;
    background: #9ECC4E;
    padding: 14px;
    font-size: 30px;
    color: #fff;
}
.valuePackageContent span {
    text-align: center;
    display: block;
    font-size: 40px;
    font-weight: bold;
}
.valuePackageContent ul {
    margin: 0px auto;
    width: 200px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.valuePackageContent li {
    font-size: 20px;
    padding: 3px;
}