#pl-app-poster {
  position: relative;
  width: 350px;
  border: solid 1px black;
}
#pl-app-poster #pl-tagline {
  font-size: 27px;
  font-weight: bold;
  line-height: 23px;
  text-align: right;
  margin: 5px 10px;
  width: 250px;
  float:left;
}
#pl-app-poster #pl-icon {
  width: 72px;
  float: right;
  border: none;
}
#pl-app-poster #pl-phone-image {
  width: 110px;
  float:left;
}
#pl-app-poster #pl-features {
  width: 200px;
  position: absolute;
  left: 150px;
  top: 70px;
}
#pl-app-poster #pl-features-title {
  font-size: 13px;
  font-weight: bold;
  margin: 0 5px 5px 7px;
}
#pl-app-poster #pl-features-top {
  width:200px;
  background-image: url('FeaturesTop.png');
  background-repeat: no-repeat;
  position: relative;
  top: -5px;
}
#pl-app-poster #pl-features-middle {
  background-image: url('FeaturesMiddle.png');
  background-repeat: repeat-y;
  margin-top: 30px;
}
#pl-app-poster #pl-features-bottom {
  background-image: url('FeaturesBottom.png');
  background-repeat: no-repeat;
  width:200px;
  height:7px;
}
#pl-app-poster #pl-features-middle ul {
  color: white;
  margin: 0;
  padding: 10px 7px 0 7px;
  position: relative;
  height: 110px;
}
#pl-app-poster #pl-features-middle li {
  font-size: 12px;
  color: white;
  padding: 0;
  margin: 0 0 0 14px;
  background: none;
  list-style: disc outside none;
}
#pl-app-poster #pl-appButtons {
  margin-top: 20px;
}
#pl-app-poster #pl-appButtons a {
  margin: 0 0 0 25px;
}

#pl-webAppButton {
    background: linear-gradient(0deg, black, #333);
    border-radius: 5px;
    background-color: #000000;
    color: white;
    margin: 10px auto;
    width:300px;
    border: 1px solid black;
    text-align: center;
    font-size: 1.3em;
    cursor: pointer;
    height: 30px;
    padding-top: 11px;
}