@import url(searchresults.css);

#resultstable .col_dps {
    width: 25px;
}
html>body #resultstable .col_dps {
}
/* Columns to hide */
#resultstable .col_rnum,        
#resultstable .row_rnum,
#resultstable .col_sire_id,     
#resultstable .row_sire_id,
#resultstable .col_full_name,   
#resultstable .row_full_name {
    display: none;
}
/* Separate between left and right */
#resultstable .col_total_score, 
#resultstable .row_total_score {
    width: 50px;
    border-right: 10px solid white;
}

#resultstable .col_short_name,  
#resultstable .row_short_name {
    width: 65px;
    border-left: 0;
}
#resultstable .col_afstamming {
    width: 124px;
}
#resultstable .column_header {
    color: #FFFFFF; text-decoration: none;
}
