*,html,body{
  margin:0 ;
  padding:0 ;
  /*box-sizing: border-box; */
font-size : 22pt;
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}


.mobile-element
{
  position: fixed;
	      display: flex;
  align-items: center;
  justify-content: center;
}


.mobile-menu, .mobile-tab
{
	padding:0px;
	position: fixed;
	background: none;


}

.mobile-menu-head, .mobile-tab-head
{
	position: fixed;
	border: solid;
	border-width:2pt;

	border-color:  whitesmoke;
	display: flex;
  align-items: center;
  justify-content: center;
	cursor: pointer;


}



.mobile-menu-body, .mobile-tab-body
{
	position: fixed;
}

/*

.mobile-tab
{
	padding:0px;
  position: fixed;

}

.mobile-tab-head
{
	position: fixed;
	border: solid;
	border-width:0.1pt;
	border-color: #eeeeee;
	display: flex;
  align-items: center;
  justify-content: center;
	cursor: pointer;

}

.mobile-tab-body
{
	position: fixed;
}

*/


.mobile-button
{
	position: fixed;

	background-color:#aaffaa;
	display: flex;
	align-items: center;
	justify-content: center;

	border: solid;
	border-width:2pt;

	border-color:  whitesmoke;
	
}

.mobile-button:hover {
		background-color: #88ff88;
		cursor: pointer;
}

.mobile-text
{
	position: fixed;
	
	background-color:#aaaaff;
	display: flex;
	align-items: center;
	justify-content: center;
}

#jsxtemp
{
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;

}
