#mns #mns_content table thead th,
#mns #mns_content .table tbody td,
#mns #mns_content table tr td {
    background-image: none;
    background-color: transparent;
}

#mns #mns_content table thead th {
    background-image: none;
    background-color: transparent;

    border-top: 0;
    border-left: 0;
    border-right: 0;

    color: #2d2d2d;

    text-shadow: none;
}

#mns #mns_content table tr:hover td {
    background-color: transparent;
}