td.highlight {
    border: none !important;
    padding: 1px 0 1px 1px !important;
    background: none !important;
    overflow: hidden;
}

td.highlight a {
    background: #ad3f29 url(bg.png) 50% 50% repeat-x !important;
    border: 1px #88a276 solid !important;
}

td.highlight_post {
    border: none !important;
    padding: 1px 0 1px 1px !important;
    background: none !important;
    overflow: hidden;
}

td.highlight_post a {
    background: #4337ad url(bg.png) 50% 50% repeat-x !important;
    border: 1px #88a276 solid !important;
}

td.highlight_pre {
    border: none !important;
    padding: 1px 0 1px 1px !important;
    background: none !important;
    overflow: hidden;
}

td.highlight_pre a {
    background: #53ad34 url(bg.png) 50% 50% repeat-x !important;
    border: 1px #88a276 solid !important;
}

.testColor{ background: #ad3f29; border: 2px #88a276 solid !important;}
