
html.loaded-as-iframe {
	max-width: 100%;
	min-width: 100%;
	bottom:60px;
}


html.loaded-as-iframe body #cp-header,
html.loaded-as-iframe body #cp-hero,
html.loaded-as-iframe body #toc-container,
html.loaded-as-iframe body #rw-container
{
	display: none !important;
}
#ljModal_iframe{
	height:500px;
	width:800px;
}


html.loaded-as-iframe body.learning-journey #d4h5-main-container {
	height: 100%;
	padding-bottom: 0;
}


html.loaded-as-iframe body.learning-journey #d4h5-main-container #d4h5-section-container,
html.loaded-as-iframe body.learning-journey #d4h5-main-container #d4h5-main-content,
html.loaded-as-iframe body.learning-journey #d4h5-main-container #d4h5-main-content section,
html.loaded-as-iframe body.learning-journey #d4h5-main-container #d4h5-main-content .page,
html.loaded-as-iframe body.learning-journey #d4h5-main-container #d4h5-main-content .section,
html.loaded-as-iframe body.learning-journey #d4h5-main-container #d4h5-main-content .table-wrapper,
html.loaded-as-iframe body.learning-journey #d4h5-main-container #d4h5-main-content .dataTables_wrapper,
html.loaded-as-iframe body.learning-journey #d4h5-main-container #d4h5-main-content .datatable-scroll,
html.loaded-as-iframe body.learning-journey #d4h5-main-container #d4h5-main-content table.dataTable {
	height: 100%;
	min-width: 100%;
	margin-top: 0;
	margin-bottom: 0;
}


html.loaded-as-iframe body.learning-journey #d4h5-main-container #d4h5-main-content table.dataTable thead tr:nth-child(2) {
	height: 95px;
}

html.loaded-as-iframe body.learning-journey #d4h5-main-container #d4h5-main-content table.dataTable tbody {
	height: calc(100% - 115px);
}
    