/* @import "color.css";
todo dont work
@-ms-viewport{
  width:device-width
}
@viewport{
	zoom:1.0;
	width:device-width
}
*/
html{
	width:100%;
	height:100%
}
body{
	width:100%;
	height:100%;
	margin:0px
/*
	border-style:ridge;
*/
}
h1,h2{
	-webkit-margin-before:0;
	-webkit-margin-after:0;
}
form{
	-webkit-margin-after:0
}
ol{
	margin-top:0;
	margin-left:0;
	margin-bottom:0;
}
/* better =width of char
	padding-left:40; 
user agent stylesheet chrome end
a:hoview{
	text-decoration:underline
}
*/
a{
	text-decoration:initial
}
/* TODO: "fa fa-external-link" only to a without img only with text
a[href*="//"]:not([href*="egmsystems.net"]):not(:empty):after{
*/
a[target=_blank]:not(:empty):after{
	font: normal normal normal 14px/1 FontAwesome;
	content:"\f08e";
}
fieldset{
	display:inline-flex;
	margin:0;
	padding:0
}
label{
	display:inline-block;
	width:100%
}
textarea{
	width:100%;
	resize:vertical
}
/*
[type="text"]{
	width:100%
}
*/
table{
	width:100%
}
td>input{
	width:98%
}
[type="number"]{
	text-align:right
}
span{
	display:inline-block;
}
