
#containerDiv,#chatnamedescript{
	text-align:center;
}
#chatNameh3,#chatDescript{
	border-radius:6px;
	padding:6px;
	display:inline-block;
}
#editchatbuttons{
	margin:6px;
}
#chat-iframe{
	width:90%;
	height:575px;
	width:90vw;
	height:70vh;
	max-width:1200px;
	min-height:300px;
}
.minnit-embedded #minnitfooter, .minnit-embedded .page-footer, .minnit-embedded navbar-placeholder, .minnit-embedded #minnit-navbar-nav, .minnit-embedded hr, .minnit-embedded .container, .minnit-mobile #minnitfooter, .minnit-mobile .page-footer, .minnit-mobile navbar-placeholder, .minnit-mobile hr, .minnit-mobile .container, .minnit-mobile footer{
	display:none;
	width:0px;
	height:0px;
}
body .minnit-embedded, body .minnit-mobile{
	height:0px;
	width:0px;
}
.minnit-embedded{
	background-color:transparent;
}
.minnit-embedded #chat-iframe{
	width:100%;
	max-width:100%;
	height:100%;
	width:100vw;
	max-width:100vw;
	min-height:initial;
	height:100vh;
	position:absolute;
	top:0px;
	left:0px;
}
.minnit-mobile #chat-iframe {
	width:100%;
	max-width:100%;
	height:calc(100% - 50px);
	width:100vw;
	max-width:100vw;
	-webkit-transition: height 1s ease-in-out;
	-moz-transition: height 1s ease-in-out;
	-ms-transition: background-color 1s ease-in-out;
	-o-transition: background-color 1s ease-in-out;
	transition: background-color 1s ease-in-out;
	position:absolute;
	left:0px;
	min-height:initial;
}
#chatDescript a,#rulesText a{
	text-decoration:underline;
}
.btn {
	text-transform: initial !important;
}
.hidden{
	width:0px !important;
}
@media only screen and (min-height: 744px) {
	.captcha-chat {
		height:calc(100vh - 60px) !important;
	}
}
}