.discount table {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 14px;
    background: white;
    max-width: 70%;
    width: 70%;
    border-collapse: collapse;
    text-align: left;
}

.discount table tr th {
    font-weight: normal;
    color: #039;
    border-bottom: 2px solid #2f3f60;
    padding: 10px 8px;
    width: 90%;
}

.discount table tr td {
    color: #669;
    padding: 9px 8px;
    transition: .3s linear;
}

.discount table tr:hover td {
    color: black;
    background: #ffcc00;
    transition: background-color 0.1s;
}

.discount table tr th {
    font-weight: normal;
    color: #039;
    padding: 10px 15px;
}

.discount table tr td {
    color: #669;
    border-top: 1px solid #e8edff;
    padding: 10px 15px;
}