table.mt-tier-price-table td, table.mt-tier-price-table th {
    text-align: center;
}
.mt-tier-price-table thead {
    border-bottom: 1px solid #333;
    border-top: 2px solid #777;
}
table.mt-tier-price-table {
    border-bottom: 1px solid #3333;
}
.tier-price-msg-box h3 {
    margin: 0px;
    border-top: 2px solid #777;
    padding: 10px 0px 10px 10px;
    background: #f2f2f2;
}
.tier-price-msg-box {
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom: 2px solid #777;
}
.mt-tier-price-table tbody tr:hover {
    background: rgba(0, 0, 0, .1);
    cursor: pointer;
}