.datasheet{
	background: url(../images/datasheet.png);
    background-repeat: no-repeat;
    background-position: 50% 0%;
    height: 43px;
    display: inline-block;
    width: 100%;
}
.manual{
	background: url(../images/manual.png);
    background-repeat: no-repeat;
    background-position: 50% 0%;
    height: 43px;
    display: inline-block;
    width: 100%;
}
.qr{
	background: url(../images/qr.png);
    background-repeat: no-repeat;
    background-position: 50% 0%;
    height: 43px;
    display: inline-block;
    width: 100%;
}
.driver{
	background: url(../images/driver.png);
    background-repeat: no-repeat;
    background-position: 50% 0%;
    height: 43px;
    display: inline-block;
    width: 100%;
}
.icon-comman{
	display: inline-block;
	margin-left: 10px;
	width: 50px;
}
.product-info-data{
	margin-top: 20px;
}