﻿.score p.historyYears, .score p.historyOrgName, .score p.historyPlayName {
    float: left;
    font-size: 17px;
}

.score p.historyAward {
    float: right;
    font-size: 17px;
    display: block;
    width:136px;
    margin-right:23px;
}

.score p.historyYears {
    width: 70px;   
}

.score p.historyOrgName {
    width: 207px;
    padding-right: 20px;
}

.score p.historyPlayName {
    width: 207px;
    padding-right: 20px;
}

.historyPlayRecord a div.heart {
    float: left;
    padding-right: 20px;
}
.addPairingProgram {
    margin-top: 20px;
    display: block;
}

@media handheld, only screen and (max-width: 1280px) {

    .score p.historyOrgName {
        width: 179px;
        padding-right: 20px;
    }

    .score p.historyPlayName {
        width: 179px;
        padding-right: 20px;
    }
}
