
.hide {
	display: none !important;
}


/* Hide scrollbars  */
/* html {
	overflow: hidden;
} */

/* thin scrollbars */
body ::-webkit-scrollbar {
	width: 3px;
}

/* help superscript i in table headers  */
sup {
	vertical-align: super;
}


.container.main {
	margin-top: 1em;
	min-height: 800px !important;
}

.text.container {
	min-height: 800px !important;
}



.footer {
	padding: 50px !important;
}


pre code {
    overflow-x: auto !important;
    white-space: pre-wrap !important;
    word-wrap: break-word !important;

}