* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

body {
	font: 16px arial, helvetica, verdana, sans-serif;
	line-height: 1.2em;
	color: #000;
	text-align: center;
	background: #f3f3f3;
}

.ir-content {
	padding: 30px 30px 10px;
	border: 1px solid #ededed;
	background:#fafafa;
}

li.ir-flag-de {
	background: url(../img/flag_de.png) 0 0 no-repeat;
}

li.ir-flag-uk {
	background: url(../img/flag_uk.png) 0 0 no-repeat;
}

li.ir-flag-fr {
	background: url(../img/flag_fr.png) 0 0 no-repeat;
}

li.ir-flag-es {
	background: url(../img/flag_es.png) 0 0 no-repeat;
}

li.ir-flag-it {
	background: url(../img/flag_it.png) 0 0 no-repeat;
}

@media (min-width: 1000px) {
.ir-environment {
	width: 600px;
	margin: 30px auto;
	padding: 7px;
	text-align: left;
	border-top: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	border-right: 2px solid #dadada;
	border-bottom: 2px solid #dadada;
	background: #fff;
}

li {
	display: block;
	/* height: 50px; */
	padding: 5px 0 20px 58px;
	list-style-type: none;
	}
}

@media (max-width: 999px) {

.ir-environment {
	text-align: left;
	}

li {
	display: block;
	padding: 5px 0 20px 58px;
/* 	height: 50px;
	list-style-type: none; */
	}

/* .textpart {
	font-size: 16px;
	line-height: 20px;
	}	 */
	
}