Color Pallete: http: //design-seeds.com/home/entry/winter-comfort
Color 1: #dce0e3 Color 2: #ccc6c4 Color 3: #a39591 Color 4: #8a3c42 Color 5: #39363b Color 6: #4d5e57
/*Font Loded*/

@import url(http://fonts.googleapis.com/css?family=Roboto:400,700);

#pricing-table .pricing {
    margin: 0;
    padding: 0;
    font-family: 'Robot', sans-serif;
}

#pricing-table .pricing .pricing-table {
    padding-bottom: 10px;
}

#pricing-table .pricing .pricing-table .pricing-header {
    position: relative;
    /*  padding: 22px 22px;*/
    text-align: center;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

#greenHead {
    background: #4d5e57;
}

#blueHead {
    background: #00264d;
}

#redHead {
    background: #4d0000;
}

#pricing-table .pricing .pricing-table .pricing-header .pricing-title {
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    padding-top: 30px;
}

#pricing-table .pricing .pricing-table .pricing-header .pricing-rate {
    font-size: 70px;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    text-align: center;
}

#pricing-table .pricing .pricing-table .pricing-header .pricing-rate sup {
    font-size: 24px;
    position: relative;
    top: -30px;
    color: #bdc3c7;
}

#pricing-table .pricing .pricing-table .pricing-header .pricing-rate span {
    font-size: 16px;
    color: #bdc3c7;
    text-transform: uppercase;
}

/*Check for Availability*/

.btn-custom {
    color: #bdc3c7;
    font-size: 15px;
    border: 1px solid #bdc3c7;
    background-color: #39363b;
}

.btn-custom:hover {
    color: #ffffff;
    background-color: #a39591;
}

/*Check for Availability*/

#pricing-table .pricing .pricing-list {
    padding: 10px 0 10px 0;
    background: #dce0e3;
    border-left: 1px solid #a39591;
    border-right: 1px solid #a39591;
    border-bottom: 1px solid #a39591;
}

#pricing-table .pricing .pricing-list ul {
    padding: 0px;
    display: table;
    margin: 0px auto;
}

#pricing-table .pricing .pricing-list ul li {
    list-style: none;
    border-bottom: 1px solid #EAECEB;
    color: #39363b;
    font-size: 16px;
    line-height: 42px;
}

#pricing-table .pricing .pricing-list ul li:last-child {
    border: none;
}

#pricing-table .pricing .pricing-list ul li i {
    margin-right: 12px;
    color: #39363b;
}

#pricing-table .pricing .pricing-list ul li span {
    color: #8a3c42;
}

.pricing p {
    margin-bottom: 0;
    line-height: 1em;
}

.speedOne {
    overflow: hidden;
    margin-bottom: 5px;
    background-image: -webkit-linear-gradient(left,#8A9892,#fff,#8A9892);
    background-image: -moz-linear-gradient(left,#8A9892,#fff,#8A9892);
}

.oneHead {
    text-align: center;
}

.speedTwo {
    padding-top: 10px;
    overflow: hidden;
    margin-bottom: 5px;
    background-image: -webkit-linear-gradient(left,#99acbf,#fff,#99acbf);
    background-image: -moz-linear-gradient(left,#99acbf,#fff,#99acbf);
    text-align: center;
}

.speedThree {
    padding-top: 1px;
    overflow: hidden;
    margin-bottom: 5px;
    background-image: -webkit-linear-gradient(left,#a39591,#fff,#a39591);
    background-image: -moz-linear-gradient(left,#a39591,#fff,#a39591);
    text-align: center;
}

.speedFour {
    padding-top: 1px;
    overflow: hidden;
    background-image: -webkit-linear-gradient(left,#8A9892,#fff,#8A9892);
    background-image: -moz-linear-gradient(left,#8A9892,#fff,#8A9892);
    text-align: center;
}

.pricingHeader h1 {
    width: 100%;
    padding-top: 80px;
    text-align: center;
    text-decoration: underline;
}

#pricing-table h7 {
    padding-top: 0px;
    font-size: 40px;
    text-align: right;
}

#pricing-table h8 {
    margin-top: 0px;
    padding-top: 0px;
    font-size: 50px;
}

#pricing-table h6 {
    margin-top: 0px;
    padding-top: 0px;
    font-size: 18px;
}

body {
    background-color: #f2f3f4;
}