#choose {
  text-align: center;
  margin: -40px 0 40px 0;

}
#winlink {
  display: none;
}
#maclink {
  display: none;
}
.included {
  color: #000;
  margin-bottom: 25px;
}
.excluded {
  color: #D2D2D2;
  margin-bottom: 25px;
}
.features {
  font-size: 12pt;
  margin-top: 20px;
  margin-left: 2px;
  position: absolute;
  text-align: center;
  align-content: center;
  width: 90%;
}
.features > p {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.purple {
  color: #7665ac;
  font-size: 30pt;
  font-weight: bold;
}
.purple-line {
  background-color: #7665ac;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
  width: 87px;
}
.teal {
  color: #3ba99c;
  font-size: 30pt;
  font-weight: bold;
}
.teal-line {
  background-color: #3ba99c;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
  width: 87px;
}
.cta-teal {
  background-color: #3ba99c !important;
}
.cta-teal:hover {
  background-color: #319b8d !important;
}
.cta-purple {
  background-color: #7665ac !important;
}
.cta-purple:hover {
  background-color: #7665ac !important;
}
.most-popular {
  background-color: #7665ac;
  color: #FFF;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 30px;
  height:65px;
  margin-left: -15px;
  padding-top: 8px;
  position: absolute;
  text-align: center;
  width:100%;
}
.price {
  color: #0f5f5c;
  font-size: 25pt;
  font-weight: bold;
  padding: 0 0 0 0;
  position: relative;
  margin-top: -20px;
}
.preferred {
  margin-top: 105px;
}
.rectangle {
  background-color: #FFFFFF;
  box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.21);     
  height: 760px;
  margin-top: 65px;
  padding: 41px 12px 12px 12px;
  text-align: center;
}
.rectangle-selected {
  background-color: #FFFFFF;
  box-shadow: 0 1px 36px 0 rgba(0, 0, 0, 0.21); 
  height: 850px;
  margin-bottom: 120px;
  z-index: 2;
  text-align: center;
}
.shim {
  margin-left: -5px;
}
.timeframe {
  font-size: 14pt;
}
.marge {
  margin-top: 30px;
}
.anchorsteam {
  margin-top: -80px !important; 
  position: absolute; 
  z-index: 1001;
}
@media only screen and (max-width: 1190px) {
  .most-popular {
    margin-left: -10px;
  }
  .rectangle {   
    height: 750px;
  }
  .rectangle-selected {
    height: 850px;
    width: 100%;
  }
}
@media only screen and (max-width: 990px) {
  .rectangle {   
    height: 720px;
    width: 100%;
    margin-top: 35px;
    margin-bottom: 20px;
  }
  .rectangle-selected {
    height: 740px;
    margin-bottom: 20px;
    margin-top: 20px;
    z-index: 2;
  }
  .most-popular {
    margin-top: -65px;
  }
  .features {
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
}
@media only screen and (max-width: 740px) {
  .marge {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  #pro {
    margin-left: auto;
    margin-right: auto;
  }
  #choose {
    line-height: 32px;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .most-popular {
    margin-left: -15px;
    margin-top: 0px;
  }
  .preferred {
    padding-top: 0px;
  }
  .features > p {
    width: 80%;
  }
  .rectangle {   
    height: 710px;
  }
  .rectangle-selected {
    height: 760px;
  }
}