.td-cmp-option{
    text-align: right;
    margin-right: 10px;
}
.td-cmp-option button{
    margin: 5px;
}
.td-cmp-name{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}
.td-cmp-content{
    margin: 0 auto;
}
.td-cmp-content .preview .htCore tbody tr td {
	word-break:break-all;
}

.preview-wrapper-wtHolder{
  width: auto !important;
}

.ant-modal-body .ant-table-tbody > tr > td{
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
  }

#HandsontableCopyPaste{
    display: none;
}

.handsontable .wtHider{
    /* margin:0 auto; */
}
.fullScreenModal .ant-modal-body{
    padding: 16px 5px;
    padding-top: 30px;
}
.fullScreenModal .ant-modal-body .preview .ant-table{
    padding-bottom:22px;
}
.fullScreenModal .ant-modal-close-x{
    line-height: 32px;
    height: 32px;
    width: 60px;
}