/* Add to your existing CSS or create this file if it doesn't exist */
#exportExcelBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

#exportExcelBtn i {
    margin-right: 8px;
}
