@font-face {
    font-family: 'ProbaProRegular';
    src: url('./fonts/ProbaPro-Regular.woff2') format('woff2'),
         url('./fonts/ProbaPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
*{
	border:none;
	margin:0px;
	padding:0px;
	/*font-family: "ProbaProRegular", Helvetica, sans-serif;*/
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	box-sizing: border-box;
}

body
{
	background-color: #f1f1f1;
	/*font-family: "ProbaProRegular", Helvetica, sans-serif;*/
	font-family: "Open Sans", sans-serif;
	min-width:300px;
	min-height: 600px;
	overflow-y: scroll;
	overflow-x: hidden;
	background: #ffffff;
	background-size: cover;
	background-repeat: no-repeat;
}
body
{
		font-size:72%;
		/*1920x1080*/
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	body
	{
			font-size:60%;
	}
}
@media screen and (min-width: 1024px) and (max-width: 2000px) {
	body
	{
			font-size:65%;
			/*1920x1080*/
	}
}
@media screen and (min-width: 2000px){
	body
	{
			font-size:100%;
	}
}
h3
{
	font-size:30px;
	padding-bottom:20px;
	font-weight:normal;
}
a
{
	color:white;
	text-decoration:none;
}
ul li
{
list-style:none;
}
div
{
	color:#6d6d6d;
	text-decoration:none;
	-webkit-appearance: none;
}
table{
	border-collapse: collapse;
}
button, input {
	overflow: visible;
	line-height: normal;
}
button, input, select, textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
}
textarea {
	padding:10px;
}
.error_text
{
	color: #ffffff;
	right: 2px;
	float: right;
	margin-bottom: -23px;
	font-size: 1.2em;
}
.error_border
{
	border:1px solid red;
}