/* typsnitt, definition */
@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('fonts/League_Gothic-webfont.eot');
    src: url('fonts/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/League_Gothic-webfont.woff') format('woff'),
         url('fonts/League_Gothic-webfont.ttf') format('truetype'),
         url('fonts/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* container för innehållet på sidan */
#container {
	width: 36em;
	margin-left: auto;
	margin-right: auto;
}

/* stil för elementen h1, a och input */
h1 {
	font-family: 'LeagueGothicRegular', Arial, sans-serif;
	text-align: center;
	color: #404040;
	font-size: 7.1em;
	line-height: 1em;
	text-transform: uppercase;
	border-bottom: thin solid #96C336;
}

a {
	color: #daa520;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

input, select {
	font-size: 0.8em;
	font-family: verdana, arial, sans-serif;
	letter-spacing: 0.1em;
	padding: 0.1em;
	height: 1.7em;
	width: 10.5em;
	margin-right: 0.5em;
	border: thin solid #ddd;
	-webkit-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	border-radius: 0.4em;
}

input {
	width: 4em;	
}

#num_start, #num_end {
	width: 2em;
}

/* klass för ikonen */
.icon {
	cursor: pointer;
	vertical-align: bottom;
	margin-left: 10px;
}

/* stil för respons */
#response {
	background-image: url('little_helper.png');
	background-repeat: no-repeat;
	height: 139px;
	font-family: verdana, arial, sans-serif;
	font-size: 0.8em;
	margin: 5em 0 0 0.1em;
	padding: 25px 140px 0 180px;
	border-bottom: thin solid #96C336;
}

#response ol {
	list-style-position: inside;
	margin-left: -3em;
}

#dlframe {
	display: none;
}
