#contactus-form input, #contactus-form select {
    display: block;
    margin-bottom: 10px;
    padding: 5px;
    font-size: 10px;
    width: 250px;
}
#contactus-form button {
    padding: 5px 10px;
    font-size: 14px;
}
#contactus-table-wrapper table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
}
#contactus-table-wrapper th, #contactus-table-wrapper td {
    border: 1px solid #ddd;
    padding: 6px;
}

.delete-col {
    width: 50px !important;
    text-align: center;
}
.delete-btn {
    background: transparent;
    border: none;
    cursor: pointer;
}
.dashicons-trash {
    font-size: 18px;
    color: red; /* optional */
}

.contact-status-update {
    width: 100px;
    font-size: 12px;
}