.alert-box {
	color:#555;
	border-radius:10px;
	font-family:Tahoma,Geneva,Arial,sans-serif;font-size:11px;
	padding:10px 36px;
 
}
.notice {
	background:#f7f7f7 url('notice.png') no-repeat 10px 50%;
	border:1px solid #DCDCDC;
}
.warning {
	background:#f7f7f7 url('warning.png') no-repeat 10px 50%;
	border:1px solid #f2c779;
}
p.system-ui{
    font-family: system-ui;
}

.echo_font{
    font-family: system-ui;
}

.input_style_one {
  width: 100%;
  box-sizing: border-box;
  padding: 0.5em;
  font-size: 1rem;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
.chartwrapper { 
    margin: auto;
	max-width: 100%;
	height: 150%;
}

a:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;
}
.textwrapper{
	width: 45%;
	font-family: system-ui;
}
.imagedata{
	width: 50%;
	float: right;
}

-webkit-zoom-in
-webkit-zoom-out
-webkit-zoom-grab
-webkit-zoom-grabbing