.top-products__title {
    margin: 10px 0;
}

table {
    width: 100%;
    border-collapse: collapse;
}
th, td {
    border-bottom: 1px solid #C9C9C9;
    padding: 8px;
    text-align: left;
}
tbody tr td {
    color: #C9C9C9;
}
th.col1, td.col1 {
    width: 70%;
}
th.col2, td.col2, th.col3, td.col3 {
    width: 15%;
}