#qpm-top3 {
    list-style: none;
    margin-bottom: 20px;
    font-weight: bold;
    color: #333;
}
#qpm-details {
    border-collapse: collapse;
    width: 100%;
    font-size: 16px;
}
#qpm-details th, #qpm-details td {
    border: 1px solid #ddd;
    padding: 8px;
}
#qpm-details th {
    background: #f7f7f7;
    text-align: left;
}
