.hul-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.hul-table th,
.hul-table td {
    padding: 8px;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.hul-bulk {
    margin-bottom: 20px;
    float:right;
}

.hul-notice {
    background: #d4edda;
    color: #155724;
    padding: 10px;
    margin-bottom: 15px;
    border-left: 5px solid #28a745;
}