.masthead-links .dropdown .dropdown-content-heading helix-core-icon {
    
    padding-right: 14px;
}

/*To fix the table width*/
table.colorful-table tbody {
    display: table;
    width: 100%;
}



/*Fix for word break of navigation menu*/
helix-core-menu helix-core-menu-item helix-core-button helix-core-content {     
    --helix-core-content-word-break: normal;
}