.wqd-table {
    margin-top: 20px;
}

.wqd-table table {
    width: 100%;
    border-collapse: collapse;
}

.wqd-table th,
.wqd-table td {
    border: 1px solid #ddd;
    text-align: center;
    padding: 12px;
}

.wqd-table th {
    background: #f5f5f5;
    font-weight: 600;
}

.wqd-table td {
    background: #fff;
}

.wqd-wrapper {
    margin-top: 20px;
}

.wqd-message {
    background: #f7f7f7;
    padding: 12px;
    border-left: 4px solid #28a745;
    margin-bottom: 15px;
    font-weight: 600;
}

.wqd-live-price {
    margin-top: 15px;
    font-size: 18px;
}

.wqd-live-price small {
    color: #28a745;
    font-weight: 600;
}