.Meapdatatable table>thead .slds-th__action{
	background-color: #F0F0F0;
    word-wrap: break-word;
    white-space: normal;
	min-width: 100px !important;
} 

.Meapdatatable table>thead .slds-th__action:focus,
.Meapdatatable table>thead .slds-th__action:hover,
.Meapdatatable table>.slds-is-resizable .slds-th__action:focus,
.Meapdatatable table>.slds-is-resizable .slds-th__action:focus:hover{
	background-color:#F0F0F0;
    word-wrap: break-word;
    white-space: normal;
}

.downloadlink a {
    color: #009bd4 !important;
    font-weight: bold;
	text-decoration: underline;
}

.custom-datatable .slds-truncate {
    word-wrap: break-word;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: inherit !important;
}
