#peekscore-table{

    border-collapse: collapse;
    text-align: left;
    font-size: 12px;
    width:585px;
    margin: 7px;
    height:auto;
}

#peekscore-table th{

    color:#003399;
    font-size:13px;
    font-weight:normal;
    padding:10px 8px;

}

#peekscore-table td,th{
    text-align: center;
    padding: 8px;
}

#peekscore-table img{
    height: 75px;
    width: 75px;
    margin: -16px 31px 12px 18px;
}


#peekscore-table .odd{

    background:none repeat scroll 0 0 #E8EDFF;
}

#peekscore-table .desc {

    text-align: left;
}

