.continer{
	display: flex;
    width: 100%;
    gap: 50px;
	padding: 0px 0px 0px 50px;

}
#schemaType{
	height: 40px;

}
.appearance-auto{
	appearance: auto !important;
}
option{
	color: black;
}
#result pre {
	white-space: pre-wrap;
	word-break: break-word;
}
.LschemaType{
	font-weight: 900;
    font-size: larger;
}
.references{
	padding-top: 50px;
}
@media screen and (max-width: 600px) {
	.continer {
		max-width: 100%;
		display: block !important;
		gap: 0px !important;
		padding: 0px !important;
	}
}