@media screen and (min-width: 800px) {
	.large-only{
		display: table;
	}
	.small-only{
		display: none;
	}
}
@media screen and (max-width: 800px) {
	table.stacktable{
		width: 100%;
	}
	.large-only{
		display: none;
	}
	.small-only{
		display: table;
	}
	table.tableVertical{
		border: 1px lightgray solid;
		border-radius:5px;
	}
	table.tableVertical td,table.tableVertical th{
		width: 50%;
	}
	table.tableVertical td.st-key,table.tableVertical th.st-key{
	    font-weight: bold;
	    font-size: 14px;
	    background: #eee;
	}
	table.tableVertical td.st-val{
		border-left: 1px lightgray solid;
	}
	table.stacktable tr{
		display: flex;
	}
	table.stacktable td,table.stacktable th{
		flex:1;
	}
}
table img{
	max-width: 100%;
	margin: auto !important;
}
th *, td * {
    margin: auto;
}
th,td{
	text-align: center;
}
table.comparator{
  display: inline-block;
}
#tableCompare{
  margin: auto;
  display: block;
  border-bottom:10px #9E9E9E solid;
}
ul.comparatorList {
  list-style: none;
  text-align: center;
}
ul.comparatorList li {
  display: inline-block;
}
ul.comparatorList li table{
  width: 200px; 
}
@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?9355252');
  src: url('../font/fontello.eot?9355252#iefix') format('embedded-opentype'),
       url('../font/fontello.woff?9355252') format('woff'),
       url('../font/fontello.ttf?9355252') format('truetype'),
       url('../font/fontello.svg?9355252#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
.demo-icon{
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.demo-icon.icon-star{
	color:#ffc107;
}
.demo-icon.icon-star-half{
	color:#ffc107;
}
.demo-icon.icon-star-half-alt{
	color:#ffc107;
}
.demo-icon.icon-star-empty{
	color:#ffc107;
}
.demo-icon.icon-check{
	color:#4caf50;
}
.demo-icon.icon-cancel{
	color:#f44336;
}
.demo-icon.icon-eye{
	color:;
}
.demo-icon.icon-heart{
	color:#f44336;
}
.demo-icon.icon-heart-empty{
	color:#f44336;
}
.demo-icon.icon-info-circled{
	color:#3f51b5;
}
.demo-icon.icon-help-circled{
	color:#3f51b5;
}
.demo-icon.icon-right-open{
	color:;
}
.demo-icon.icon-left-open{
	color:;
}
.demo-icon.icon-headphones{
	color:;
}
.demo-icon.icon-videocam{
	color:;
}
.demo-icon.icon-gift{
	color:;
}
.demo-icon.icon-right-hand{
	color:;
}
.demo-icon.icon-left-hand{
	color:;
}
.demo-icon.icon-up-hand{
	color:;
}
.demo-icon.icon-down-hand{
	color:;
}
.demo-icon.icon-thumbs-up{
	color:;
}
.demo-icon.icon-thumbs-down{
	color:;
}
.demo-icon.icon-skiing{
	color:;
}
.demo-icon.icon-swimming{
	color:;
}
.demo-icon.icon-tennis{
	color:;
}
.demo-icon.icon-bookmark-empty{
	color:;
}
.demo-icon.icon-android{
	color:;
}
.demo-icon.icon-apple{
	color:;
}
.demo-icon.icon-motorcycle{
	color:;
}
.demo-icon.icon-bookmark{
	color:;
}
.demo-icon.icon-soccer{
	color:;
}
.demo-icon.icon-soccer-ball{
	color:;
}
#chooseIco{
  font-size: 30px;
}
#chooseIco li{
  display: inline-block;
  cursor: pointer;
}
.pmIco{
  font-size: 30px;
}
.pmIco{
  font-size: 30px;
}
.pmFullStar{
  color: #ffd400;
}
.pmEmptyStar{
  color: #ffd400;
}
.pmValid{
  color: #0edc0e;
}
.pmCross{
    color: red;
}
.pmBigValid{
  color: #0edc0e;
}
.pmBigCross{
    color: red;
}
.pmHearth{
  color: red;
}
