
.table-editscore tr td input{
    width: 100%;
}

.table-score tbody tr:nth-child(1) {
    background: #ffec09;
}
.table-score tbody tr:nth-child(2) {
    background: #d1d4d1;
}
.table-score tbody tr:nth-child(3) {
    background: #b78107;
    color: white;
}