@font-face {
	font-family: abril;
	src: url("../AbrilFatface-Regular.otf") format("opentype");
}

@font-face {
	font-family: comfortaa;
	src: url('../Comfortaa_Regular.eot');
	/* IE9 Compat Modes */
	src: url('../Comfortaa_Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url("../Comfortaa_Regular.ttf") format("truetype");
}

@font-face {
	font-family: comfortaab;
	src: url('../Comfortaa_Bold.eot');
	/* IE9 Compat Modes */
	src: url('../Comfortaa_Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url("../Comfortaa_Bold.ttf") format("truetype");
}

@font-face {
	font-family: comfortaat;
	src: url('../Comfortaa_Thin.eot');
	/* IE9 Compat Modes */
	src: url('../Comfortaa_Thin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	src: url("../Comfortaa_Thin.ttf") format("truetype");
}


html{background-color: #eee; font-family: Arial, sans-serif;}
html *{box-sizing:border-box;}

body{
	color:#444;
	font-size:14px;
}

#top{
}

h2{text-align:center;}

#top{
	text-align:center;
}

#content {
	width: 80%;
	max-width: 1000px;
	margin: 0 auto;
}


.section{
	width: 80%;
	margin: 5em auto;
}
h3{
	margin:3em 0 2em -3%;
}






#buttoncontainer {
	text-align: center;
}

.button{
	background-color: #8d1a9c;
	color: white;
	padding: 0.5em;
	border-radius: 0.3em;
	font-size: 120%;
	display: inline-block;
	margin: 2em auto;
	cursor:pointer;
}
.button2 {
	background-color: transparent;
	color: #8d1a9c;
	cursor: default;
}
a.button{text-decoration:none;}










#kerdesek p.kerdes{
	margin-top: 3em;
	font-weight: bold;
	font-size: 120%;
}

textarea{
	width:100%;
	display:block;
	height:6.3em;
	border:1px solid lightgrey;
	border-radius:0.3em;

	padding: 0.4em 1em;
	font-size: 0.8em;
	margin-right: 0.1em;
	vertical-align: middle;
	line-height: 1em;
}

p.info{
	font-size: 10px;
	text-align: right;
	margin-top:1em;
	margin-bottom:2em;
}

#bk{color:#8d1a9c;}
input#kapt{width:6em;}






input{
	font-size:1em;
	padding:0.4em 1em;
	vertical-align: middle;
}
input{
	margin-top:0.2em;
	margin-bottom:0.2em;
}
#ib1{
	width: 50%;
	min-width: 440px;
}

#ib4 {
	width:50%;
}

.wrong {
	box-shadow: 0 0 3px red;
}

.ui-helper-hidden-accessible{
	display:none;
}

#reginfo{
	margin-top:3em;
}

@media only screen and (max-width: 566px) {

}

span.smaller{font-size:80%; font-weight:normal;}
