
h3.w2bicon:before {
  content:''!important;
  display:inline-block;
  width: 17px;
  height: 18px;
  margin:0 4px 0 0;
  background-image: url(./w2bicon.jpg);
  background-size: contain;
  background-repeat:no-repeat;
  border:1px solid #fff;
}

.recomend{
  color:#ff0000;
  font-weight:bold;
}
.recomend span{
	font-size:1.1em;
	display:inline-block;
	background-color:#ff0000;
	color:#fff;
	width:4em;
	text-align:center;
	border-radius:6px;
}

.sample{
	display:inline-block;
    vertical-align:top;
}
.sample2{
	max-width:200px;
	display:inline-block;
	vertical-align:top;
}
.sample2 img{
	width:100%;
	height:auto;
}

.warning{
	color:#ff0000;
}
.help{
counter-reset: number;
}
.help .howto:before{

	counter-increment: number;
	content: "" counter(number, decimal) ")";
	font-weight:bold;
	color:#000;
}
.howto2{
	font-size:0.8em;
	
}
.helpimg{
	width:320px;
	height:auto;
	display:block;
	margin:0 0 14px 0;
}