body {
    font-family: Arial, sans-serif;
    background-color: #f8f9fa;
}

.container-fluid {
    padding: 20px;
}

.header-section {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
    margin-bottom: 20px;
}

.company-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.company-logo {
    max-width: 150px;
    height: auto;
}

.company-details p,
.contact-info p {
    margin-bottom: 5px;
    font-size: 0.9em;
}

.contact-info {
    text-align: right;
}

.search-section,
.results-section {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
    margin-bottom: 20px;
}

.form-group label {
    font-weight: bold;
}

.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}

.table thead th {
    background-color: #e9ecef;
    border-bottom: 2px solid #dee2e6;
}

.table tbody td {
    vertical-align: middle;
}

.btn-info {
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-warning {
    background-color: #ffc107;
    border-color: #ffc107;
}

.alert {
    margin-top: 15px;
}
