Hello I use a Pricing Table for the website of my customer. After some searching, I figured out how to change most of the the colors. But the background color of the head of the featured column won’t change no matter what. If I could get rid of the lines dividing the content too, that would be great but if not, its ok.

Code used is:
.x-pricing-column h2 {
background: #031323;
border: 0;
color: #e4d699;
}
.x-pricing-column {
background: #e4d699;
border: 0;
color: #031323;
}
.x-pricing-column.featured {
background: #e4d699;
border: 0;
color: #031323;
}
.x-pricing-column.featured h2 {
background: #751401;
border: 0;
color: #e4d699;
}
.x-pricing-column-info .x-btn {
background: #031323;
border: 0;
color: #e4d699;
}
Thanks a lot in advanced.
Greetings Michaela
