@charset "UTF-8";
.modal-dialog {
    max-width: 750px;
}

.kfsi-player {
  font-size: 0;
}
@media screen and (max-width: 992px) {
  .kfsi-player {
    width: 100%;
  }
  .kfsi-player video {
    width: 100%;
    height: 100%;
  }
}

td.long-text{
	word-wrap: break-word;
	/* overflow-wrap: break-word; */
	white-space: normal;
}
.long-text{
    table-layout: fixed;
}
.table-overflow{
    table-layout: fixed;
    overflow: auto;
    max-height: 400px;
    display: block;
}