.cm-offers-table {
    width:100%;
    border-collapse:collapse;
    margin-top:20px;
}

.cm-offers-table th,
.cm-offers-table td {
    border:1px solid #ddd;
    padding:10px;
}

.cm-offers-table th {
    background:#f5f5f5;
}

.cm-offers-table tr:hover {
    background:#fafafa;
}