#app-tech-featured-products {
  width: 100%;
}

.new-featured-products {
  height: 19em;
  padding: 0.5em;
  border-radius: 15px;
  margin: 0.75em 0;
  border: 1px solid #cccccc;
}

.new-featured-products a{
  text-decoration: none;
}

.new-featured-products:hover {
  text-decoration: underline;
}

.new-featured-products strong {
  margin-bottom: .5em;
  display: block;
}

.new-featured-products img{
  max-width: 150px;
  height: 125px;
  margin: auto;
  display: block;
}

.new-featured-products .newfptitle{
  display: block;
  text-align: center;
  padding: 0 0.75em;
}

.new-featured-products .newfplearnmore:before{
  content: "Learn More"
}

.new-featured-products .newfplearnmore{
  border-radius: 5px;
  text-align: center;
  color: #ffffff;
  background: #0099ff;
  background: -moz-linear-gradient(top, #0099ff 0%, #0070BB 100%);
  background: -webkit-linear-gradient(top, #0099ff 0%,#0070BB 100%);
  background: linear-gradient(to bottom, #0099ff 0%,#0070BB 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099ff', endColorstr='#0070BB',GradientType=0 );
  display: block; /* or block or inline-table */
  padding: 0.25em 0.5em;
  width: 50%;
  font-weight: bold;
  position: absolute;
  top: 84%;
  left: 25%;
}

#app-tech-featured-products > .more-featured-product-section {
padding: .75em;
margin-top: 2em;
background-color: #fbfbfb;
border-radius: 15px;
}

#app-tech-featured-products > .more-featured-product-section ~ .more-featured-product-section {
  margin-top: 1em;
}

.more-featured-product-section ul{
list-style-type: none;
-webkit-padding-start: 0;
}

.more-featured-product-section li{
padding-left: 0;
}

.more-featured-product-section a{
  text-decoration: none;
}

.more-featured-product-section a:hover{
  text-decoration: underline;
}

.more-featured-product-section > strong {
display: block;
color: black;
padding: .25em;
border-radius: 6px;
border: 1px solid #cccccc;
width: 100%;
}
