article {
  float: center;
  padding: 20px;
  width: 90%;
/*   background-color: #dedede; */
  height: auto;}
 section:after {
 content: "";
 display: table;
 clear: both;
  box-sizing: border-box;
}
.list-productname-link {
	font-size:2.2rem;
	font-weight: bold;
}
.list-productname-link p {
	font-size: 1.3rem;
	font-weight: normal;
	text-align: inherit;
}
.product-page-product-name {
	font-size:2.2rem;
	font-weight: bold;
}
.product-page-product-name p {
	font-size: 1.3rem;
	font-weight: normal;
}
.left-1 {
  padding: 20px;
  float: left;
  text-align: center;
  width: 20%;
}
.left-2 {
  padding: 20px;
  float: left;
  text-align: center;
  width: 20%;
}
.right-1 {
  padding: 20px;
  float: left;
  text-align: center;
  width: 20%;
}
.right-2 {
  padding: 20px;
  float: left;
  text-align: center;
  width: 20%;
}
@media screen and (max-width:800px) {
.left-1, .left-2, .right-1, .right-2 {
  width: 100%;
 width: 90%;
 height: 40px;
 background-color: darkblue;
 border-spacing: 0px;
 border-style: solid;
 border-color: red;
 position: relative;
 margin-bottom: 2px;
	left: 3px;
}}
.HirekFejlecSzoveg {
  text-align: center;
  line-height: 40px;
  background-color: #CBCBCB;
  border: 1px;
  border-style: solid;
  color: #000000;
  text-shadow: 0px 0px 0px #000000;
  font-size: 120%;
}
.HirekFejlecIMG {
  position: bottom;
  margin-top: 4px
}
.HirekLenyiloDiv {
  width: 98%;
  background-color: white;
  border: 0px;
  border-style: solid;
  overflow-x: hidden;
  position: relative;
  padding-left: 1%;
  padding-right: 1%;
  padding-top: 1%;
 padding-bottom: 1%;
	margin-bottom: 10px;
}
table {
  table-layout: auto;
  width: 100%;
  font-family: arial, sans-serif;
  border-collapse: collapse;
}
td {
/*   border: 1px solid #dddddd; */
  text-align: left;
  padding: 8px;
/*   background-color: whitesmoke; */
}
th {
/*   border: 1px solid #dddddd; */
	color: red;
  text-align: left;
  padding: 8px;
/*   background-color: #CBCBCB; */
}
tr:nth-child(even) {
/*   background-color: #dddddd; */
}