


body {
	width: 100%;
	font-family: Arial;
	background: #efefef;
	font-family: 'Open Sans','HelveticaNeue','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size: 15px;
	margin:0!important;
}
table{
	border-spacing: 0!important;
}
.logo{
	max-width:200px;

}
.special-headline{
	padding:0 10px;
}
.headertext{
	color:#fff;
	position: relative;

}
.demo-table {
	width: 100%;

	margin: 0 auto 20px;



	color: #333;
}

.headliner{
	font-size: 20px!important;
	font-weight: bold;
}

.marc{
	float:left;
	width:33%;
	border-right:4px solid #9ee100;
}
.marc img{
	width:85%;
	height:auto;
}
.floattext{
	float:right;
	width:65%;

}
.floattext p{
	padding-left:15px;
	margin:0!important;
}
.demo-table th {

	padding: 10px;
	text-align: left;

}

.demo-table td {

	padding: 20px 5px 5px;
}

.demo-table td div.feed_title {
	text-decoration: none;
	color: #3d3c3f;
	font-weight: bold;
	font-size: 20px!important;

}
.demo-table th {

	font-weight: normal;
}

.demo-table ul {
	margin: 0;
	padding: 10px;
	background: #3d3c3f;
}

.demo-table li {
	cursor: pointer;
	list-style-type: none;
	display: inline-block;
	color: #F0F0F0;
	text-shadow: 0 0 1px #3d3c3f;
	font-size: 50px!important;
	margin-top:-6px;
}

.demo-table .highlight, .demo-table .selected {
	color: #9ee100;
	text-shadow: 0 0 1px #87b700;
}

.star-rating-box {
	border: #E4E4E4 1px solid;
	margin: 10px 0px;
}

.star-rating-count {
	border-top: #E4E4E4 1px solid;

	padding: 10px;
	background: #f9f9f9;
	color: #828181;
}
.demo-table td .star-rating-count .feed_title{
	font-size: 15px!important;
}
.infosave {

}
.btn{
	width:100%;
	background:#3d3c3f;
	color:#9ee100;

	text-align: center;
	display: block;
	padding:20px 0;
	text-decoration: none;
}
.btn:hover{
	background:#9ee100;
	color:#fff;
}
.feedbackbox, textarea{
	width:100%;
	min-height: 75px;
	padding:10px;
	font-size: 16px;
}



@media only screen and (min-width: 989px) {
	.demo-table {
		width: 650px;

	}
	.logo{
		max-width:240px;

	}
}