#testimonial_details .inside {
    padding: 0;
    margin: 0;
}

#testimonial_details .form-table {
    margin: 0;
    width: 100%;
    border-collapse: collapse;
}

#testimonial_details .form-table th {
    padding: 15px 10px 15px 15px;
    width: 150px;
    background: #f9f9f9;
    border-bottom: 1px solid #e1e1e1;
}

#testimonial_details .form-table td {
    padding: 15px 10px;
    border-bottom: 1px solid #e1e1e1;
}

.company-logo-preview img {
    max-width: 150px;
    height: auto;
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 3px;
    background: #f9f9f9;
}

#testimonial_details .description {
    color: #666;
    font-style: italic;
    margin-top: 5px;
}