/*#content table,
#content table th,
#content table td {
    border: none !important;
}*/

#content table.bae-pm {
    border: none !important;
    border-bottom: 1px solid #000000 !important;
    border-right: 1px solid #000000 !important;
}

    #content table.bae-pm td,
    #content table.bae-pm th {
        border: none !important;
        border-left: 1px solid #000000 !important;
        border-top: 1px solid #000000 !important;
    }
    
    #content table.bae-pm th {
        /*font-size: 10px !important;*/
        height: 40px !important;
    }

    #content table.bae-pm tr:hover {
        background: none !important;
    }
    
    #content table.bae-pm td.noborder {
        border-left: 1px solid #FFFFFF !important;
        border-top: 1px solid #FFFFFF !important;
    }
    
#content table.your_team {
    border: none !important;
    margin: 0 !important;
    width: 300px;
}

    #content table.your_team td {
         border: none !important;
    }
    
        #content table.your_team td h3 {
            color: #671365;
            margin-top: 15px;
        }
    
    #content table.your_team tr:hover {
        background: none !important;
    }