.table thead.primary tr {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #20334f, #28466e);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#20334f), to(#28466e));
    background-image: -webkit-linear-gradient(top, #20334f, #28466e);
    background-image: -o-linear-gradient(top, #20334f, #28466e);
    background-image: linear-gradient(to bottom, #20334f, #28466e);
    background-repeat: repeat-x;
    border-color: #28466e #28466e #20334f;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff20334f', endColorstr='#ff28466e', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
