


#Content{
  background-color: #FFF;
}


#products-img{
  height:280px;
  background-image: url(../img/top_banner02.png);
  background-size: 100% auto;
  background-position: right 0 bottom 0;
  margin:0 0 0 0;
  background-repeat: no-repeat;
}

h1.products-title{
  padding-top:110px;

}
table.pr-tb td{
  text-align: center;
}

@media (max-width:991px) {
  #products-img{
   height:calc(100vw * 0.29);
  }
  h1.products-title{
    padding-top:calc(100vw * 0.11);
  }
}

@media (max-width:700px) {
  #Content h1.products-title{
    font-size:calc(100vw * 0.045);  
  }
}


table.pr-tb{
  border-collapse:  collapse;
  width:100%;
  margin-bottom: 20px;
  table-layout: fixed;
}

table.pr-tb th, td{
  border:none;
  vertical-align:middle;
  
}

table.pr-tb th{
  height:45px;
  padding: 5px 40px;
  background-color: #000;
  background-image: url(../img/blue_bar.png);
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: left top;
}

table.pr-tb td{
  height: 200px;
  font-size: 20px !important;
  padding: 25px 20px 0px 50px;
}

table.pr-tb td img.hpe{
  width:300px;
}
@media (max-width:740px) {
  table.pr-tb td img.hpe{
    width:200px;
  }
  table.pr-tb td{
    height:160px;
    font-size: 17px !important;
    padding: 5px 10px 5px 20px;
}
}


@media (max-width:640px) {
  table.pr-tb td img.hpe{
    width:180px;
  }
  table.pr-tb td{
    height:160px;
    font-size: 15px !important;
}
}

.pr-th a{
  font-size: 24px !important;
  color:#FFF;
  text-decoration: underline;
}
.pr-th a:visited{
  color:#FFF;
}
.pr-th a:hover{
  opacity: 0.5;
  color:#FFF;
}


.fadein{
  opacity: 0;
  animation: fadein-anim 2.5s linear forwards;
}

@keyframes fadein-anim {
  100% {
    opacity: 1;
  }
  
}

.p_me {
	font-size:16px;
	}

@media (max-width:740px) {
	.p_me {
	   font-size:14px;
	 }
}	
.left-aligned-text {
  display: inline-block;
  text-align: left;
  font-size: 20px;
}
