@import url(//fonts.googleapis.com/earlyaccess/alefhebrew.css);BODY {
	font-family:'Alef Hebrew', Arial, Helvetica, sans-serif;	font-size:16px;	font-weight:normal;	line-height: 1.2;	color:black;	padding:0px 15px 0 15px;	margin: 0 0 0 0;	height:100vh; 	max-width: 650px;	display: flex; 	flex-direction: column;	align-items: stretch;
}
h1 {
	font-size:32px;	margin: 0 0 18px 0;
}

h3 {
	font-size:19px;	margin: 12px 0px 8px;
}

body,input,select,textarea {
direction:rtl;
}
p {	  margin-top: 0em;  margin-bottom: 0.6em;}
a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:underline;}
a:active {text-decoration:underline;}
a.underline:link{text-decoration:underline;}
.formula {	font-family: Helvetica; 	font-size: 16px; 	direction: ltr; }.frame {	flex-grow: 1; 	overflow-y:auto;	border:2px groove rgb(200,180,150); 	background: rgb(249,223,186);}
#headerDetailHeaderMEM {
transition: top 2s;
-webkit-transition: top 2s;
}

#headerDetailHeaderMEM:hover {
top: -120px;
}

.SideMenuSetting_Right {
transition: opacity 2s ease 1s;
-webkit-transition: opacity 2s ease 1s;
}

.SideMenuSetting_Right:active {
opacity: 0.2;
}

.CenterTable {
transition: opacity 2s ease 1s;
-webkit-transition: opacity 2s ease 1s;
}

.CenterTable:active {
opacity: 0.1;
}
li {
margin-bottom: 4px;
}
*/