@font-face {
    font-family:Raleway;
    src:url(/fonts/Raleway-200.woff);
    font-weight:200;
}

@font-face {
    font-family:Raleway;
    src:url(/fonts/Raleway-400.woff);
    font-weight:400;
}

* {
	margin:0;
	padding:0;
}

body {
    font-family:Raleway, sans-serif;
	color:#404040;
}

h1 {
	margin-bottom:20px;
	font-size:22px;
	font-weight:normal;
}

h2 {
	font-size:16px;
}

h2 + * {
	margin-top:10px;
}

a {
	text-decoration:none;
	color:#000000;
}
a:hover {
	text-decoration:underline;
}

a.back {
	position:absolute;
	top:0;
	right:5px;
	padding: 4px 24px;
	background-color:#e6e6e6;
	background-image:linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
	text-shadow:0 1px 0 #fff;
	border-radius:4px;
	border:1px solid #a0a0a0;
	text-decoration:none;
}

a.back:hover {
	background-image:none;
}

@media (min-width:992px) {
	div.panel, div.text {
		position:relative;
		float:left;
		width:50%;
		box-sizing:border-box;
	}

	div.text {
		padding-left:70px;
	}
}

div.info {
	display:none;
}

div.info ul {
	list-style-position:outside;
	margin-left:15px;
}

div.info span {
	display:block;
	margin-top:10px;
}
