.shippingInfoHeading {
    background-color: #24323d; 
    color: white;
    font-size: 2em; 
    font-weight:400; 
    text-shadow: 1px 1px #000;
} 
.ShippingPolicy, .ReturnPolicy, .WrongShipment {
    color: #24323d;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2em;
} 
.blueclass { 
    color: #558abe;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.6em;
} 
.Company {
    color: #008000;
} 
.blueclass {
    color: #00F;
}
.lilac {
    color: #8080FF;
    font-family: Arial, Helvetica, sans-serif;
}
.grey {
    color: #9A9A9A;
}
.arial {
    font-family: Arial, Helvetica, sans-serif;
}
.features-table {
    border-collapse: separate;
    border-spacing: 0;
    background: #fafafa;
    background-image: linear-gradient(top, #fff, #eaeaea, #fff);
    color: #2a2a2a;
    margin: 0 auto;
    text-shadow: 1px 1px 1px #fff;
    width: 100%;
}
.features-table td {
    border-bottom: 1px solid #cdcdcd;
    box-shadow: 0 1px 0 white;
    height: 50px;
    line-height: 30px;
    padding: 0 10px;
    text-align: center;
}
/*Body*/
.features-table tbody td {
    color:#02030F;
    font: normal 14px Arial, Helvetica, sans-serif;;
    line-height:30px;
    text-align: center;
    width: 50px;
}
.features-table tbody td:first-child {
    text-align: left;
    width: auto;
}
.features-table td:nth-child(2) {
    background: #efefef;
    background: rgba(144,144,144,0.15);
}
.features-table td:nth-child(3) {
    background: rgba(217, 235, 89, 0.15);
}
.features-table td:nth-child(4) {
    background: #e7f3d4;
    background: rgba(184,243,85,0.3);
}
.features-table td:nth-child(5) {
    background: #e7f3d4;
    background: rgba(71, 235, 150, 0.3);
}
.features-table td:nth-child(6) {
    background: #e7f3d4;
    background: rgba(71, 169, 235, 0.3);
}
.features-table td:nth-child(7) {
    background: #e7f3d4;
    background: rgba(106, 147, 253, 0.3);
}
.features-table td:nth-child(2), 
.features-table td:nth-child(3),
.features-table td:nth-child(4), 
.features-table td:nth-child(5), 
.features-table td:nth-child(6), 
.features-table td:nth-child(7) {
    border-right: 1px solid white;
}
/*Header*/
.features-table thead td {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top: 1px solid #eaeaea;
    font: bold 1.4em Arial, Helvetica, sans-serif;
}
.features-table thead td:first-child {
    border-top: none;
}
/*Footer*/
.features-table tfoot td {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom: 1px solid #dadada;
    font: bold 1.4em Georgia;
}
.features-table tfoot td:first-child {
    border-bottom: none;
}
#shippingInfoMainContent p, 
#shippingInfoMainContent ul {
    font-size:1.2em;
}