/* Product classes */

section.single {
  display: block ;
  width: 96%;
}

section.double {
	display: grid;
	grid-column: 1 / -1;
	grid-row: span 2;
	grid-template-columns: repeat(auto-fill, 48%);
}

.pr_hdr {	
  border-style: none;
  border: 0px;
  height: 30px;
  margin-top: 10px;
  padding-bottom: 10px;
}


.pr_img {
  border-style: none;
  border-radius: 15px;
  border-width: 0px;
}

.pr_title {
  width: 15% ;
  padding-top: 20px ;
	text-align: center ;
	vertical-align: top ;
}

.pr_description {
  width: 40%;
  padding-top: 20px ;
	text-align: left ;
	vertical-align: top ;
}

div {
  font-size: 100%;
  font-weight: normal;
	font-family: Tahoma, Verdana, Arial;
}

div.adr_hdr {
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 5px;
}

div.adr_name {
  font-size: 105%;
  font-weight: normal;
  margin-bottom: 5px;
}

div.adr {
  font-weight: normal;
}

div.adr_contact {
  font-weight: normal;
  margin-top: 5px;
}

div.adr_box {
  display: block ;
  float: left ;
  width: 300px ;
  margin-left: 20px;
  margin-top: 20px;
}

address.adr_float {
  display: table;
  clear: both;
}

img.logoLeft {
	position: absolute;
	height: 8%;
	top: 1em;
	left: 5em;
}

img.logoRight {
	position: absolute;
	height: 8%;
	top: 1em;
	right: 5em;
}

span.rpcolor_red {
  color: rgb(195 22 34);
}

span.rpcolor_black {
  color: #4d4e4c;
}

