body {
		margin:0;
		padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wrapper {
		position: relative;
		z-index: 1;
		display: inline-block;
		width: 100vw;
}

._container_1upux_1 { overflow: hidden; opacity: 0; visibility: hidden; } 

.hidefooter {
		position: absolute;
		width: 100%;
		height: 35px;
		background: rgb(242,240,246);
		right: 0px;
		bottom: 0px;
		z-index: 2;
		display: block;
		color: rgb(0, 0, 0);
}

footer {
		visibility: hidden;
}

footer:after {
		content:'Built with Streamlit'; 
		visibility: visible;
		display: block;
		position: relative;
		padding: 5px;
		top: 2px;
}

iframe {
		display: block;
		background: #ffffff;
		border: none;
		height: 99vh;
		width: 99vw;
}
