@charset "UTF-8";
/* // ÜTF-8 ENCÖDED */
body::before {
	color   : gray;
	display : inline-block;
}
}
body ,
body * {
	margin      : 0;
	padding     : 0;
}
body ,
input ,
select {
	font-family : monospace;
}
body {
	margin      : 0;
}
body::before {
	/*content : "index";*/
	left     : 0px;
	position : fixed;
	top      : 0px;
}
body ,
input {
	font-size   : 16px;
}
input[type=submit] {
	border-radius : 0.3em;
	font-size     : 0.8em;
	padding-left  : 0.2em;
	padding-right : 0.2em;
}
h1, h2, h3, h4, h5 {
	margin-top    : 0.5em;
	margin-bottom : 0.5em;
	font-weight   : normal;
}
h1 {
	font-size     : 1.6em;
    text-align    : center;
}
h2, h3, h4, h5 {
	font-size     : 1em;
}
.centered {
	margin      : auto;
	width       : 310px;
}
input[type="text"] ,
input[type="number"] {
	border           : 0px;
	border-radius    : 0.3em;
	display          : inline-block;
	text-align       : center;
	width            : 96px;
}
label {
	display    : inline-block;
	margin-bottom : 0.5em;
	text-align : center;
	width      : 97px;
}
.themes {
	float : left;
}
.languages {
	float : right;
}
.nobr {
	white-space : nowrap
}
.xs-thumb {
	background-position : center center;
	background-repeat   : no-repeat;
	border-style        : solid;
	border-width        : 1px;
	display             : inline-block;
	height              : 14px;
	line-height         : 14px;
	text-align          : center;
    vertical-align      : middle;
	width               : 18px;
}
.submit {
	text-align    : center;
	margin-top    : 17px;
	margin-bottom : 16px;
}
input[type="submit"] {
	background-color : silver;
	border           : 2px solid silver;
}
body.js .submit {
	display : none;
}
body.js .inputs {
	margin-bottom : 50px;
}

.description {
	margin-top : 1em;
}
.clear {
	clear : both;
}
.clear-left {
	clear : left;
}
.clear-right {
	clear : right;
}

body.show-submit .inputs {
	margin-bottom : 0;
}
body.show-submit .submit {
	display    : block;
}